App
DroneBundle
DroneBundle is a drone operations platform for planning missions, managing projects and jobs, tracking pilots, and staying compliant
What your agent can do with DroneBundle
Triggers and actions 8 triggers · 20 actions
- TriggerJob Deleted
Triggers when a job is permanently deleted.
- TriggerJob Type Deleted
Triggers when a custom job type is deleted.
- TriggerJob Updated
Triggers when a job is updated in any project.
- TriggerNew Job
Triggers when a new job is created in any project.
- TriggerNew Job Type
Triggers when a custom job type is created.
- TriggerNew Project
Triggers when a new project is created.
- TriggerProject Deleted
Triggers when a project is permanently deleted.
- TriggerProject Updated
Triggers when a project is updated.
- ActionArchive project
Archive a project. POST https://api.dronebundle.com/v1/projects/{id}/archive
- ActionAssign pilots
Assign pilots to a job. POST https://api.dronebundle.com/v1/jobs/{id}/assign-pilots
- ActionCreate Job
Creates a new job within a project.
- ActionCreate Job Type
Creates a custom job type in your workspace.
- ActionCreate Project
Creates a new project in your workspace.
- ActionDelete Job
Permanently deletes a job.
- ActionDelete Job Type
Deletes a custom job type. Predefined job types cannot be deleted.
- ActionDelete Project
Permanently deletes a project and all its related data.
- ActionFind Job
Finds a job by project ID and job ID.
- ActionGet Job
Retrieve a single job by ID. GET https://api.dronebundle.com/v1/jobs/{id}
- ActionGet Job Type
Retrieve a single job type by ID. GET https://api.dronebundle.com/v1/job-types/{id}
- ActionGet Project
Retrieve a single project by ID. GET https://api.dronebundle.com/v1/projects/{id}
- ActionGet Team Member
Retrieve a single team member by ID. GET https://api.dronebundle.com/v1/team/{id}
- ActionList Jobs
List jobs for a project. GET https://api.dronebundle.com/v1/projects/{id}/jobs
- ActionList Job Types
List job types in the workspace. GET https://api.dronebundle.com/v1/job-types
- ActionList Projects
List all projects in the workspace. GET https://api.dronebundle.com/v1/projects
- ActionList Team Members
List team members in the workspace. GET https://api.dronebundle.com/v1/team
- ActionUnassign pilots
Unassign pilots from a job. POST https://api.dronebundle.com/v1/jobs/{id}/unassign-pilots
- ActionUpdate Job
Updates an existing job. Only include the fields you want to change.
- ActionUpdate Project
Updates an existing project. Only include the fields you want to change.
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 DroneBundle 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.