Skip to main content
POST
customer.deleted

Body

application/json

Minimal customer object embedded in events.

type
string

Event type discriminator.

messageId
string

Unique webhook message ID.

traceId
string

Correlation ID for tracing.

timestamp
string<date-time> | null

Time the event occurred (may be omitted in some events).

entityId
string

Stigg UUID of the customer entity.

id
string

External/customer-facing identifier (your system’s ID).

name
string | null

Customer name (company or individual).

email
string | null

Primary customer email address.

billingId
string | null

Identifier for the customer in the connected billing provider.

crmId
string | null

Identifier for the customer in your CRM.

metadata
object

Arbitrary key-value attributes attached to the customer.

excludeFromExperiment
boolean | null

Whether the customer is excluded from experiments.

experimentInfo
object

Current experiment assignment for this customer.

billingCurrency
string | null

ISO currency code used for billing the customer.