Simple! A few moments later you will receive an email confirming the message was sent.
Web to SMS / TXT
Simply Login to our website and create an SMS from the Launcher. You can even select whether you want replies to your email or mobile phone!
HTTP API
Using you web server or browser, you can send messages using HTTP Posting. The required fields are: sender, token, number and message. An example of HTTP Posting:
http://www.tnz.co.nz/***/SMSAPI.***?sender=xxx&token=xxx&number=xxx&message=xxx
To specify the originator of the TXT for identification and replies:
http://www.tnz.co.nz/***/SMSAPI.***?sender=xxx&token=xxx&number=xxx&message=xxx&smsreply=xxx
To receive replies back to a specified email address:
http://www.tnz.co.nz/***/SMSAPI.***?sender=xxx&token=xxx&number=xxx&message=xxx&smsemailreply=xxx
>> Use comma separated values for number field if you wish to send more then 1 destination
To use HTTP Posting with encryption, simply use https://www.tnz.co.nz
Broadcast Message Service
Email to SMS / TXT
Create your message just like an email and send to:
broadcast@sms.tnz.co.nz
For a simple Broadcast Message:
Attach a Comma Separate File (*.CSV) of mobile numbers to sent to. The first line of the CSV should have the word mobile. The second line is where the list of numbers begins. See an example here.
For a personalised Broadcast Message:
Attach a Comma Separate file (*.CSV) with the desired variables. The first line begins with mobile followed by the variable titles. The second line is where the list of numbers and details begins! See an example here.
Web to SMS / TXT
Using the launcher in your TNZ Online Account, follow the same guidelines for creating a simple or personalised Comma Separated file (*.CSV)
HTTP API to Multiple Targets
Using your web server or browser you can send SMS/TXT messages using HTTP posting to multiple
destinations with customised fields.
The required fields are: sender, token, count, number-x & message
Address will be announced on your request, example of post variables and values will be: