Workflow: Schedule Wordpress Automate

Workflow Details

Download Workflow
{
    "nodes": [
        {
            "name": "Zoom",
            "type": "n8n-nodes-base.zoom",
            "position": [
                1340,
                580
            ],
            "parameters": {
                "topic": "New Meeting",
                "authentication": "oAuth2",
                "additionalFields": {
                    "type": 3,
                    "settings": {
                        "muteUponEntry": true,
                        "joinBeforeHost": true,
                        "participantVideo": true
                    },
                    "timeZone": "America\/New_York"
                }
            },
            "typeVersion": 1
        },
        {
            "name": "Schedule Trigger",
            "type": "n8n-nodes-base.scheduleTrigger",
            "notes": "Cron trigger to reset zoom meeting on the auto-redirect link",
            "position": [
                1120,
                580
            ],
            "parameters": {
                "rule": {
                    "interval": [
                        {
                            "daysInterval": 360,
                            "triggerAtHour": 3
                        }
                    ]
                }
            },
            "typeVersion": 1.1999999999999999555910790149937383830547332763671875
        },
        {
            "name": "Wordpress",
            "type": "n8n-nodes-base.wordpress",
            "position": [
                1560,
                580
            ],
            "parameters": {
                "pageId": "123 (Create a page in WP, copy the ID of the page, paste it here)",
                "resource": "page",
                "operation": "update",
                "updateFields": {
                    "content": "=\n<meta http-equiv=\"refresh\" content=\"0;{{ $json.join_url }}\">\n<p>Redirecting, please wait a moment. Meeting will begin shortly&#8230;<\/p>"
                }
            },
            "typeVersion": 1
        },
        {
            "name": "Slack",
            "type": "n8n-nodes-base.slack",
            "position": [
                1780,
                580
            ],
            "parameters": {
                "text": "=Zoom recurring meeting updated!\n{{ $('Zoom').item.json.join_url }}",
                "select": "channel",
                "channelId": {
                    "__rl": true,
                    "mode": "list",
                    "value": "abc123",
                    "cachedResultName": "my-slack-channel"
                },
                "otherOptions": {
                    "includeLinkToWorkflow": true
                }
            },
            "typeVersion": 2.20000000000000017763568394002504646778106689453125
        }
    ],
    "pinData": [],
    "connections": {
        "Zoom": {
            "main": [
                [
                    {
                        "node": "Wordpress",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        },
        "Wordpress": {
            "main": [
                [
                    {
                        "node": "Slack",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        },
        "Schedule Trigger": {
            "main": [
                [
                    {
                        "node": "Zoom",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        }
    }
}
Back to Workflows

Related Workflows

Receive updates when a form is submitted in Wufoo
View
Extract text from PDF and image using Vertex AI (Gemini) into CSV
View
Workflow Importer
View
Bannerbear Discord Automation Webhook
View
address validation
View
Error Telegram Send Triggered
View
Stopanderror Splitout Create Webhook
View
Awsrekognition GoogleSheets Automation Webhook
View
Code Webhook Create Webhook
View
Discord AI bot
View