cURL
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>" } } ] }
Retrieve all triggers configured for a workflow. Triggers define when and how a workflow should automatically execute.
Use this endpoint to:
Workflow identifier
Triggers retrieved successfully
List of workflow triggers
Show child attributes
Was this page helpful?