⚡ Only 300 spots remaining • Closes in 2d 14h 32m

Back to Workflow Library
Social Media

Receive updates when a form is submitted in Mautic, and send a confirmation SMS

This comprehensive workflow automation helps you streamline Receive updates when a form is submitted in Mautic, and send a confirmation SMS processes. By using this blueprint, you can eliminate manual data entry and ensure seamless integration between your favorite platforms.

#Receive
#updates
#when
#form
#submitted

Automation Logic

n8n JSON Blueprint

This workflow is pre-configured and ready for deployment. Simply import the JSON template into your n8n instance and configure your credentials.

This is an exclusive blueprint. Copy the JSON below to use it.

QUICK DEPLOY

  • 1
    Download the .json file
  • 2
    Open n8n & click "Import"
  • 3
    Configure your API keys

PRO TIP

Always test your workflow in a development environment before pushing to production.

JSON BLUEPRINT

n8n-workflow.json
{
  "id": "13",
  "name": "Receive updates when a form is submitted in Mautic, and send a confirmation SMS",
  "nodes": [
    {
      "name": "Mautic Trigger",
      "type": "n8n-nodes-base.mauticTrigger",
      "position": [
        510,
        300
      ],
      "webhookId": "9dce2b84-33fe-4816-ae4b-301c208b5384",
      "parameters": {
        "events": [
          "mautic.form_on_submit"
        ]
      },
      "credentials": {
        "mauticApi": "mautic"
      },
      "typeVersion": 1
    },
    {
      "name": "Twilio",
      "type": "n8n-nodes-base.twilio",
      "position": [
        710,
        300
      ],
      "parameters": {
        "to": "={{$node[\"Mautic Trigger\"].json[\"mautic.form_on_submit\"][0][\"submission\"][\"results\"][\"phone_number\"]}}",
        "from": "1234",
        "message": "=Hey, {{$node[\"Mautic Trigger\"].json[\"mautic.form_on_submit\"][0][\"submission\"][\"results\"][\"first_name\"]}} 👋\nThank you for signing up for the Webinar - Getting Started with n8n. The webinar will start at 1800 CEST on 31st October 2020.\nSee you there!"
      },
      "credentials": {
        "twilioApi": "twilio"
      },
      "typeVersion": 1
    }
  ],
  "active": false,
  "settings": {},
  "connections": {
    "Mautic Trigger": {
      "main": [
        [
          {
            "node": "Twilio",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}

To use this, copy the JSON above and paste it directly onto your n8n canvas.

IMPLEMENTATION GUIDE

Required Nodes

  • Receive Node
  • updates Node
  • when Node
  • form Node
  • submitted Node
  • Cron / Webhook Trigger

Core Benefits

  • 100% Automated Execution
  • Reduces Manual Data Entry
  • Infinite Scalability

Need Help Building Your Private Cloud?

Join the elite marketers who have offloaded their entire backend to n8n. Get direct support and custom builds in our private forum.

user