send_reminders
Send reminder emails for pending interviews, skipping completed meetings. Use idempotency key to avoid duplicate sends on retry.
Instructions
Send reminder emails for one or more pending interviews. Skips already-completed meetings. Pass the same idempotency_key on retry to avoid duplicate sends.
ASK BEFORE CALLING if the user said "remind everyone" / "the
no-shows" / anything that resolves to >1 meeting and you don't
have an explicit list. Call list_meetings (filter by status) first,
show the user the meetings you'd remind, and confirm before sending.
Reminder emails to the wrong candidates are an embarrassing leak.
Cap: 100 meeting_ids per call. For more, batch across multiple calls.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| meeting_ids | Yes | ||
| idempotency_key | No |