Outbound SMS

 

This document provides the guidelines on how to use the HTTP SMS API interface for sending a single SMS or bulk SMS to valid mobile phone numbers.

You submit all your requests over HTTP in the host {base_url}: http://sms.callifony.com/

Send an SMS

 

POST ->

http://{base_url}/HTTP/api/Client/SendSMS

Parameter Value
{username} Username represents the client username account.
{password} Password created for the client account.
{destinationnumber} Mobile number where the SMS is to be sent.
{senderID} Source is the Sender ID of the sent message.
{messagecontent} Text/content is the body of the message.
{DataCodingNumber} Data coding defines the encoding format.

Outbound Voice

This document provides the guidelines on how to make outbound calls to phone numbers.

You submit all your request over HTTP in the host {base_url}: http://www.callifony.com/outbound

Make a voice call

 

POST ->

http://{base_url}/HTTP/api/Client/

Parameter Value
{api_key} API KEY allocated for your account
{phone_no} Phone number to place the call to
{caller_id} Set your caller id if you have more than one phone number assigned to you
{extra_data} The initial XML action to perform example – welcome callifony users
{outbound_version} Set value to 2
{callback_url} Call summary are pushed to your URL after call completion
{DataCodingNumber} Data coding defines the encoding format