You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**sender** | **string** | Name of the sender. The number of characters is limited to 11 |
7
+
**sender** | **string** | Name of the sender. **The number of characters is limited to 11 for alphanumeric characters and 15 for numeric characters** |
8
8
**content** | **string** | Content of the message. The maximum characters used per SMS is 160, if used more than that, it will be counted as more than one SMS |
**scheduledAt** | [**\DateTime**] | UTC date-time on which the campaign has to run (YYYY-MM-DDTHH:mm:ss.SSSZ). Prefer to pass your timezone in date-time format for accurate result. | [optional]
**eventTime** | [**\DateTime**] | UTC date-time of the event |
7
-
**ip** | **string** | IP from which the user has been unsubscribed |
7
+
**ip** | **string** | IP from which the user has been unsubscribed | [optional]
8
8
9
9
[[Back to Model list]](../../README.md#documentation-for-models)[[Back to API list]](../../README.md#documentation-for-api-endpoints)[[Back to README]](../../README.md)
**campaignId** | **int** | ID of the campaign which generated the event |
7
7
**eventTime** | [**\DateTime**] | UTC date-time of the event |
8
-
**ip** | **string** | IP from which the user has unsubscribed |
8
+
**ip** | **string** | IP from which the user has unsubscribed | [optional]
9
9
10
10
[[Back to Model list]](../../README.md#documentation-for-models)[[Back to API list]](../../README.md#documentation-for-api-endpoints)[[Back to README]](../../README.md)
**subject** | **string** | Subject of the email message |
7
6
**to** | **string[]** | Email addresses of the recipients |
8
-
**contentType** | **string** | Type of the message body | [optional][default to 'html']
9
-
**bcc** | **string[]** | Email addresses of the recipients in bcc | [optional]
10
-
**cc** | **string[]** | Email addresses of the recipients in cc | [optional]
11
-
**body** | **string** | Body of the email message |
7
+
**body** | **string** | Custom text message to be presented in the report email. |
12
8
13
9
[[Back to Model list]](../../README.md#documentation-for-models)[[Back to API list]](../../README.md#documentation-for-api-endpoints)[[Back to README]](../../README.md)
**sender** | **string** | Name of the sender. Only alphanumeric characters. No more than 11 characters |
6
+
**sender** | **string** | Name of the sender. **The number of characters is limited to 11 for alphanumeric characters and 15 for numeric characters** |
7
7
**recipient** | **string** | Mobile number to send SMS with the country code |
8
8
**content** | **string** | Content of the message. If more than 160 characters long, will be sent as multiple text messages |
9
9
**type** | **string** | Type of the SMS. Marketing SMS messages are those sent typically with marketing content. Transactional SMS messages are sent to individuals and are triggered in response to some action, such as a sign-up, purchase, etc. | [optional][default to 'transactional']
**name** | **string** | Name of the campaign | [optional]
7
-
**sender** | **string** | Name of the sender. The number of characters is limited to 11 | [optional]
7
+
**sender** | **string** | Name of the sender. **The number of characters is limited to 11 for alphanumeric characters and 15 for numeric characters** | [optional]
8
8
**content** | **string** | Content of the message. The maximum characters used per SMS is 160, if used more than that, it will be counted as more than one SMS | [optional]
**scheduledAt** | [**\DateTime**] | UTC date-time on which the campaign has to run (YYYY-MM-DDTHH:mm:ss.SSSZ). Prefer to pass your timezone in date-time format for accurate result. | [optional]
0 commit comments