v1

latestOpenAPI 3.1.02026-07-22115189303.8 KB
Workflow Triggers

List workflow triggers

Retrieve all triggers configured for a workflow. Triggers define when and how a workflow should automatically execute.

Use this endpoint to:

  • Review configured triggers for a workflow
  • Audit which phone numbers trigger this workflow
  • Check trigger active status
get/workflows/{workflow_id}/triggers

Response

Triggers retrieved successfully

Example response

{
  "data": [
    {
      "triggerable": {
        "event_name": "conversation.csat_scored",
        "property_key": "score"
      }
    }
  ]
}