todoist_reminder_create
Create reminders for Todoist tasks using relative time, absolute date/time, or location-based triggers to ensure you never miss a deadline.
Instructions
Create a new reminder for a task. Supports three reminder types: relative (minutes before due), absolute (specific date/time), and location-based. Requires Todoist Pro or Business plan.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | No | ID of the task to add reminder to (provide this OR task_name) | |
| task_name | No | Name of the task to add reminder to (provide this OR task_id) | |
| type | Yes | Type of reminder: 'relative' (minutes before due date), 'absolute' (specific date/time), or 'location' (geofenced) | |
| minute_offset | No | For relative reminders: minutes before the task due date to trigger (e.g., 30 for 30 minutes before) | |
| due_date | No | For absolute reminders: the date/time in ISO 8601 format (e.g., '2024-10-15T09:00:00Z') | |
| timezone | No | Timezone for absolute reminders (e.g., 'America/New_York') | |
| location_name | No | For location reminders: alias name for the location | |
| latitude | No | For location reminders: latitude coordinate | |
| longitude | No | For location reminders: longitude coordinate | |
| location_trigger | No | For location reminders: when to trigger - 'on_enter' or 'on_leave' | |
| radius | No | For location reminders: radius around location in meters (default: 100) |