Skip to content
Per-pair page

Airtable + Zoom: meetings provisioned from rows, recordings landed back in.

Create Zoom meetings from Airtable rows (date, attendees, host) and write the join URL back into the row. Optionally store recording links once the meeting ends.

Trigger app
Zoom as the trigger

Workflows fire when something happens in Zoom.

  • Zoom has no triggers yet. Use the catalog's universal Webhook trigger as the upstream.
Action app
Airtable as the action

Workflows do something in Airtable, instantly.

See all 9 actions →
Both directions

Pick the way that fits your stack.

Pair pages are mirrored. Each direction gets its own dedicated page.

ZoomAirtable

When something happens in Zoom, do it in Airtable.

0 Zoom triggers wired to 9 Airtable actions.

    AirtableZoom

    Or fire it the other way around.

    2 Airtable triggers wired to 7 Zoom actions downstream.

    See AirtableZoom
    Popular pairings

    Common Zoom → Airtable workflows.

    Pick a pairing to set it up in two minutes. Each one is a fully editable recipe.

    Showing 0 of 0 combinations
    How it works

    Connect Zoom and Airtable in five steps.

    No code, no glue, no half-day setup. Each step is one click.

    1. 1
      Connect
      Authorize Zoom and Airtable

      Open Tiny Command, authorize Zoom and Airtable once each. Both connections are available to every workflow on your account.

    2. 2
      Trigger
      Pick a Zoom trigger

      Drop the Zoom → New event trigger onto the canvas. Tiny Command auto-registers the webhook.

      POST /v1/webhooks/zoom.event
    3. 3
      Transform
      Add a filter or AI step

      Optionally add a Filter node ("subject contains URGENT") or an AI step ("classify intent") between trigger and action.

    4. 4
      Action
      Add the Airtable action

      Drop the Airtable → Create Record action below it. Map fields from the Zoom payload into the Airtable inputs.

      airtable.create-record
    5. 5
      Publish
      Publish and forget

      Hit Publish. Tiny Command runs it in production from second one. Watch the run-log fill up.

    FAQ

    Questions about Zoom + Airtable.

    How do I create a Zoom meeting from an Airtable row?
    Airtable Record Created (or a "Create Meeting?" checkbox flip) → Zoom Create Meeting with topic, start time, duration, password. Write the join_url and meeting_id back into Airtable columns so the row carries the meeting details.
    Can I include the Zoom join link in a follow-up email to attendees?
    Yes. After Create Meeting, chain a Send Email (Gmail/SendGrid) action that uses the join_url stored on the Airtable row. Personalize per attendee using a linked-records iteration.
    How do I auto-store Zoom recording URLs in Airtable after the meeting?
    Zoom Recording Completed webhook fires when processing is done. Look up the meeting_id in Airtable and write the recording_url to a column. Now the row has the meeting context AND the recording in one place.
    Can I send AI summaries of the Zoom meeting back to the Airtable row?
    Yes. After the recording is ready, transcribe it with Whisper/OpenAI, summarize with Claude, and write the summary to a long-text column in Airtable. Standard pattern for sales-call notes or customer-research review.
    How do I update or cancel a Zoom meeting when the Airtable date changes?
    Airtable Record Updated trigger fires on date changes; use the stored meeting_id to call Zoom Update Meeting (or Delete Meeting if the row is archived). Always reuse the same meeting_id instead of creating a new one.
    Can I gate Zoom meeting creation to specific Airtable views or owners?
    Yes. Filter the Airtable trigger by view name or owner column so only "Sales Calls" or "Demos" trigger meeting creation. Internal team rows or drafts skip Zoom provisioning entirely.
    Related

    Other apps that pair well with Zoom.


    Wire Zoom to Airtable in 2 minutes.

    Free tier available. No credit card. No onboarding call.