Name | Type | Description | Notes |
---|---|---|---|
To | string | The contact of the recipient. format should be countryCode-phoneNumber. | [default to null] |
From | string | The id of the sender. | [default to null] |
TextBody | string | The content of the message. | [default to null] |
Encoding | string | the encoding of the message. | [optional] [default to null] |
MaxCount | int32 | the maximum amount of messages to be sent (if the textBody is too big for a single message). | [optional] [default to null] |
MergeTags | []string | A list of the merge tags to replace information gaps in the email. The format of each tag should be ``tagName:tagValue`` | [optional] [default to null] |
Priority | string | The priority of the message. | [optional] [default to PRIORITY.NON_URGENT] |
CustomData | string | Extra Data related to the campaign to be re-sent via WebHook. | [optional] [default to null] |
Registered | bool | option to register the message. Its an exclusive feature for senders that require it. | [optional] [default to false] |
Group | string | The group of the message. | [optional] [default to default] |