Create a new trigger for a workflow. Triggers define when the workflow should automatically execute.
Trigger types:
inbound_message: Workflow starts when WhatsApp messages arrive at specified phone number (requires phone_number_id)api_call: Workflow starts only via POST /workflows//executions (no phone_number_id needed)After creating a trigger:
Note: A workflow can have multiple triggers (e.g., multiple phone numbers, or both inbound_message and api_call).
Documentation Index
Fetch the complete documentation index at: https://docs.kapso.ai/llms.txt
Use this file to discover all available pages before exploring further.
Workflow identifier
Request to create a new workflow trigger
Trigger created successfully
Single workflow trigger response
Workflow trigger defining when and how a workflow execution should start