Todoist#
The Todoist node allows you to automate work in Todoist, and integrate Todoist with other applications. n8n has built-in support for a wide range of Todoist features, including creating, updating, deleting, and getting tasks.
On this page, you'll find a list of operations the Todoist node supports and links to more resources.
Credentials
Refer to Todoist credentials for guidance on setting up authentication.
Examples and templates
For usage examples and templates to help you get started, take a look at n8n's Todoist integrations list.
Basic Operations#
- Task
- Create a new task
- Close a task
- Delete a task
- Get a task
- Get all tasks
- Reopen a task
- Update a task
Example Usage#
This workflow allows you to create a new task in Todoist. You can also find the workflow on the website. This example usage workflow would use the following two nodes. - Start - Todoist
The final workflow should look like the following image.
1. Start node#
The start node exists by default when you create a new workflow.
2. Todoist node#
- First of all, you'll have to enter credentials for the Todoist node. You can find out how to do that here.
- Select your project from the Project dropdown list.
- Enter the content for the task in the Content field.
- Click on Execute Node to run the workflow.