customer.imported
Occurs when an customer is imported.
New or changed entity.
Unique Paddle ID for this customer entity, prefixed with ctm_.
Full name.
Email address for this entity.
Whether this customer opted into marketing from you. false unless customers check the marketing consent box when using Paddle Checkout. Set automatically by Paddle.
Whether this entity can be used in Paddle.
Your own structured key-value data.
A short form locale tag following the IETF BCP 47 standard.
Import information for this entity. null if this entity is not imported.
RFC 3339 datetime string of when this entity was created. Set automatically by Paddle.
RFC 3339 datetime string of when this entity was updated. Set automatically by Paddle.
Unique Paddle ID for this event, prefixed with evt_.
Type of event sent by Paddle, in the format entity.event_type.
Unique Paddle ID for this notification, prefixed with ntf_.
RFC 3339 datetime string of when this event occurred.
12345678910111213141516171819201{
2 "event_id": "evt_01hv6ymvpf2r40gjas86q60bah",
3 "event_type": "customer.imported",
4 "occurred_at": "2024-04-11T16:07:56.879683Z",
5 "notification_id": "ntf_01hv6ymvrgdcdkv3jx4x0h2qsv",
6 "data": {
7 "id": "ctm_01hv6y1jedq4p1n0yqn5ba3ky4",
8 "name": "Lex Taylor",
9 "email": "lex@example.com",
10 "locale": "en",
11 "status": "active",
12 "created_at": "2024-04-11T16:07:56.554Z",
13 "updated_at": "2024-04-11T16:07:56.554Z",
14 "custom_data": null,
15 "import_meta": {
16 "external_id": "4f626321-f3af-46f6-925e-d1cb315e89f0",
17 "imported_from": "paddle_classic"
18 },
19 "marketing_consent": false
20 }