Marketing

Mautic

4min

With the Mautic app in , you can manage the contacts, companies, segments, and stages in your Mautic account.

Requirements

To use the Mautic app in , you must have a Mautic account.

Connect Mautic and

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.

  1. Log in to your Mautic account.
  2. Go to Settings > Configuration.
  3. Open API Settings and switch API enabled? option to Yes and save the dialog by clicking the Apply or Save & Close button.
  4. Retrieving API Credentials
  5. Log in to your Mautic account.
  6. Go to Settings > API Credentials.
  7. Click the +New button.
  8. Fill in the dialog fields as follows:
  9. Click the Save & Close button.
  10. Find the Client ID (Public Key) and Client Secret on the API Credentials page.
  11. Go to Make and open the Mautic module's Create a Connection dialog.
  12. 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.
  13. 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.
  14. Confirm the dialog by clicking the Accept button.

The connection has been established. You can proceed with setting up the module.

Mautic modules

After connecting to the Mautic app, you can use the following types of modules to build your .

  • Watch Events
    Triggers when a new event given by the selection parameter is occured.
  • Create/Update a Contact
    Create a new contact. If the contact with the same e-mail already exists, it is updated.
  • Update a Contact
    Updates an existing contact.
  • Get a Contact
    Gets an individual contact by ID.
  • Search Contacts
    Retrieves a list of contacts by a search.
  • Delete a Contact
    Deletes a contact.
  • Creates/Update a Company
    Creates a new company. If the company with the same company's name already exists, it is updated.
  • Update a Company
    Updates an existing company.
  • Get a Company
    Gets an individual company by ID.
  • List Companies
    Returns a list of all companies available to the user.
  • Delete a Company
    Deletes a company.
  • Create a Stage
    Creates a new stage.
  • Update a Stage
    Updates an existing stage.
  • Add Contact to a Stage
    Adds a contact to a specific stage.
  • Remove Contact from a Stage
    Removes contact from a specific stage.
  • Get a Stage
    Gets an individual stage by ID.
  • List Stages
    Returns a list of all contact stages.
  • Delete a Stage
    Deletes a stage.
  • Create a Segment
    Creates a new segment.
  • Update a Segment
    Updates an existing segment.
  • Add Contact to a Segment
    Adds a contact to a specific segment.
  • Add Contact to a Segment
    Adds a contact to a specific segment.
  • Remove Contact from a Segment
    Removes contact from a specific segment.
  • Get a Segment
    Gets an individual segment by ID.
  • List Segments
    Returns a list of all segments.
  • Delete a Segment
    Deletes a segment.
  • Make an API Call
    Performs an arbitrary authorized API call.

Mautic resources