App
Ticketeer
A free and user focused, yet powerful project management platform for businesses of all sizes.
What your agent can do with Ticketeer
Triggers and actions 5 triggers · 21 actions
- TriggerComment Added
Triggers when a comment is added in any task in the selected board.
- TriggerNew board
Fires when a new board is created. Polls GET /v1/boards.
- TriggerTask Assigned
Triggers when a task is is assigned to a user in the selected board.
- TriggerTask Created
Triggers when a task is created in the selected board.
- TriggerTask Moved
Triggers when a task is moved both within a column and between columns in the selected board.
- ActionAdd board
Create a new board. Endpoint: POST /v1/boards.
- ActionAdd comment
Add a comment to a task. Endpoint: POST /v1/boards/{boardID}/tasks/{taskID}/comments.
- ActionAdd tag
Create a new tag on a board. Endpoint: POST /v1/boards/{boardID}/tags.
- ActionCreate Task
Creates a task in the specified column of the specified board
- ActionDelete board
Delete a board. Endpoint: DELETE /v1/boards/{boardID}.
- ActionDelete tag
Delete a tag from a board. Endpoint: DELETE /v1/boards/{boardID}/tags/{tagID}.
- ActionDelete task
Delete a task. Endpoint: DELETE /v1/boards/{boardID}/tasks/{taskID}.
- ActionGet board
Retrieve a single board by id. Endpoint: GET /v1/boards/{boardID}.
- ActionGet column
Retrieve a single column on a board. Endpoint: GET /v1/boards/{boardID}/columns/{columnID}.
- ActionGet task
Retrieve a single task by id. Endpoint: GET /v1/boards/{boardID}/tasks/{taskID}.
- ActionList boards
List the boards visible to the connected account. Endpoint: GET /v1/boards.
- ActionList board users
List the users who have access to a board. Endpoint: GET /v1/boards/{boardID}/users.
- ActionList checkboxes
List the checklist items on a task. Endpoint: GET /v1/boards/{boardID}/tasks/{taskID}/checkboxes.
- ActionList columns
List the columns on a board. Endpoint: GET /v1/boards/{boardID}/columns.
- ActionList comments
List the comments on a task. Endpoint: GET /v1/boards/{boardID}/tasks/{taskID}/comments.
- ActionList tags
List the tags defined on a board. Endpoint: GET /v1/boards/{boardID}/tags.
- ActionList tasks
List the tasks on a board. Endpoint: GET /v1/boards/{boardID}/tasks.
- ActionMove task
Move a task to a different column or assign it to a user. Endpoint: PATCH /v1/boards/{boardID}/tasks/{taskID}.
- ActionUpdate board
Edit a board's name or settings. Endpoint: PUT /v1/boards/{boardID}.
- ActionUpdate column
Rename a board column. Endpoint: PATCH /v1/boards/{boardID}/columns/{columnID}.
- ActionUpdate task
Edit a task's fields. Endpoint: PUT /v1/boards/{boardID}/tasks/{taskID}.
No trigger or action matches that. Ask your agent to add it: it reads the API documentation and builds what you describe.
Not listed?
Need a trigger or action that is not here?
Ask your agent. Describe what you need in plain language and it reads the Ticketeer API documentation, builds the operation at whatever depth the API allows, tests every branch and ships it. The list above is what exists today, not the limit.