A webhook triggers a HTTP POST request on the specified url, whenever there is a change in an event. Like a new project is created, updated or deleted then a webhook can be triggered to receive the required payload.
url
You are required to provide a url in which you want the payloads to be triggered.
Then select the events for which you want the webhook to be triggered.
After you create the webhook, a secret key will be created automatically and will be downloaded in csv format.
Header | Description |
---|---|
X-Plane-Delivery | It is a randomly generated UUID for uniquely identifying the payload |
X-Plane-Event | It describes the event for which the webhook triggered |
X-Plane-Signature | A signature is generated based on the secret and the payload |
update
HTTP 200
(“OK”) response.