Short answer: Drop the "Zoom → List Meetings" action anywhere in your workflow, map the inputs from upstream nodes, and publish.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Meeting Type type | options | Optional | Meeting Type. Options: Upcoming, Previous (last 30 days), Scheduled |
Page Size page_size | string | Optional | Page Size. e.g. "30" |
{"type": "{{trigger.type}}","page_size": "30"}
{"meetings": [{"id": 123,"topic": "Team Sync","duration": 30,"join_url": "https://zoom.us/j/123","start_time": "2025-01-20T10:00:00Z"}],"total_records": 5}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.
Triggered by anything in the catalog. Free tier available. No credit card.