Skip to main content
POST
/
api
/
webhooks
/
leads
/
{token}
Error
A valid request URL is required to generate request examples
{
  "leadId": 123,
  "created": false
}

Path Parameters

token
string
required

Account-specific webhook token

Body

application/json
phone
string
required

Lead's phone number (required, used for deduplication)

name
string

Lead's full name (defaults to "Unknown")

email
string<email>

Lead's email address

tags
string[]

Tags to apply to the lead

{key}
string

Any additional string fields are stored as custom fields

Response

Lead already exists (deduplication by phone)

leadId
integer
created
boolean
Example:

false