

HubSpot Zoom Integration: Workflows & Best Automation Tool
Zoom is where sales calls happen.
HubSpot is the CRM behind them. HubSpot ships a native Zoom Meetings app that logs recordings and transcripts to the contact timeline. An automation platform covers what native doesn't: webinar registration flows, attaching summaries to specific deals, deal-stage updates from meeting outcomes, and moving attendees into nurture workflows based on attendance.
What can you automate?
The most common ways teams connect HubSpot and Zoom.
Attach Zoom meeting summaries to the right HubSpot deal
A new meeting summary from Zoom fires a Create Note action on the matching HubSpot deal, not just the contact.
Sales sees the recap against the deal record where it belongs, without the rep typing it.
Turn Zoom webinar registrants into HubSpot contacts with segment tags
New Zoom webinar registrations create matching HubSpot contacts, tagged by webinar name so marketing can segment them into the right nurture flows.
The event becomes a segmentation signal, not a dead form.
Create a HubSpot engagement from every new Zoom meeting summary
A Zoom meeting summary webhook creates a HubSpot engagement on the matched contact with the summary body, attendees, and next steps pre-filled.
Reps stop double-entering meeting notes.
Invite HubSpot form submitters as Zoom webinar registrants
A new HubSpot form submission enrolls the contact in the matching Zoom webinar automatically, with their email and name pre-filled.
Marketing stops exporting lists and re-importing them in Zoom.
Add Zoom-attended participants to a HubSpot nurture workflow
Participants who actually attended a Zoom webinar (not just registered) get added to a post-event nurture workflow in HubSpot, while no-shows get a different sequence.
Follow-up matches behavior, not intent.
Weekly digest: Zoom webinar attendance × HubSpot deal conversion
On a schedule, pull last week's Zoom webinar attendees and cross-reference against HubSpot deals created.
Post the conversion rate to marketing-ops Slack so the team sees webinar ROI without running a report.
Platform Comparison
How each automation tool connects HubSpot and Zoom.

Richest template library on the dedicated pair page (zapier.com/apps/hubspot/integrations/zoom) — 10+ named templates spanning registrants, recordings, summaries, and webinar flows. Covers what the native HubSpot App for Zoom Meetings doesn't (webinar registration, deal-stage triggers on recordings, multi-destination fan-out).
Top triggers
Top actions
Both have native Pipedream components. Code steps shine for transcription post-processing (summarize Zoom transcript before writing to HubSpot timeline). Good developer-first alternative to Zapier.
Top triggers
Top actions
Both apps have Make modules. Scenarios handle webinar-registrant enrichment with routers (split new vs returning contacts). Zoom API is tiered: heavy endpoints like recordings cap at 40 req/sec + 60k/day, so Make's scheduling helps avoid throttling.
Top triggers
Top actions
HubSpot node is native in n8n; Zoom native node depth needs manual review — expect webhook trigger + HTTP Request against Zoom REST API for advanced ops. Self-host keeps meeting transcripts inside your infrastructure — attractive when PII/recording content is sensitive.
Top triggers
Top actions
HubSpot connector is first-party in Power Automate; Zoom connector depth needs manual review. Usually routed via Zoom webhooks + HTTP. Fits orgs already on Microsoft 365 that use Teams + Zoom side-by-side.
Top triggers
Top actions
What Will This Cost?
Drag the slider to your expected monthly volume.
Each platform counts differently — Zapier: 1 task per trigger. Make: 1 operation per module per record. n8n: 1 execution per run.





Prices shown for annual billing. Based on published pricing as of April 2026.
Estimated ROI
1000
min saved/mo
$583
labor value/mo
Free
no platform cost
Based on ~2 min manual effort per operation at $35/hr fully loaded labor cost.
When this pair isn't the right answer
Honest scenarios where HubSpot + Zoom via an automation platform isn't the best fit.
Native HubSpot App for Zoom Meetings covers the core. It logs meetings, recordings, and transcripts to the right contact timeline automatically. For basic call-logging, iPaaS is extra cost for work native already does free. Only reach for automation when you want webinar flows, deal-stage logic, or engagement attachment the native app doesn't express.
Zoom recording data is PII. Transcripts and recordings capture real conversations with names, pricing, and sometimes regulated content. Routing that through a third-party automation cloud adds a data processor the enterprise compliance team may need to vet.
Conversational intelligence tools handle heavy call volume better. Teams recording hundreds of calls per day typically run Gong, Chorus, or Fireflies for transcript analysis — tools built for that job — rather than stitching iPaaS on top of native sync.
What breaks at scale
Where HubSpot + Zoom integrations hit ceilings — API rate limits, tier quotas, and per-task economics.
Zoom API: tiered by method weight. Light methods get 80 requests per second, Medium 60, Heavy (including recordings and meeting summaries) 40 per second plus a 60,000-per-day cap, Resource-intensive 20 per second plus 60k per day. Big sales teams pulling daily recording backfills can hit the daily Heavy cap during reconciliation.
HubSpot API: 650,000 requests per day on Professional, 1 million on Enterprise. Burst cap is 190 requests per 10 seconds. A bulk webinar-registration sync of 10,000 attendees hits the per-10-second window before the daily cap — throttle at the edge, not in the middle.
Zapier per-task economics at sales-team volume. 200 recorded meetings per month times 4 workflow steps (contact match, engagement create, deal attach, Slack alert) equals 800 tasks, above the $29.99 Starter tier's 750-task limit. Professional at $73.50 buys 2,000 tasks. Heavier flows push toward Make's operation pricing.
Our Recommendation

