SMS messages are sent by making HTTPS calls to the API. You can loop through your list of mobile numbers and make HTTPS requests to send SMS messages to them.
The HTTP API supports the following SMS features:
Parameter |
Required |
Description |
apiKey |
Yes |
This is the authentication key used to call and unlock the specific integration service. Refer to the Platform portal to retrieve this key for the specific HTTP API integration you want to utilize to deliver your messages. (It will be included in the CURL sample in the code library for that integration). |
to |
Yes |
The mobile number to which the message must be delivered. The number should be in international format with no + symbol or leading zeros. |
text |
Yes |
The text content of the message. Note that some characters take up two character spaces due to GSM encoding standards. |
from |
Only when sending with a two-way integration |
The two-way number that will be used for message delivery. This parameter is only required if you want to send messages using a two-way integration type. You must specify the specific two-way number that is linked to the integration you’re specifying via the API key. |
Featured Insight Circle post

Related blogs posts


