add-reminders
Add relative, absolute, or location-based reminders to Todoist tasks to get notified before due dates, at exact times, or when entering or leaving a place.
Instructions
Add reminders to tasks. Supports three types: "relative" (minutes before due), "absolute" (specific date/time), or "location" (geofence-triggered). Each reminder must specify a taskId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reminders | Yes | Array of reminders to create (max 25). Each reminder must specify a type: "relative" (minutes before due), "absolute" (specific date/time), or "location" (geofence trigger). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reminders | Yes | The created reminders. | |
| totalCount | Yes | Total number of reminders created. | |
| addedReminderIds | Yes | IDs of the created reminders. |