Pular para o conteúdo principal

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. To stop the follow-up instead, use POST /api/v1/agents/{agentId}/follow-ups/{followUpId}/cancel/.

Request

Responses

The follow-up was triggered