This workflow automates Zoom meeting management with CRUD operations (create, update, read, delete) using the Zoom API. Key nodes include Manual Trigger (starts workflow), Initialize Meeting Data (sets topic, duration, workflow_status), Validate Meeting Data (ensures non-empty topic and duration >0), Create/Update/GetAll/Get/Delete Zoom Meeting (performs CRUD operations), Check Meeting Created/Updated/GetAll/Get Success (verifies operation success), Success Response (returns meeting_id, operations_performed), and Input Validation/Creation/Update/GetAll/Get Error Response (handles errors). It integrates with Zoom’s API for video conferencing management.\n\nSetup Requirements and Configuration: Install n8n from n8n.io for self-hosting or sign up at cloud.n8n.io for cloud setup. Follow installation prompts or create a cloud account. Obtain a Zoom JWT token from marketplace.zoom.us: log in, go to Develop > Build App, create a JWT app, and generate a token. In n8n, import the JSON workflow. Configure Create/Update/GetAll/Get/Delete Zoom Meeting nodes with your JWT token under ‘Credentials’ > ‘Zoom API’ in n8n’s interface. Replace Manual Trigger with a Webhook Trigger: set path to ‘zoom-crud,’ configure for POST requests, and optionally add header authentication with a secure key. Ensure sufficient server resources for API calls.\n\nTesting and Deployment Steps: Test via Postman with a POST request to the Webhook URL. Example JSON: {'topic': 'TestMeeting123', 'duration': '60'} with authentication header if set. Alternatively, use Manual Trigger. ‘Success Response’ returns a 200 status with meeting_id and operations_performed (create, update, getAll, get, delete). Error nodes return 400 for invalid inputs (e.g., missing topic or invalid duration), 500 for creation/update/getAll failures, or 404 for get failures. Check logs for errors like ‘Invalid JWT token’ or ‘Meeting not found,’ and verify credentials or input data. Activate workflow in n8n. Validate output to ensure meeting_id is consistent across operations, and operations_performed lists all CRUD steps. If errors persist, confirm Zoom JWT token validity and network connectivity.
$6.99
Workflow steps: 18
Integrated apps: manualTrigger, set, if