Trigger automation
Trigger an automation for a phone number (auto-creates contact + conversation). The automation is always resolved inside the authorized channel — an automationId from another workspace returns 404.
Authentication: API key via X-API-Key header (or Authorization: Bearer). Permissions: User API key Rate limit: api_automation_trigger — 20 requests/min per API user.
Authorizations
Preferred. API key value directly.
Query Parameters
Channel id. Auto-selects when omitted.
"ch_123"
Automation id (or use automationName).
"au_1"
Automation name (case-insensitive). One of automationId/automationName required.
Contact phone to run the automation for.
"919876543210"
Body
Contact phone to run the automation for.
"919876543210"
Channel id. Auto-selects when omitted.
"ch_123"
Automation id (or use automationName).
"au_1"
Automation name (case-insensitive). One of automationId/automationName required.