Call us toll free @ 888-497-7898

sms - sendsms

Send a single SMS/MMS message


API Call Information
area: sms
action: sendsms

API Arguments
Argument Data Type Required Description
mobile integer Yes Phone number to send to
message string Yes The text message to send. If emojis are used then in it is MMS.
fromphoneid integer Yes Phone ID of number to send from found via listnumbers or buynumber api
mediaurl string No An link to a image file or graphic must be https://
API Url Example:
https://api.hypermail.com/api.php?apikey=YOURAPIKEYHERE&area=sms&action=sendsms

API Result:
XML Response JSON Response
<response>
  <smsid>114039</smsid>
</response>
{
    "smsid": "114039"
}