š§ Auto-Send AI Follow-Up Emails to Zoom Attendees
This workflow automatically emails personalized follow-ups to every Zoom meeting participant once the meeting ends.
āļø How It Works
- Zoom Webhook ā Captures meeting.ended event + participant list.
- Normalize Data ā Extracts names, emails, and transcript (if available).
- AI (GPT-4) ā Drafts short, professional follow-up emails.
- Gmail ā Sends thank-you + recap email to each participant.
š ļø Setup Steps
1. Zoom App
- Enable
meeting.ended
event.
- Include participant email/name in webhook payload.
- Paste workflow webhook URL.
2. Gmail
- Connect Gmail OAuth in n8n.
- Emails are sent automatically per participant.
3. OpenAI
- Add your OpenAI API key.
- Uses GPT-4 for personalized drafting.
š Example Output
Email Subject:
Follow-Up: Marketing Strategy Session
Email Body:
Hi Sarah,
Thank you for joining our Marketing Strategy Session today.
Key points we discussed:
Campaign launch next Monday
Budget allocation approved
Need design assets by Thursday
Next steps: I'll follow up with the creative team and share the updated timeline.
Best,
David
ā” With this workflow, every attendee feels valued and aligned after each meeting.