NO LONGER SUPPORTED!
Please visit our API documentation to build your own.
This is a php wrapper for connecting with the Hellodialog API V1.
The package uses Laravel 5.4 for some functions. This version is outdated.
You can find the complete API documentation (OpenAPI) here.
We've made it easy for you. You can find all possible API calls in the directory: /examples
Via Composer
$ composer require hellodialog/apiwrapper
Add your API credentials and email settings in src/config/Hellodialog.php
After installation and configuration, the GlobalHandler
will be available to make calls to HelloDialog.
To manually perform calls, instantiate the GlobalHandler
class.
$globalHandler = new GlobalHandler();
Available methods are listed in GlobalHandler.php and /src/Handlers
.
Templates can be referred to by numerical ID, or the key set for their section in the config (which must have an id
property set).
The MIT License (MIT). Please see License File for more information.