Send SMS Via HTTP
GET {{baseUrl}}/send.aspx?Key=<>&Content=<>&From=<>&Long=<>&total=<>
The HTTP interface to send text messages can be accessed using GET or POST. All parameters must be URL Encoded and sent as UTF-8 text.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
Key | string | Your API key, available from your API account. | |
Content | string | The message you want to send. Mobile networks only support characters listed in the GSM character set, but for consistency all characters must be UTF-8 encoded when sending through the API. | |
From | string | The text or phone number displayed when a text message is received on a phone. This can be either a 12 digit number or 11 characters long. You can set a default by logging in to Clockwork. | |
Long | string | Set this to 1 and weu2019ll stick together multiple messages giving you up to 459 characters, rather than the standard 160 (each recipient will cost up to 3 message credits) | |
total | string | Up to 50 comma separated numbers. Each number should start with an international country code without any leading zeros or plus symbols. |