App
DoneDone
DoneDone is a simple bug, issue, and task tracker and easy customer support tool -- your single place to manage both projects and customers.
What your agent can do with DoneDone
Triggers and actions 15 actions
- ActionAdd comment to task
Adds a comment to a task. POST /{account_id}/internal-projects/{internal_project_id}/tasks/{task_id}/comment-only
- ActionAdd mailbox
Creates a new mailbox with default settings. POST /{account_id}/mailboxes
- ActionAdd project
Creates a new project. POST /{account_id}/internal-projects
- ActionAdd task
Creates a new task in a project. POST /{account_id}/internal-projects/{internal_project_id}/tasks
- ActionDelete task
Permanently deletes a task. DELETE /{account_id}/internal-projects/{internal_project_id}/tasks/{task_id}
- ActionFind tasks
Returns a list of tasks matching search criteria. GET /{account_id}/tasks/search or POST /{account_id}/search/tasks
- ActionGet mailbox
Returns details of a mailbox including members and reply signature. GET /{account_id}/mailboxes/{mailbox_id}
- ActionGet project
Returns project details (name, favorited, members). GET /{account_id}/internal-projects/{internal_project_id}
- ActionGet task
Gets the details of a task. GET /{account_id}/internal-projects/{internal_project_id}/tasks/{task_id}
- ActionList accounts
Returns the accounts the user has access to. GET /accounts
- ActionList mailboxes
Returns mailbox ID/name pairs the user has access to. GET /{account_id}/mailboxes/for-selection
- ActionList projects
Returns project ID/name pairs the user has access to. GET /{account_id}/internal-projects/for-selection
- ActionList workflows
Returns all published workflows available for an account. GET /{account_id}/workflows/for-selection
- ActionUpdate task status
Updates the status for a task. PUT /{account_id}/internal-projects/{internal_project_id}/tasks/{task_id}/status
- ActionUpload file
Uploads a file and returns the ID of the file. POST /{account_id}/files/upload
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 DoneDone 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.