Workflow: Manual Mautic Automate

Workflow Details

Download Workflow
{
    "nodes": [
        {
            "name": "On clicking 'execute'",
            "type": "n8n-nodes-base.manualTrigger",
            "position": [
                250,
                300
            ],
            "parameters": [],
            "typeVersion": 1
        },
        {
            "name": "Mautic",
            "type": "n8n-nodes-base.mautic",
            "position": [
                450,
                300
            ],
            "parameters": {
                "options": [],
                "operation": "getAll",
                "authentication": "oAuth2"
            },
            "credentials": {
                "mauticOAuth2Api": "mautic_creds"
            },
            "typeVersion": 1
        }
    ],
    "connections": {
        "On clicking 'execute'": {
            "main": [
                [
                    {
                        "node": "Mautic",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        }
    }
}
Back to Workflows

Related Workflows

Email form
View
GitHub Cron Create Scheduled
View
Telegram Weather Workflow
View
Code Editimage Update Webhook
View
My workflow 2
View
Automating Betting Data Retrieval with TheOddsAPI and Airtable
View
Automated Content SEO Audit Report
View
Manual N8Ntrainingcustomerdatastore Automate Triggered
View
Aggregate Gmail Send Triggered
View
Telegram Executecommand Process Webhook
View