customer-created

Webhook to notify when a customer is created.

Payload
uuid
required
date-time
required

ISO 8601 timestamp in UTC timezone (must end with 'Z')

string
required
string
address
object
shipping_address
object
emails
array of objects
emails
external_references
array of objects
external_references
int32
≥ 0
boolean
Defaults to false

When set to true, invoices for this customer will be automatically sent via email on the invoice date.

boolean
Defaults to false

When set to true, an email will be sent to customers periodically if they have not paid an invoice.

fields
array of objects | null
fields
Headers
string
required

Signature of the webhook event. Computed using HMAC-SHA256 and AES encrypted with the configured webhook token. The contents of the body are prefixed with the timestamp and id before hashing.

date-time
required

Timestamp of the webhook event in ISO-8601 format

uuid
required

ID of the webhook event

string
required

Entity type of the webhook event

string
required

Event type of the webhook event

Response

LoadingLoading…