This post is part 4 of the "Automated Task Collection" series:
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
- n8n - Workflow automation tool
- Todoist - Task management application
- PostgreSQL - Our datastore
Implement individual task sources
- Pull from source
- Format into data model decided upon above
- Send to workflow above