App
Benetics
Benetics is a construction efficiency platform built in the cloud.
What your agent can do with Benetics
Triggers and actions 4 triggers · 25 actions
- TriggerNew Project
Triggers when a new project is created.
- TriggerNew Task
Triggers when a new task is created.
- TriggerUpdated Project
Triggers when a project is updated.
- TriggerUpdated Task
Triggers when a task is updated.
- ActionAdd Plan Version
Upload a new version of a plan. POST /plans/{plan_id}/versions.
- ActionAdd Project Member
Add a member to a project. POST /projects/{project_id}/members.
- ActionAdd Task
Create a new task on a project. POST /projects/{project_id}/tasks.
- ActionCreate Project
Creates a new project.
- ActionDelete Document
Delete a document. DELETE /projects/{project_id}/documents/{document_id}.
- ActionDelete Plan
Delete a plan. DELETE /plans/{plan_id}.
- ActionDelete Plan Version
Remove one version of a plan from a project.
- ActionDelete Project
Delete a project. DELETE /projects/{project_id}.
- ActionDelete Project Member
Remove a member from a project. DELETE /projects/{project_id}/members/{member_id}.
- ActionDelete Task
Delete a task. DELETE /tasks/{task_id}.
- ActionDocument Upload
Upload a document
- ActionGet Project
Get a single project by id. GET /projects/{project_id}.
- ActionGet Report
Get a single report by id. GET /reports/{report_id}.
- ActionGet Task
Get a single task by id. GET /tasks/{task_id}.
- ActionList Members
List members of the organization. GET /members.
- ActionList Project Members
List members assigned to a project. GET /projects/{project_id}/members.
- ActionList Projects
List projects in the organization. GET /projects.
- ActionList Reports
List reports for a project. GET /projects/{project_id}/reports.
- ActionList Tasks
List tasks for a project. GET /projects/{project_id}/tasks.
- ActionPlan Upload
Upload a plan
- ActionUpdate Document
Update a document's fields. PATCH /projects/{project_id}/documents/{document_id}.
- ActionUpdate Plan
Update a plan's fields. PATCH /plans/{plan_id}.
- ActionUpdate Project
Update a project's fields. PATCH /projects/{project_id}.
- ActionUpdate Task
Update a task's fields. PATCH /tasks/{task_id}.
- ActionUpload File
Uploads a file to Benetics and returns its file upload id, ready to attach to a plan version or a document.
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 Benetics 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.