How To Send SMSs From This Website
Log in using the Username and password you supplied when registering with BizMessage.
At the top of this screen enter the list of recipients cell numbers.
Type in the message (max 140 characters) and click SEND.
The list of recipients must be one or more individual cell numbers (10 digits long) with no spaces and each separated by a comma if more than one.
|
How To Use This Website
Log in using the Username and password you supplied when registering with BizMessage.
Click on My Account to see a real time status of your account. You can print Tax Invoices from this view
Click on My Tasks to set up tasks that can be initiated by incoming SMS, EMAIL or HTTP REQUEST. Tasks not only send out SMSs but can also be set up to interact with your website so that eg: you can trigger actions on your own database via an SMS from the field.
Click on My SMS Logs to see a history of both incoming requests and outgoing SMSs.
Click on My Details to edit the detais you registered with BizMessage.
|
How To Send SMSs Via Email
Send an email TO sendsms@bizmessage.co.za.
Include one or more recipients in the SUBJECT of the email.
Type your message in the BODY of the email (only the first 140 characters will be used).
NB The email must be sent from the email address you gave us when you registered with BizMessage.
The list of recipients must be one or more individual cell numbers (10 digits long) with no spaces and each separated by a comma if more than one.
|
How To Send SMSs Using HTTP
Your website must first compose a message and a list of recipients.
You then process either a HTTP GET or POST to www.bizmessage.co.za/send.asp.
The request must contain the following QUERY PARAMETERS or FIELDS:
BIZUSERNAME = The username you registerd with BizMessage.
BIZPASSWORD = The password you registerd with BizMessage.
BIZMESSAGE = The text of the message you want to send.
BIZRECIPIENTLIST = The list of one or more cell numbers to send the message to.
The request can optionally contain the following QUERY PARAMETERS or FIELDS:
BIZREDIRECTURL = The URL to redirect to when BizMessage has completed its sending.
BIZSENDAT = This is a date and time in the format YYYY-MM-DD HH:mm. BizMessage will send the message at this time(blank means send immediately).
|
How To Set Up BizMessage Tasks
Each TASK is associated with a KEYWORD that is submitted via incoming SMS, EMAIL or HTTP request.
A Task can simply send SMS messages to one or more recipients and it can also interact with your website and database.
You need to specify a URL to which the task sends a request with specific query parameters.
The parameters sent include a list of RECIPIENTS and the KEYWORD used to trigger the task.
The list of recipients can be hard wired when you set up the task or can be obtained from the incoming request that triggers the task.
In addition to a comma delimited list of one or more pre-defined cellnumbers the recipient list can also contain one or more "special" numbers:
"SENDER" will include the number of the sender of the triggering event. If the event is triggered by Email or HTTP then the sender is the Cell Number you registered with BizMessage.
"RECIPIENT" will include a number obtained from the incoming MESSAGE. This cellnumber is the first 10 digits (with no spaces) found in the message.
"URL" will include a list of numbers obtained from the designated URL. The numberlist must follow a pipe charater ("|") after the MESSAGE part of the URL response.
|
How To Trigger A Task Using Email
Send an email TO tasks@bizmessage.co.za.
Include the KEYWORD for your task as the first word of the SUBJECT line of the email.
A list of recipients (no spaces and separated by commas) may optionally follow the keyword.
The BODY of the email is usually ignored but it may optionally contain name value pairs of ant parameters you want to send to the task.
NB The email must be sent from the email address you gave us when you registered with BizMessage.
|
How To Trigger A Task Using SMS
Send an SMS TO 0829047884.
Include the KEYWORD for your task as the first word of the MESSAGE.
A recipient (10 digits no spaces) may optionally follow the keyword.
The incoming SMS can be a PREMIUM SMS as follows: if sent to 32010 = R2, 34020 = R5 and 38020 = R10.
NB Premium SMSs MUST have the prefix "BIZ" pre-pended to your keyword.
|
How To Trigger A Task Using HTTP
Send an HTTP request to www.bizmessage.co.za/dotask.asp with the following Query Parameters or Fields:.
USERNAME = The username you registerd with BizMessage.
PASSWORD = The password you registerd with BizMessage.
MESSAGE = The text of the message you want to send.
RECIPIENT = The list of one or more cell numbers to send the message to.
The request can also optionally contain the following QUERY PARAMETERS or FIELDS:
REDIRECTURL = The URL to redirect to when BizMessage has completed its sending.
Dotask.asp returns a STATUS message in its body telling you whether the process was successful or not.
If a redirecturl is included dotask.asp returns a STATUS Query Parameter to the specified URL.
|
|