Sent when a new customer is created.
A customer can be created:
Discord & Slack support: Basic
"customer.created"
A customer in an organization.
Show child attributes
Was this page helpful?
{ "type": "<string>", "timestamp": "2023-11-07T05:31:56Z", "data": { "id": "<string>", "created_at": "2023-11-07T05:31:56Z", "modified_at": "2023-11-07T05:31:56Z", "metadata": {}, "external_id": "usr_1337", "email": "<string>", "email_verified": true, "name": "John Doe", "billing_address": { "country": "AD", "line1": "<string>", "line2": "<string>", "postal_code": "<string>", "city": "<string>", "state": "<string>" }, "tax_id": [ "911144442", "us_ein" ], "organization_id": "<string>", "deleted_at": "2023-11-07T05:31:56Z", "avatar_url": "<string>" } }