Skip to content

xsist10/clickatell-connect-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To create a token key you'll need to sign up for a Central account at Clickatell:
http://www.clickatell.com/register/account_signup.php

Once you've created your account, login and go to the "Manage my Product" page
and add a new "Clickatell Connect API Applications" entry. Once you've completed
the form you will be given a "API Application Session Token".


Create a config.php file in the test folder with the following details:

$sToken = [Token Key];


Then you should be able to tweak and run the various tests.


Tests should be run from the command line like this (to handle the captcha image
requirements for certain calls):

path/to/test$ php -f get_list_account.php

About

Library for interacting with the new Clickatell Connect API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages