| Field | Type | Required | Description | Example |
|---|---|---|---|---|
firstName |
JsonNullable<String> | ➖ | First name of the subscriber | John |
lastName |
JsonNullable<String> | ➖ | Last name of the subscriber | Doe |
email |
JsonNullable<String> | ➖ | Email address of the subscriber | john.doe@example.com |
phone |
JsonNullable<String> | ➖ | Phone number of the subscriber | +1234567890 |
avatar |
JsonNullable<String> | ➖ | Avatar URL or identifier | https://example.com/avatar.jpg |
locale |
JsonNullable<String> | ➖ | Locale of the subscriber | en-US |
timezone |
JsonNullable<String> | ➖ | Timezone of the subscriber | America/New_York |
data |
Map<String, Object> | ➖ | Additional custom data associated with the subscriber |