enbbox 1.0.1

Notification infrastructure API — open-source alternative to Novu/Courier
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# UpdateSubscriber

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**avatar** | Option<**String**> | Updated avatar URL. | [optional]
**data** | **serde_json::Value** | Updated metadata (replaces existing data). | 
**email** | Option<**String**> | Updated email address. | [optional]
**first_name** | Option<**String**> | Updated first name. | [optional]
**last_name** | Option<**String**> | Updated last name. | [optional]
**locale** | Option<**String**> | Updated locale tag. | [optional]
**phone** | Option<**String**> | Updated phone number in E.164 format. | [optional]
**timezone** | Option<**String**> | Updated timezone. | [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)