Remind If No Reply
remind_if_no_replySchedule a follow-up reminder for a sent email that fires after a set number of days if no reply is received. Automatically captures the message ID and recipient to ensure timely 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 |
|---|---|---|---|
| note | No | Optional note explaining the reminder | |
| folder | No | Folder containing the message (default: Sent). Provide this to avoid UID collisions across folders. | |
| email_id | Yes | IMAP UID of the sent message | |
| account_id | No | Optional account ID to route this call to (multi-account configs). Omit to use the active account. Configured account IDs are listed in the settings UI (Accounts tab). | |
| after_days | Yes | Days from the message's send date until the reminder fires (1–365) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| fireAt | Yes | ||
| subject | Yes | ||
| recipient | Yes |