cURL
curl --request POST \ --url https://api.attention.tech/v2/conversations/{id}/trigger-native-integration \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "workflowIds": [ "<string>" ], "fieldKeys": [ "<string>" ], "autoExecution": true } '
{ "workflows": [ { "workflowId": "<string>", "runId": "<string>" } ] }
Triggers CRM integration workflows for a conversation (fire-and-forget). Uses deterministic workflow IDs for deduplication.
Conversation ID
Specific integration workflow IDs to trigger (empty = all enabled)
Specific field keys to push (empty = all confirmed)
Execution mode: true = aggressive retry, false = conservative
Workflows triggered successfully
Show child attributes
Was this page helpful?