Marketing
Mautic
4min
With the Mautic app in , you can manage the contacts, companies, segments, and stages in your Mautic account.
To use the Mautic app in , you must have a Mautic account.
To connect your Mautic account to Make you need to enable the API in your Mautic account and obtai your domain, client ID, and client secret.
- Log in to your Mautic account.
- Go to Settings > Configuration.
- Open API Settings and switch API enabled? option to Yes and save the dialog by clicking the Apply or Save & Close button.
- Retrieving API Credentials
- Log in to your Mautic account.
- Go to Settings > API Credentials.
- Click the +New button.
- Fill in the dialog fields as follows:
- Click the Save & Close button.
- Find the Client ID (Public Key) and Client Secret on the API Credentials page.
- Go to Make and open the Mautic module's Create a Connection dialog.
- Enter the Client ID and Client Secret you have retrieved in Step 7 to the respective fields and click the Continue button to establish the connection.
- After you click the Continue button, Make will redirect you to the Mautic website, where you will be prompted to grant Make access to your account.
- Confirm the dialog by clicking the Accept button.
The connection has been established. You can proceed with setting up the module.
After connecting to the Mautic app, you can use the following types of modules to build your .
- Watch EventsTriggers when a new event given by the selection parameter is occured.
- Create/Update a ContactCreate a new contact. If the contact with the same e-mail already exists, it is updated.
- Update a ContactUpdates an existing contact.
- Get a ContactGets an individual contact by ID.
- Search ContactsRetrieves a list of contacts by a search.
- Delete a ContactDeletes a contact.
- Creates/Update a CompanyCreates a new company. If the company with the same company's name already exists, it is updated.
- Update a CompanyUpdates an existing company.
- Get a CompanyGets an individual company by ID.
- List CompaniesReturns a list of all companies available to the user.
- Delete a CompanyDeletes a company.
- Create a StageCreates a new stage.
- Update a StageUpdates an existing stage.
- Add Contact to a StageAdds a contact to a specific stage.
- Remove Contact from a StageRemoves contact from a specific stage.
- Get a StageGets an individual stage by ID.
- List StagesReturns a list of all contact stages.
- Delete a StageDeletes a stage.
- Create a SegmentCreates a new segment.
- Update a SegmentUpdates an existing segment.
- Add Contact to a SegmentAdds a contact to a specific segment.
- Add Contact to a SegmentAdds a contact to a specific segment.
- Remove Contact from a SegmentRemoves contact from a specific segment.
- Get a SegmentGets an individual segment by ID.
- List SegmentsReturns a list of all segments.
- Delete a SegmentDeletes a segment.
- Make an API CallPerforms an arbitrary authorized API call.