Skip to main content

Fire a scheduled follow-up of an agent immediately

POST 

https://platform.docana.com/api/v1/agents/:agentId/follow-ups/:followUpId/fire-now/

Runs the follow-up scheduler job now instead of waiting for its scheduled time. The schedule itself is not modified, but the later scheduled tick is absorbed by the worker because the manual run has already produced an assistant message. The applicationId query parameter is optional: when omitted, it is derived from the follow-up itself. To stop the follow-up instead, use POST /api/v1/agents/{agentId}/follow-ups/{followUpId}/cancel/.

Request

Responses

The follow-up was triggered