Skip to main content
Reminders are deprecated in favor of Tasks (see the changelog). Reminders will keep working until February 11, 2027, but we recommend migrating as soon as possible. Tasks cover everything reminders did — linking a due date and optional recurrence to a person, company or deal — plus capabilities reminders never had: a markdown description, richer filtering (see List tasks below), and completion tracking.
Completion is always a deliberate action. Unlike a reminder, which fires and is stamped as triggered automatically on its own schedule, a task’s completedAt only changes when a user (or your integration) explicitly calls Mark a task as done or Mark a task as to do. folk never marks a task as done or to do on its own.

Endpoint mapping

Field mapping

Examples

Create a task

Create a one-off task

Create a recurring task

Create a task with a description

Tasks support a description field in markdown, which reminders never had:

List tasks

Listing by entity maps directly:
Reminders can only be listed by entity. Tasks support much richer filtering — for example, listing overdue tasks that are still open and assigned to a specific user has no reminders equivalent at all:
Or listing every task due in a given month, regardless of who it’s assigned to:
See the filtering reference for the full list of task filters.

Update a task

Renaming and rescheduling maps directly:
Marking work complete is a separate call, not a PATCH — and, as above, only ever happens because someone explicitly asked for it:
Moving a task to a different entity is also new — reminders don’t support changing their linked entity at all, you’d have to delete and recreate one: