Download the PHP package barnebys/mautic-api-helper without Composer
On this page you can find all versions of the php package barnebys/mautic-api-helper. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package mautic-api-helper
Mautic API Helper
Requires the Mautic Simple Mail plugin to be installed.
With basic auth
With oauth
Fetch a contact id by email
Handling Contacts
Creating a contact
Updating a contact
Updating a contact will do a PATCH and only update specified fields in the array.
Sending emails
When sending emails you can with ease use sendToContact
and just set the email and a templateId.
If you need to pass on some custom fields to be used in Mautic those can set as a key => value array for parameter 3.
When sending values contain HTML and to disable Mautic HTML escaper set the 4th parameter to true.
Sending a email with custom fields
Sending a email with html content
Other available methods
All versions of mautic-api-helper with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5
ext-curl Version *
psr/log Version ~1.0
mautic/api-library Version 2.10.0
ext-curl Version *
psr/log Version ~1.0
mautic/api-library Version 2.10.0
The package barnebys/mautic-api-helper contains the following files
Loading the files please wait ....