Actions

add_attachment
Adds an attachment to a task.

complete_task
Marks a task as completed.

create_task
Creates a new task.

create_task_list
Create a new task list.

custom_api_call
Make a custom API call to a specific endpoint

delete_task
Deletes an existing task.

find_task_by_title
Finds tasks by title.

find_task_list_by_name
Finds a task list by its name.

get_task
Gets the details of a specific task.

update_task
Update an existing task.

update_task_list
Updates an existing task list.
Triggers

new_task_created
Triggers when a new task is created.

new_or_updated_task
Triggers when a new task is created or an existing task is updated.

new_list_created
Triggers when a new task list is created.

task_completed
Triggers when a task is completed in a specific list.























