| Field | Type | Required | Description |
|---|---|---|---|
id |
Optional<String> | ➖ | The internal ID generated by Novu for your subscriber. This ID does not match the subscriberId used in your queries. Refer to subscriberId for that identifier. |
firstName |
Optional<String> | ➖ | The first name of the subscriber. |
lastName |
Optional<String> | ➖ | The last name of the subscriber. |
avatar |
Optional<String> | ➖ | The URL of the subscriber's avatar image. |
subscriberId |
String | ✔️ | The identifier used to create this subscriber, which typically corresponds to the user ID in your system. |