WEBHOOK
sync.failed
{
  "type": "sync.failed",
  "messageId": "a6ce...",
  "traceId": "549a...",
  "error": "Customer already exists",
  "id": "customer-id",
  "entityType": "CUSTOMER",
  "vendorIdentifier": "stripe"
}

Body

application/json
type
string

Event type discriminator.

Allowed value: "sync.failed"
messageId
string

Unique webhook message ID.

traceId
string

Correlation ID for tracing.

error
string

Human-readable error returned by the integration.

id
string

ID of the entity that failed to sync.

entityType
string

Type of the entity that failed (e.g. CUSTOMER).

vendorIdentifier
string

External system identifier (e.g. "stripe").