CompleteTask
Complete a task in Todoist
Marks a task as completed in Todoist
yaml
type: "io.kestra.plugin.todoist.CompleteTask"Examples
Complete a task by ID
yaml
id: todoist_complete_task
namespace: company.team
tasks:
- id: complete_task
type: io.kestra.plugin.todoist.CompleteTask
apiToken: "{{ secret('TODOIST_API_TOKEN') }}"
taskId: "7498765432"
Properties
apiToken *Requiredstring
Todoist API token
Your Todoist API token for authentication. Get it from https://todoist.com/app/settings/integrations/developer
taskId *Requiredstring
Task ID
The ID of the task to complete