telstra / MessagingAPI-perl-sample-app

This is a example of the Telstra Messaging API using perl to send a SMS.

Home Page:https://dev.telstra.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting started

The Telstra SMS Messaging API allows your applications to send and receive SMS text messages from Australia's leading network operator.

It also allows your application to track the delivery status of both sent and received SMS messages.

Configuration

Edit functions.pm and fill out:

my $consumer_key = "";
my $consumer_secret = "";

See the documentation at Dev.Telstra.com for more information

About

This is a example of the Telstra Messaging API using perl to send a SMS.

https://dev.telstra.com


Languages

Language:Perl 100.0%