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

Create, update, and get activity in Strava
View
Wait Code Send Webhook
View
Splitout Code Create Webhook
View
HTTP Manual Send Webhook
View
HTTP Stickynote Automation Webhook
View
Scrape Web Data with Bright Data, Google Gemini and MCP Automated AI Agent
View
Manual Tapfiliate Automate Triggered
View
Manual Stickynote Automate Triggered
View
Generate audio from text using OpenAI - text-to-speech Workflow
View
Manual HTTP Automation Webhook
View