Meeting RSVP Reminder

Automatically send personalized reminders to meeting attendees who haven't responded
Created by
Relay.app logoRelay.app Team
Relay.app screenshot of: Meeting RSVP Reminder

Steps in this workflow

1
Google Calendar logo
Event upcoming
2
Relay.app logo
Collect missing RSVPs
3
repeat
Loop over a list
4
Gmail logo
Send email

Send automatic reminder emails to meeting attendees who haven't RSVPed yet. Here's how it works:

  • The workflow triggers when a Google Calendar event with guests is approaching
  • AI identifies which guests haven't responded to the meeting invite
  • Personalized reminder messages are generated for each non-responding guest
  • Individual emails are sent asking if they can still attend the meeting
1
Google Calendar logo
Event upcoming

Triggers when an upcoming Google Calendar event is detected, specifically filtering for events that have at least one guest. The trigger activates at the scheduled time using webhooks for instant detection.

Relay.app screenshot of: Event upcoming
2
Collect missing RSVPs

Uses AI to analyze the event data and identify guests who haven't RSVPed yet. For each non-responding guest, it generates a personalized reminder message asking if they can still attend.

Prompt used
Given the event data, output a list of guests who have not RSVPd yet. Only include guests whose RSVP status is 'No response'. For each guest, include their name, email, and a polite personalized message to send to them asking them if they can still make it. Follow this template: "Hi first name, Looking forward to our meeting in a few hours. I noticed that you haven't had a chance to RSVP yet. Are you still able to make it? If not, let me know and we'll find a new time. Best, Jacob"
Relay.app screenshot of: Collect missing RSVPs
3
repeat
Loop over a list

Processes each guest who needs a reminder by running the email-sending steps in parallel. This ensures all non-responding attendees receive their reminders efficiently.

Relay.app screenshot of: Loop over a list
Iterator steps
4
Gmail logo
Send email

Sends the personalized email reminder to each guest with the subject "Quick checkin about our meeting later". The email body contains the customized message generated by the AI in the previous step.

Relay.app screenshot of: Send email