Fire a scheduled follow-up of an agent immediately
POSThttps://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
- 200
- 400
- 401
- 403
- 404
- 500
The follow-up was triggered
Invalid query parameters
The API key or session is missing, expired, or malformed.
No access to the application
Follow-up not found
Unexpected server error.