Using n8n to automate pulling tasks into todoist

Posted by Ryan Goggin on Sat 13 May 2023

In the last post we setup a workflow in n8n to task data in a specific format and push it into Todoist. Now that we have that workflow, we will automate pulling tasks from various sources into Todoist through that workflow.

Tools used

Implement individual task sources

  • Pull from source
  • Format into data model decided upon above
  • Send to workflow above