API documentation
post
/api/v1/chat/idle-follow-upCreates an idempotent, personalized follow-up while an anonymous marketing conversation is still idle.
Chat
Request body
{
"sessionId": "00000000-0000-0000-0000-000000000000",
"stage": "string"
}Responses
- 200Follow-up outcome. A guarded or duplicate request returns {sent:false}.application/json
{} - 400Invalid session or stage.application/json
{} - 401Invalid session token.application/json
{} - 404Unknown session.application/json
{}