Skip to content

Latest commit

 

History

History
31 lines (15 loc) · 1.26 KB

README.md

File metadata and controls

31 lines (15 loc) · 1.26 KB

BoltMail Developer Documentation

This page contains developer API documentation for BoltMail

BoltMail is a SASS email marketing software platform available from www.boltmail.nz.

3rd Party Laravel Libraries

If you use the Laravel PHP framework then you already know how awesome it is. Luckily someone has built a package for this:

https://github.com/alexthekiwi/boltmail-laravel-sdk

3rd Party MailWizz API Libraries

BoltMail is compatible with the MailWizz Email Marketing API.

Note that the BoltMail API includes additional features not supported by the standard MailWizz API, to harness the full power of BoltMail you may need to roll your own implimentation. Our API documentation can help you to do that.

When using a third party SDK the API URL must be set to https://app.boltmail.nz/api and if the library expects a private key this should be left blank.

https://github.com/ems-api/php-client - PHP SDK

https://github.com/twisted1919/mailwizz-python-sdk - Python SDK.

https://github.com/twisted1919/mailwizz-ruby-sdk - Ruby SDK.

https://github.com/thangtx/mailwizzphpapi-wrap - A small rest app that acts as a proxy between mailwizz and any other software.

https://www.npmjs.com/package/node-mailwizz - Node.js implementations