Actions

complete_task
Marks an existing task as completed.

create_task
Creates a new in a specific list.

custom_api_call
Make a custom API call to a specific endpoint

delete_task
Deletes an existing task.

find_task
Finds tasks in a specific project by their title.

get_project
Retrieves the details of a specific task list by ID.

get_task
Retrieves the details of a specific task.

update_task
Update an existing task.
Triggers

new_task_created
Triggers when a new task is created in a selected project.























