I have configured a trigger on the topic v2.detail.events.conversation.{id}.outbound to initiate a workflow for capturing outbound call status. However, the workflow is not being triggered as expected when the outbound conversation events occur.
{ "id": "********************************",
"name": "Test",
"topicName": "v2.detail.events.conversation.{id}.outbound",
"target": {
"type": "Workflow",
"id": "********************************",
"workflowTargetSettings": { "dataFormat": "Json" } },
"version": 13,
"enabled": true,
"matchCriteria": [
{
"jsonPath": "outboundCampaignId",
"operator": "Equal",
"value": "*********************************************"
}
]
In workflow- i just sending notification like campaign started message.
Please confirm if the topic syntax or mapping needs any adjustments.
#API/Integrations#Outbound------------------------------
Sabapathi T
PS Consultant
------------------------------