Request params
{
"title": "Schedule a round of golf with buddies",
"remind_at": "2026-04-28T17:00:00Z",
"importance": "high",
"time_estimate_minutes": 15,
"details": "Weather is perfect (75°F, sunny)! Call the guys and book a tee time.",
"tool": {
"title": "Schedule a round of golf with buddies",
"remind_at": "2026-04-28T17:00:00Z",
"importance": "high",
"time_estimate_minutes": 15,
"details": "Weather is perfect (75°F, sunny)! Call the guys and book a tee time."
}
}
Response body
{
"id": 9,
"title": "Schedule a round of golf with buddies",
"remind_at": "2026-04-28T17:00:00.000Z",
"dismissed_at": null,
"importance": "high",
"time_estimate_minutes": 15,
"created_at": "2026-04-28T15:41:56.646Z",
"updated_at": "2026-04-28T15:41:56.649Z",
"details": "Weather is perfect (75°F, sunny)! Call the guys and book a tee time.",
"details_html": "<div class=\"trix-content\">\n Weather is perfect (75°F, sunny)! Call the guys and book a tee time.\n</div>\n",
"due": false,
"active": true
}