Create a reminder
create_remindersSchedule a reminder on a task (task_id path parameter). Provide remind_at (when to fire) and text. Optional: recipient_id (who to notify — defaults to the task assignees), the channels send_push/send_email/send_telegram (at least one must be on; push is on by default), and notify_if_completed to fire even when the task is already done. Each reminder carries app_url, a deep link to the drawer of the task it is set on.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes |