Back to Integrations
integrationWebhook node
integrationMautic node

Webhook and Mautic integration

Save yourself the work of writing custom integrations for Webhook and Mautic and use n8n instead. Build adaptable and scalable Development, Core Nodes, Marketing, and Communication workflows that work with your technology stack. All within a building experience you will love.

How to connect Webhook and Mautic

  • Step 1: Create a new workflow
  • Step 2: Add and configure nodes
  • Step 3: Connect
  • Step 4: Customize and extend your integration
  • Step 5: Test and activate your workflow

Step 1: Create a new workflow and add the first step

In n8n, click the "Add workflow" button in the Workflows tab to create a new workflow. Add the starting point – a trigger on when your workflow should run: an app event, a schedule, a webhook call, another workflow, an AI chat, or a manual trigger. Sometimes, the HTTP Request node might already serve as your starting point.

Webhook and Mautic integration: Create a new workflow and add the first step

Step 2: Add and configure Webhook and Mautic nodes

You can find Webhook and Mautic in the nodes panel. Drag them onto your workflow canvas, selecting their actions. Click each node, choose a credential, and authenticate to grant n8n access. Configure Webhook and Mautic nodes one by one: input data on the left, parameters in the middle, and output data on the right.

Webhook and Mautic integration: Add and configure Webhook and Mautic nodes

Step 3: Connect Webhook and Mautic

A connection establishes a link between Webhook and Mautic (or vice versa) to route data through the workflow. Data flows from the output of one node to the input of another. You can have single or multiple connections for each node.

Webhook and Mautic integration: Connect Webhook and Mautic

Step 4: Customize and extend your Webhook and Mautic integration

Use n8n's core nodes such as If, Split Out, Merge, and others to transform and manipulate data. Write custom JavaScript or Python in the Code node and run it as a step in your workflow. Connect Webhook and Mautic with any of n8n’s 1000+ integrations, and incorporate advanced AI logic into your workflows.

Webhook and Mautic integration: Customize and extend your Webhook and Mautic integration

Step 5: Test and activate your Webhook and Mautic workflow

Save and run the workflow to see if everything works as expected. Based on your configuration, data should flow from Webhook to Mautic or vice versa. Easily debug your workflow: you can check past executions to isolate and fix the mistake. Once you've tested everything, make sure to save your workflow and activate it.

Webhook and Mautic integration: Test and activate your Webhook and Mautic workflow

Send sales data from Webhook to Mautic

This workflow goes through the teachable webhook request types and adds a user, updates him and tags him with #unsubscribe or removes the #unsubscribe tag.

It also tags the user with the tag of the name of the course.

Enjoy!

Nodes used in this workflow

Popular Webhook and Mautic workflows

Mautic node
Merge node
+3

Send sales data from Webhook to Mautic

This workflow goes through the teachable webhook request types and adds a user, updates him and tags him with #unsubscribe or removes the #unsubscribe tag. It also tags the user with the tag of the name of the course. Enjoy!
Webhook node
Mautic node

Validate email format from a Wordpress form and save a contact in Mautic

When you collect leads from a form, you need to format the incoming data such as the lead's name and also apply a basic validation of the email entered. Lucky for us, N8N offers all of these features with simple expressions that can easily be applied to data. This workflow aims to show how you can process your lead data before saving it in Mautic. How it Works This workflow receives data from a Wordpress form; applies name formatting and basic validation to the email; Creates the contact in Mautic; If e-mail is invalid, add the lead in Dot Not Contact list. Setup Steps Set up credentials when you first open the workflow. You'll need a Mautic account. You need to configure a form in Wordpress (Elementor, WPForms, etc.) and send it to the N8N Webhook address; Now map the fields you need to apply formatting and validation. After testing your workflow, swap the Test URL to Production URL in Discourse and activate your workflow
Shopify Trigger node
Mautic node
Webhook node
+4

Sync Customer Email Subscriptions Between Shopify and Mautic

