Sends an SMS message using URL-encoded form-data parameters or query-string parameters.
curl --request POST \
--url https://secure.interactsms.com/api/v1/sendmessage.aspx \
--header 'Content-Type: application/x-www-form-urlencoded'"0\nRequest deferred successfully\n"Form fields accepted by the URL-encoded SMS API.
Destination mobile number in international format.
Sender address (alphanumeric or shortcode).
Optional callback notification identifier.
Unix timestamp or 0 for immediate delivery.
API always returns HTTP 200. Body contains raw text response.
The response is of type string.
curl --request POST \
--url https://secure.interactsms.com/api/v1/sendmessage.aspx \
--header 'Content-Type: application/x-www-form-urlencoded'"0\nRequest deferred successfully\n"