Follow Up
POST /v1/agents/{agentId}/social/whatsapp/follow-up
This endpoint analyzes a specific WhatsApp 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
200
Follow up message
application/json
400
Bad Request
application/json
403
Forbidden
application/json
404
Not Found
application/json
get
/v1/agents/{agentId}/social/{channel}/follow-upLast updated