Skip to main content
POST
/
webhooks
/
customers
/
upsert
{
  "status": "success",
  "customerId": "customer-12345",
  "created": "2025-10-31T18:30:00Z",
  "updated": "2025-10-31T18:30:00Z"
}

Authorizations

X-API-Key
string
header
required

Body

application/json

Customer data to upsert

customerId
string
required

Identifier for the customer in your system

Example:

"customer-12345"

personal_data
object
required

Whether the customer has consented to autodialer calls

Example:

true

externalMetadata
object

Additional metadata about the customer

Response

Customer upserted successfully

status
string
Example:

"success"

customerId
string
Example:

"customer-12345"

created
string<date-time>
Example:

"2025-10-31T18:30:00Z"

updated
string<date-time>
Example:

"2025-10-31T18:30:00Z"