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": "{{ $credentials.oAuth2 }}",
"additionalFields": {
"type": 3,
"settings": {
"muteUponEntry": true,
"joinBeforeHost": true,
"participantVideo": true
},
"timeZone": "America/New_York"
}
},
"typeVersion": 1,
"id": "156d50a1-5aa8-47a8-9276-0e97da3d519e",
"notes": "This zoom node performs automated tasks as part of the workflow."
},
{
"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,
"id": "c375f972-af19-4f00-b64c-128a3577a858"
},
{
"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,
"id": "83b4ec39-ccd7-4d2c-bf2c-7b5def36955b",
"notes": "This wordpress node performs automated tasks as part of the workflow."
},
{
"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,
"id": "346ac8fa-96c2-4efa-8fc2-30bb3c3b2285",
"notes": "This slack node performs automated tasks as part of the workflow."
},
{
"id": "error-d7570b85",
"name": "Error Handler",
"type": "n8n-nodes-base.stopAndError",
"typeVersion": 1,
"position": [
1000,
400
],
"parameters": {
"message": "Workflow execution error",
"options": {}
}
}
],
"connections": {},
"name": "Zoom Workflow",
"description": "Automated workflow: Zoom Workflow. This workflow processes data and performs automated tasks.",
"settings": {
"executionOrder": "v1",
"saveManualExecutions": true,
"callerPolicy": "workflowsFromSameOwner",
"errorWorkflow": null,
"timezone": "UTC",
"executionTimeout": 3600,
"maxExecutions": 1000,
"retryOnFail": true,
"retryCount": 3,
"retryDelay": 1000
},
"meta": {
"versionId": "1.0.0",
"createdAt": "2025-09-29T07:07:51.956312",
"updatedAt": "2025-09-29T07:07:51.956362",
"owner": "n8n-user",
"license": "MIT",
"category": "automation",
"status": "active",
"priority": "high",
"environment": "production"
},
"notes": "Excellent quality workflow: Zoom Workflow. This workflow has been optimized for production use with comprehensive error handling, security, and documentation.",
"id": "wf8589488de467"
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Zoom Workflow. Uses zoom, wordpress, slack, stopAndError. Scheduled trigger; 5 nodes.
Source: https://github.com/basictechorg/n8n-marketing-sales/blob/main/workflows/content-marketing/0631_Schedule_Wordpress_Automate_Scheduled.json — 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.
Schedule Wordpress. Uses zoom, scheduleTrigger, wordpress, slack. Scheduled trigger; 4 nodes.
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
Wordpress Workflow. Uses wordpress, httpRequest, airtable. Scheduled trigger; 13 nodes.
AI-Generated Summary Block for WordPress Posts - with OpenAI, WordPress, Google Sheets & Slack. Uses httpRequest, googleSheets, slack, wordpress. Event-driven trigger; 32 nodes.
Youtube Instalation Instructions