The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"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.2
},
{
"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…</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.2
}
],
"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
}
]
]
}
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Schedule Wordpress. Uses zoom, scheduleTrigger, wordpress, slack. Scheduled trigger; 4 nodes.
Source: https://github.com/Zie619/n8n-workflows — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
Automates gold market tracking using AI forecasting by collecting live prices, financial news, and macro indicators (inflation, interest rates, employment) to produce real-time insights and trend pred
Youtube Instalation Instructions
Wordpress Filter. Uses wordpress, httpRequest, airtable, markdown. Scheduled trigger; 13 nodes.
2281. Uses wordpress, httpRequest, airtable. Scheduled trigger; 13 nodes.
Workflow 2281. Uses wordpress, httpRequest, airtable. Scheduled trigger; 13 nodes.