Skip to main content
GET
/
workflows
/
{workflow_id}
/
triggers
List workflow triggers
curl --request GET \
  --url https://api.kapso.ai/platform/v1/workflows/{workflow_id}/triggers \
  --header 'X-API-Key: <api-key>'
{
  "data": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "workflow_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "trigger_type": "inbound_message",
      "active": true,
      "display_name": "<string>",
      "created_at": "2023-11-07T05:31:56Z",
      "updated_at": "2023-11-07T05:31:56Z",
      "triggerable": {
        "phone_number_id": "<string>"
      }
    }
  ]
}

Authorizations

X-API-Key
string
header
required

Path Parameters

workflow_id
string<uuid>
required

Workflow identifier

Response

Triggers retrieved successfully

List of workflow triggers

data
object[]
required