cURL
curl --request POST \ --url https://interact.turntwo.com/api/agents/jobs/{job_id}/trigger \ --header 'X-API-Key: <api-key>' \ --header 'X-Organization-Id: <api-key>'
{ "success": true, "chat": { "id": "<string>" }, "job": { "id": "<string>" } }
Triggers an execution of an agent job. The execution runs asynchronously in the background.
API key for authentication
Organization ID associated with the API key
Job ID to trigger
Job triggered successfully
Whether the trigger was successful
Show child attributes