Zapier has the deepest Zoom × HubSpot pair page with named templates for the workflows the native app doesn't do — per-deal summary attachment, webinar registration from HubSpot forms, engagement creation from Zoom summaries.
- Sales and marketing ops teams default to Zapier for the rest of their stack, which keeps the learning curve flat.
- The native HubSpot App for Zoom Meetings handles meetings, recordings, and transcripts to the contact timeline for free, so Zapier's job here is strictly the edges.
- Make is workable but adds cognitive cost; n8n is overkill unless you're already running it.
- Budget for Professional ($73.50) if you cross 800 tasks per month.
Analysis
Sales reps spend half their day on Zoom and the other half typing what happened into HubSpot.
A rep finishes a demo, and now they have to write a summary, log attendees, tag the opportunity, and schedule a follow-up. HubSpot noticed this and built a native Zoom Meetings app that does the boring part: every Zoom meeting a connected user hosts syncs to HubSpot with the recording and transcript attached to the contact's timeline.
That's the starting point for most sales teams. An automation platform enters when the workflow goes past the basic "log the meeting" case.
You want webinar registrants added to a specific HubSpot list, not just the contact record. You want the meeting summary attached to a specific deal, not just the contact.
You want the deal stage to change when Zoom captures a specific phrase in the transcript. You want attendees who watched the full webinar moved into a nurture flow and absentees routed differently.
Those are iPaaS workflows — iPaaS being the category of automation platforms that connect apps, like Zapier or Make — because the native app doesn't express them.
Zoom's API is webhook-first and split into rate-limit tiers based on method weight.
Light API methods get 80 requests per second. Medium gets 60.
Heavy methods like list-recordings hit 40 per second plus a 60,000-per-day cap. That tier system matters because recording and summary methods sit in Heavy, and a flow pulling daily recordings for a big sales team can bump into the daily cap during backfill.
Zoom webhooks cover meetings, recordings, meeting summaries, and webinar events. HubSpot's API caps at 650,000 requests a day on Professional, 1 million on Enterprise, with a 190-per-10-second burst.
Both caps are fine for normal sales-team volume but need respecting during bulk sync. The pattern that works: Zoom webhook in, iPaaS does matching and routing, HubSpot write out — push-based, not polling.
Marketing teams running Zoom webinars and sales teams running Zoom meetings are the two distinct buyers.
Marketing wants every webinar registrant added to HubSpot as a contact, tagged by webinar, then routed through a post-event nurture based on whether they attended live, joined the replay, or no-showed. Sales wants every booked Zoom meeting to create a HubSpot engagement on the right deal (not just the contact), with the transcript searchable afterward.
Both teams run into the same iPaaS patterns on Zapier's pair page. First: "Turn new Zoom registrants into HubSpot contacts" — the canonical marketing starter.
Second: "Create new HubSpot engagements from new Zoom meeting summaries" — the sales starter. Third: "Create Zoom registrants for new HubSpot form submissions" — the reverse flow that pulls from HubSpot forms into webinar registration.
Fourth: per-deal summary attachment, which lives outside the native app.
If the native HubSpot App for Zoom Meetings does what your sales team needs, don't add an automation platform.
The native app covers meetings, recordings, and transcripts to contact timelines, which is the 80% case. Adding iPaaS on top of it for the same flow wastes tasks.
The first real limit is PII — personal information covered by GDPR and similar rules. Zoom recordings and transcripts contain customer conversations with names, prices, internal product details, sometimes sensitive health or financial info.
Routing that through a third-party automation cloud adds another data processor that enterprise security reviews will ask about. The second is conversational intelligence overlap.
Teams running hundreds of recorded calls per day are usually better served by dedicated tools (Gong, Chorus, Fireflies) that do summary analysis natively rather than iPaaS flows. The third is cost.
A sales team with 200 recorded meetings per month on a 4-step Zap is 800 tasks — above Zapier Starter. Professional handles it, but it's worth sanity-checking before wiring.
Related Guides
Guides involving HubSpot or Zoom.