SMS API
SMSRequest
This data type specifies the options for an outgoing SMS message. It is passed to the AdvancedSMSSend method.
Type Properties
| Property Name | Description | Data Type | Sample |
|---|---|---|---|
| AssignedDID | Number to send the message from. (Contact Esendex to add a number to your account.) | String | 7575550000 |
| Message | Text content for the message. | String | This is a sample message. |
| PhoneNumbers | One or more recipient numbers. | Array of String values | 7575559999 |
| ReferenceID | Custom ID of your choice. You can use this ID to filter incoming messages when you read them. | String | 123 |
| ScheduledDateTime | UTC date/time when message will send. | DateTime | \/Date(1682439497785)\/ |
| StatusPostBackURL | URL to send postbacks to. | String | http://www.example.com/postback.aspx |
Let’s start sending, together.