# CreateSubscriber
## Properties
**avatar** | Option<**String**> | URL to the subscriber's avatar image. | [optional]
**data** | **serde_json::Value** | Arbitrary key-value metadata attached to this subscriber. |
**email** | Option<**String**> | Subscriber's email address, used for email channel delivery. | [optional]
**first_name** | Option<**String**> | Subscriber's first (given) name. | [optional]
**last_name** | Option<**String**> | Subscriber's last (family) name. | [optional]
**locale** | Option<**String**> | IETF BCP 47 locale tag for localized content delivery. | [optional]
**phone** | Option<**String**> | Subscriber's phone number in E.164 format, used for SMS channel delivery. | [optional]
**subscriber_id** | **String** | Unique identifier for this subscriber in your system (e.g. user ID). |
**timezone** | Option<**String**> | IANA timezone identifier for time-aware scheduling. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)