Having a seamless flow of customer data between your online store and your marketing platform is essential. By keeping your systems synchronized, you can ensure that your marketing campaigns are accurately targeted and effective. The integration between Shopify, a leading e-commerce platform, and Mautic, an open-source marketing automation system, is not available out-of-the-box. However, with a n8n workflow you can bridge this gap with. This template will help you: enhance accuracy in marketing lists by ensuring that subscription changes in Shopify are instantly updated in Mautic. improve compliance with data protection laws by respecting users' subscription preferences across platforms achieve integration without the need for additional plugins or software, minimizing complexity and potential points of failure. This template will demonstrate the follwing concepts in n8n: working with Shopify in n8n control flow with the IF node use Webhooks validate Webhooks with the Crypto node use the GraphQL node to call the Shopify Admin API The template consists of two parts: Sync Email Subscriptions from Shopify to Mautic Sync Email Subscriptions from Mautic to Shopify How to get started? Create a custom app in Shopify get the credentials needed to connect n8n to Shopify This is needed for the Shopify Trigger Create Shopify Acces Token API credentials n n8n for the Shopify trigger node Create Header Auth credentials: Use X-Shopify-Access-Token as the name and the Acces-Token from the Shopify App you created as the value. The Header Auth is neccessary for the GraphQL nodes. Enable the Mautic API under Configuration/API Settings, After the settings are saved you will have an additional entry in your settings menu to create API credentials for n8n Create Mautic credentials in n8n Please make sure to read the notes in the template. For a detailed explanation please check the corresponding video: https://youtu.be/x63rrh_yJzI

Build your own Webhook and Mautic integration

Create custom Webhook and Mautic workflows by choosing triggers and actions. Nodes come with global operations and settings, as well as app-specific parameters that can be configured. You can also use the HTTP Request node to query data from any app or service with a REST API.

Mautic supported actions

Add
Add contact to a campaign
Remove
Remove contact from a campaign
Create
Create a new company
Delete
Delete a company
Get
Get data of a company
Get Many
Get data of many companies
Update
Update a company
Add
Add contact to a company
Remove
Remove a contact from a company
Create
Create a new contact
Delete
Delete a contact
Edit Contact Points
Edit contact's points
Edit Do Not Contact List
Add/remove contacts from/to the do not contact list
Get
Get data of a contact
Get Many
Get data of many contacts
Send Email
Send email to contact
Update
Update a contact
Add
Add contact to a segment
Remove
Remove contact from a segment
Send

Webhook and Mautic integration details

integrationWebhook node
Webhook

Webhooks are automatic notifications that apps send when something occurs. They are sent to a certain URL, which is effectively the app's phone number or address, and contain a message or payload. Polling is nearly never quicker than webhooks, and it takes less effort from you.

Use case

Save engineering resources

Reduce time spent on customer integrations, engineer faster POCs, keep your customer-specific functionality separate from product all without having to code.

Learn more
Use case

Automate lead management

Using too many marketing tools? n8n lets you orchestrate all your apps into one cohesive, automated workflow.

Learn more

FAQs

  • Can Webhook connect with Mautic?

  • Can I use Webhook’s API with n8n?

  • Can I use Mautic’s API with n8n?

  • Is n8n secure for integrating Webhook and Mautic?

  • How to get started with Webhook and Mautic integration in n8n.io?

Looking to integrate Webhook and Mautic in your company?

Over 3000 companies switch to n8n every single week

Why use n8n to integrate Webhook with Mautic

Build complex workflows, really fast

Build complex workflows, really fast

Handle branching, merging and iteration easily.
Pause your workflow to wait for external events.

Code when you need it, UI when you don't

Simple debugging

Your data is displayed alongside your settings, making edge cases easy to track down.

Use templates to get started fast

Use 1000+ workflow templates available from our core team and our community.

Reuse your work

Copy and paste, easily import and export workflows.

Implement complex processes faster with n8n

red iconyellow iconred iconyellow icon