DroneDeploy Webhooks API

Register outbound webhooks so DroneDeploy notifies your endpoint when long-running work finishes. Confirmed on the export flow, where a `webhook.url` set inside CreateExportInput parameters is called when the export is COMPLETE. A standalone Webhook type exists in the schema; subscribe/manage mutations are modeled.

API entry from apis.yml

apis.yml Raw ↑
aid: dronedeploy:dronedeploy-webhooks-api
name: DroneDeploy Webhooks API
tags:
- Webhooks
- Events
- Notifications
- GraphQL
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
humanURL: https://developer-docs.dronedeploy.com/api/examples/creating-an-export
baseURL: https://www.dronedeploy.com/graphql
properties:
- url: https://developer-docs.dronedeploy.com/api/examples/creating-an-export
  type: Documentation
- url: https://developer.dronedeploy.com/reference/webhook.doc.html
  type: APIReference
- url: graphql/dronedeploy-graphql.md
  type: GraphQL
- url: graphql/dronedeploy-schema.graphql
  type: GraphQL
- url: collections/dronedeploy.postman_collection.json
  type: PostmanCollection
- url: collections/dronedeploy.opencollection.json
  type: OpenCollection
description: Register outbound webhooks so DroneDeploy notifies your endpoint when long-running work finishes.
  Confirmed on the export flow, where a `webhook.url` set inside CreateExportInput parameters is called
  when the export is COMPLETE. A standalone Webhook type exists in the schema; subscribe/manage mutations
  are modeled.