Sent when a customer state has changed.
It's triggered when:
Discord & Slack support: Basic
"customer.state_changed"
A customer state snapshot (currently identical to the base schema).
Show child attributes
{ "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>" }, "workspace_id": "<string>", "deleted_at": "2023-11-07T05:31:56Z", "type": "individual" } }