Skip to main content
POST
/
sendmessage.aspx
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"

Body

application/x-www-form-urlencoded

Form fields accepted by the URL-encoded SMS API.

user
string
required
password
string<password>
required
api_id
integer
required
to
string
required

Destination mobile number in international format.

text
string
required
from
string
required

Sender address (alphanumeric or shortcode).

notify_id
string

Optional callback notification identifier.

deliverytime
integer

Unix timestamp or 0 for immediate delivery.

Response

200 - text/plain

API always returns HTTP 200. Body contains raw text response.

The response is of type string.

Last modified on April 8, 2026