Remind If No Reply
remind_if_no_replySet a follow-up reminder for sent emails that haven't received a reply. Schedule automatic alerts based on days passed, ensuring you never miss a needed follow-up.
Instructions
Schedule a follow-up reminder for a message you've sent. Given the IMAP UID of a message in Sent, captures its Message-ID + recipient and fires a reminder after N days. Use check_reminders to retrieve due reminders; list_pending_reminders to audit; cancel_reminder to drop one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| email_id | Yes | IMAP UID of the sent message | |
| folder | No | Folder containing the message (default: Sent). Provide this to avoid UID collisions across folders. | |
| after_days | Yes | Days from the message's send date until the reminder fires (1–365) | |
| note | No | Optional note explaining the reminder |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| recipient | Yes | ||
| subject | Yes | ||
| fireAt | Yes |