v1

latestOpenAPI 3.1.02026-07-22115189303.8 KB
Workflow Triggers

Update workflow trigger

Update a workflow trigger. Currently only the 'active' status can be modified.

Use this to:

  • Temporarily disable a trigger without deleting it (set active=false)
  • Re-enable a previously disabled trigger (set active=true)

Note: To change trigger type or phone_number_id, delete the trigger and create a new one.

patch/triggers/{trigger_id}

Request body

Response

Trigger updated successfully

Example response

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