This integration integrates a Mautic instance with 1.100+ third party web services via the Zapier web automation service.
https://mautic.org/docs/en/plugins/zapier.html
This Zapier integration is developed as an open source project at https://github.com/mautic/mautic-zapier. There is no need to push this integration to Zapier. It already exists and new version deployments are handled by Mautic core team.
If you'd like to help with development, read the Zapier tutorial and install all requirements. Then:
- Create a fork of https://github.com/mautic/mautic-zapier
- Clone the repository.
git clone git@github.com:[your_github_username]/mautic-zapier.git
(replace [your_github_username]) - Go to the newly created directory.
cd mautic-zapier
- Install dependencies.
npm install
There are functional tests covering the basic functionality.
- Create
.environment
file in the root of this file and copy there content from.environment.dist
, fill in the auth details. - Run
zapier test
.