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

Functionitem Pipedrive Create Scheduled
View
Social Media AI Agent - Telegram
View
Extract personal data with a self-hosted LLM Mistral NeMo
View
Send updates about the position of the ISS every minute to a topic in RabbitMQ
View
Manual N8N Export Triggered
View
Automate Etsy Data Mining with Bright Data Scrape & Google Gemini
View
Mattermost Twilio Automate Triggered
View
Error Mailgun Automate Triggered
View
Automate
View
Receive updates when a subscriber is added through a form in ConvertKit
View