What This Workflow Does
This automation replaces complex, auto-generated Zoom meeting links with clean, branded URLs that never change. Instead of sharing links like https://us06web.zoom.us/j/j/83456429326?pwd=1hVesbyHCsOfstyVU3z4CR6D46A8K.1, you can share simple URLs like mydomain.com/meet-me that always point to your current meeting.
This is particularly valuable for recurring meetings (weekly standups, client check-ins, team syncs) where participants need to join the same virtual room repeatedly. The workflow maintains consistency builds trust and reduces confusion when participants bookmark or save the link.
How It Works
This n8n workflow creates a persistent redirect from your custom domain to your current Zoom meeting:
1. When you create a new Zoom meeting, the workflow captures the auto-generated meeting URL
2. It stores this URL in a database along with your preferred short path (/meet-me)
3. Your web server is configured to redirect requests from your custom domain to the current Zoom URL
4. If you need to change the Zoom meeting (like updating the password), you simply update the stored URL - the custom link remains active
Pro tip: Use this with a URL shortener services like Bit.ly or your own branded domain for maximum professional impact.
Who This Is For
This automation is perfect for:
- Consultants and coaches with recurring client meetings
- Remote teams with standing meetings
- Customer support teams hosting office hours
- Educators and educators running regular sessions
- Any business that wants to present a more polished, branded experience
What You'll Need
- An n8n instance (self-hosted or cloud)
- A Zoom Pro account
- Custom domain (or access to a URL shortener service)
- Basic web hosting to handle redirects
- Database access (SQLite, PostgreSQL, etc.)
Quick Setup Guide
- Import the JSON template into your n8n instance
- Configure your Zoom credentials in the HTTP Request node
- Set up your database connection
- Deploy the redirect handler on your web server
- Test by creating a new meeting and checking the redirect
Key Benefits
Professional branding: Present clean, memorable URLs instead of messy auto-generated URLs that look spammy.
Meeting consistency: Participants can bookmark or save one URL that always reach you, even if the underlying Zoom link changes.
Reduced support: Eliminates "Which link do I use?" questions from recurring meeting participants.
Security control: Easily rotate meeting passwords without disrupting participants.