This page contains developer API documentation for BoltMail
BoltMail is a SASS email marketing software platform available from www.boltmail.nz.
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
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