Skip to main content

Todoist connector

Back to the connector overview, authentication methods, and actions.
21 Sept 2026
bug-fix authFixed connections dropping after one hour. Todoist apps with token refresh enabled issue access tokens that expire after an hour, and the connector had no way to renew them, so every call returned 401 until the account was reconnected by hand. The access token is now refreshed automatically, and the rotated refresh token is stored on each refresh. The OAuth 2.0 setup guide was rebuilt with step-by-step screenshots, covering the app Token refresh setting this relies on.
11 Sept 2026
new-featureAdded scheduled data sync to six collection actions — tasks, projects, archived projects, sections, labels and activity logs — so these collections can be kept in sync and searched without calling Todoist on every request. Each walks the API cursor to completion and syncs by full refresh, because the Todoist REST API exposes no updated-since filter on these endpoints.
todoist_get_activity_logs, todoist_list_archived_projects, todoist_list_labels, todoist_list_projects, todoist_list_sections, todoist_list_tasks, todoist_unified_list_organizations, todoist_unified_list_roles, todoist_unified_list_users
2 Sept 2026
bug-fixStandardized action category capitalization for more consistent portal filters.
todoist_auth_test, todoist_unified_get_me, todoist_unified_get_organization, todoist_unified_get_role, todoist_unified_get_user, todoist_unified_list_organizations, todoist_unified_list_resource_types, todoist_unified_list_resource_users, todoist_unified_list_roles, todoist_unified_list_users
20 Aug 2026
new-actionsAdded unified IAM actions for identity, workspace users, roles, organizations, and project-scoped resource users.
todoist_auth_test, todoist_unified_get_me, todoist_unified_get_organization, todoist_unified_get_role, todoist_unified_get_user, todoist_unified_list_organizations, todoist_unified_list_resource_types, todoist_unified_list_resource_users, todoist_unified_list_roles, todoist_unified_list_users
todoist_archive_project, todoist_archive_section, todoist_close_task, todoist_create_comment, todoist_create_label, todoist_create_project, todoist_create_section, todoist_create_task, todoist_delete_comment, todoist_delete_label, todoist_delete_project, todoist_delete_section, todoist_delete_task, todoist_delete_upload, todoist_get_activity_logs, todoist_get_comment, todoist_get_label, todoist_get_productivity_stats, todoist_get_project, todoist_get_project_permissions, todoist_get_section, todoist_get_task, todoist_get_tasks_by_filter, todoist_get_tasks_completed_by_completion_date, todoist_get_tasks_completed_by_due_date, todoist_get_user_info, todoist_join_project, todoist_list_archived_projects, todoist_list_comments, todoist_list_labels, todoist_list_project_collaborators, todoist_list_projects, todoist_list_sections, todoist_list_shared_labels, todoist_list_tasks, todoist_move_task, todoist_quick_add_task, todoist_remove_shared_label, todoist_rename_shared_label, todoist_reopen_task, todoist_search_labels, todoist_search_projects, todoist_search_sections, todoist_unarchive_project, todoist_unarchive_section, todoist_update_comment, todoist_update_label, todoist_update_notification_setting, todoist_update_project, todoist_update_section, todoist_update_task, todoist_upload_file
24 Jul 2026
new-actionsAdded webhook event support for task, comment, project, section, label, filter, and reminder events (25 events).