feat(todoist): add app, authentication, docs (#826)

This commit is contained in:
Ian Levesque
2023-01-07 09:09:39 -05:00
committed by GitHub
parent ff0bde059a
commit 1a4a1f7f8b
19 changed files with 418 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
---
favicon: /favicons/todoist.svg
items:
- name: Get Tasks
desc: Finds tasks in Todoist, optionally matching specified parameters.
- name: Create Task
desc: Creates a task in Todoist.
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing />

View File

@@ -0,0 +1,10 @@
# Todoist
:::info
This page explains the steps you need to follow to set up the Todoist connection in Automatisch. If any of the steps are outdated, please let us know!
:::
1. Go to the account [Integrations page](https://todoist.com/app/settings/integrations/developer) to copy your **API token**.
1. Paste the **API token** value into Automatisch.
1. Enter a memorable name for your connection in the **Screen Name** field.
1. Click the **Submit** button on Automatisch.