feat(todoist): add app, authentication, docs (#826)
This commit is contained in:
14
packages/docs/pages/apps/todoist/actions.md
Normal file
14
packages/docs/pages/apps/todoist/actions.md
Normal 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 />
|
10
packages/docs/pages/apps/todoist/connection.md
Normal file
10
packages/docs/pages/apps/todoist/connection.md
Normal 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.
|
Reference in New Issue
Block a user