Skip to main content
POST
/
public
/
pipelines
/
webhook
/
{webhookId}
Invoke a webhook that triggers a pipeline
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
}
'
{}

Authorizations

apiKey
string
header
required

Path Parameters

webhookId
string
required

Body

application/json
phone
string

The phone number of the contact

Example:

"+1234567890"

outboundDial
boolean

Response