Todoist is a leading task management and to-do list application designed to help individuals and teams organize their work and personal lives. Its core purpose is to provide a simple, yet powerful platform for capturing tasks, setting deadlines, and tracking progress. Founded by Amir Salihefendić, Todoist is the flagship product of the remote-first company Doist. The application is known for its clean interface, cross-platform availability, and robust features that allow users to manage everything from simple daily errands to complex multi-stage projects. It operates on a freemium model, making it accessible to a wide range of users globally.
Todoist offers a comprehensive set of features to enhance productivity.
Todoist provides several pricing plans to suit different needs.
Todoist offers a robust free plan, called the Beginner plan. It is a great option for individuals to manage their personal tasks. The free plan includes up to 5 active projects, collaboration with up to 5 people per project, and a 5 MB file upload limit. While it provides core functionalities like task creation, sub-tasks, and priority levels, it has limitations. Features like reminders, calendar layout, and advanced filters are reserved for the paid plans.
Getting started with Todoist is a straightforward process.
Todoist integrates with a wide range of applications to connect your tasks with your workflow.
Yes, Todoist provides a powerful and well-documented REST API and a Sync API for developers. This allows you to build custom integrations and applications that interact with Todoist data. You can obtain a free API token by logging into your Todoist account, going to Settings > Integrations > Developer, and finding your API token there.
Here is a basic example of how to create a new task using the REST API with curl
:
curl "https://api.todoist.com/rest/v2/tasks" \
-X POST \
--data '{"content": "Buy milk", "due_string": "tomorrow at 10am", "due_lang": "en", "priority": 4}' \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_TOKEN"
Todoist offers an affiliate program that allows you to earn a commission by referring new users. Affiliates earn a commission on every new Pro or Business plan subscription that comes through their unique referral link. The program is managed through the PartnerStack platform. To join, you need to apply through the Todoist Affiliate Program page on their website. Once approved, you get access to a dashboard with your referral links, marketing materials, and performance analytics. Payouts are typically handled through PartnerStack via PayPal or Stripe.
Show your users that Todoist is listed on SAASprofile. Add this badge to your website:
<a href="https://saasprofile.com/todoist?utm_source=saasprofile&utm_medium=badge&utm_campaign=embed&utm_content=tool-todoist" target="_blank"><img src="https://saasprofile.com/todoist/badge.svg?theme=light&width=200&height=50" width="200" height="50" alt="Todoist badge" loading="lazy" /></a>