Customer Webhooks
Events
customer.created | A customer has been created |
customer.updated | A customer has been updated |
Fields
Name | Type | Description |
---|---|---|
customer | Customer | The customer this event is related to |
organization | OrganizationTiny | The organization the customer belongs to |
Example
{
"event": "customer.created",
"customer": {
"...": "..."
},
"organization": {
"id": "01H0S97D8RX4RBFHHTB1HE7SFR",
"name": "My Awesome Business"
}
}