Workflow: Mautic Twilio Update

Workflow Details

Download Workflow
{
    "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\"]}} \ud83d\udc4b\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
                    }
                ]
            ]
        }
    }
}
Back to Workflows

Related Workflows

💻 Schedule workflow activity time
View
Manual Git Automate Triggered
View
Read sitemap and filter URLs
View
e-mail Chatbot with both semantic and structured RAG, using Telegram and Pgvector
View
Extract personal data with a self-hosted LLM Mistral NeMo
View
✨🩷Automated Social Media Content Publishing Factory + System Prompt Composition
View
HTTP Stickynote Automation Webhook
View
Daily meetings summarization with Gemini AI
View
Spot Workplace Discrimination Patterns with AI
View
💡🌐 Essential Multipage Website Scraper with Jina.ai
View