cURL
curl --request POST \ --url https://web-api.clerk.chat/public/pipelines/webhook/{webhookId} \ --header 'Content-Type: application/json' \ --header 'apiKey: <api-key>' \ --data ' { "phone": "+1234567890", "outboundDial": true } '
{}
Invoke a webhook that triggers a pipeline
The phone number of the contact
"+1234567890"