Skip to main content
POST
/
drip-campaigns
/
webhook

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
  • Call Created
  • Call Ended
  • SMS
type
enum<string>
required

The type of webhook.

Available options:
drip-campaign.call-created
id
string<uuid>
required

The ID of the drip campaign.

name
string
required

The name of the drip campaign.

customerId
string<uuid>
required

The ID of the customer.

status
enum<string>
required

The status of the drip campaign.

Available options:
in-progress,
completed,
canceled
createdAt
string<date-time>
required

The timestamp of when the drip campaign was created. ISO-8601 format.

callCreated
object
required

Details for the call that was created.