Follow Up

POST /v1/agents/{agentId}/social/facebook/follow-up

This endpoint analyzes a specific Facebook Messenger conversation using an AI Persona, specified by the responderId query parameter, to determine if a follow-up message is needed to reengage the user. If a follow-up is recommended, the response includes the suggested message; otherwise, it returns null.

get

Get a follow up message if necessary

Path parameters
agentIdstringRequired
channelstring · enumRequiredPossible values:
Query parameters
responderIdstringRequired

The ID of the AI persona to use to decide the follow up message

idstringRequired

The ID of the conversation on the given channel

Responses
get
/v1/agents/{agentId}/social/{channel}/follow-up

Last updated