Back to Integrations
integrationGraphQL node
integrationMautic node

GraphQL and Mautic integration

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

How to connect GraphQL 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.

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

Step 2: Add and configure GraphQL and Mautic nodes

You can find GraphQL 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 GraphQL and Mautic nodes one by one: input data on the left, parameters in the middle, and output data on the right.

GraphQL and Mautic integration: Add and configure GraphQL and Mautic nodes

Step 3: Connect GraphQL and Mautic

A connection establishes a link between GraphQL 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.

GraphQL and Mautic integration: Connect GraphQL and Mautic

Step 4: Customize and extend your GraphQL 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 GraphQL and Mautic with any of n8n’s 1000+ integrations, and incorporate advanced AI logic into your workflows.

GraphQL and Mautic integration: Customize and extend your GraphQL and Mautic integration

Step 5: Test and activate your GraphQL and Mautic workflow

Save and run the workflow to see if everything works as expected. Based on your configuration, data should flow from GraphQL 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.

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

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:

  1. enhance accuracy in marketing lists by ensuring that subscription changes in Shopify are instantly updated in Mautic.
  2. improve compliance with data protection laws by respecting users' subscription preferences across platforms
  3. 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:

  1. Sync Email Subscriptions from Shopify to Mautic
  2. Sync Email Subscriptions from Mautic to Shopify

How to get started?

  1. Create a custom app in Shopify get the credentials needed to connect n8n to Shopify
    This is needed for the Shopify Trigger
  2. Create Shopify Acces Token API credentials n n8n for the Shopify trigger node
  3. 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.
  4. 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
  5. 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

Nodes used in this workflow

Popular GraphQL and Mautic workflows

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 GraphQL and Mautic integration

Create custom GraphQL 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

FAQs

  • Can GraphQL connect with Mautic?

  • Can I use GraphQL’s API with n8n?

  • Can I use Mautic’s API with n8n?

  • Is n8n secure for integrating GraphQL and Mautic?

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

Looking to integrate GraphQL and Mautic in your company?

Over 3000 companies switch to n8n every single week

Why use n8n to integrate GraphQL 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