Call us toll-free @ 888-497-7898

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 Response

XML Response

<response>
  <smsid>114039</smsid>
</response>

JSON Response

{
    "smsid": "114039"
}