| Field | Type | Required | Description |
|---|---|---|---|
subscriberId |
string | ✔️ | Unique identifier of the subscriber |
firstName |
?string | ➖ | First name of the subscriber |
lastName |
?string | ➖ | Last name of the subscriber |
email |
?string | ➖ | Email address of the subscriber |
phone |
?string | ➖ | Phone number of the subscriber |
avatar |
?string | ➖ | Avatar URL or identifier |
timezone |
?string | ➖ | Timezone of the subscriber |
locale |
?string | ➖ | Locale of the subscriber |
data |
array<string, mixed> | ➖ | Additional custom data for the subscriber |