Follow-ups

Use the Conversations API to identify an action item that requires a follow-up task; in general or by someone in the conversation.

Some examples of follow-ups:

  • "I will sync up with my manager and find out the agreed dates with the vendor." Here a person needs to follow up with their manager in order to complete this action.

  • “We’ll need to set up a meeting with the design team to find out more details.” Here one or more people need to organize and schedule a meeting with the design team.

  • “I will probably sync up with you tomorrow on this.” It’s clear that there needs to be a follow-up, but the tone doesn’t indicate whether it is the final decision. It just indicates the possibility of a sync up the next day.

  • “I may have to schedule a meeting with the client to discuss this further.” In this case, although there needs to be further discussion with the client on the matter, it is not clear whether that will happen or not.

Authentication

This request requires an access token, as described in Authenticate.

Get follow-ups

This section describes how to get follow-ups from a conversation. This request requires a conversation ID. You receive a conversation ID when you process a conversation.

To get follow-ups, use the operation:

GET https://api.symbl.ai/v1/conversations/{CONVERSATION_ID}/follow-ups

To complete this request from the API reference, see Get follow-ups.