Customer Webhooks

Events

customer.createdA customer has been created
customer.updatedA customer has been updated

Fields

NameTypeDescription
customerCustomerThe customer this event is related to
organizationOrganizationTinyThe organization the customer belongs to

Example

{
  "event": "customer.created",
  "customer": {
    "...": "..."
  },
  "organization": {
    "id": "01H0S97D8RX4RBFHHTB1HE7SFR",
    "name": "My Awesome Business"
  }
}

In this article