Integrate hotglue with your own workflow by configuring a webhook
Name | Description |
---|---|
Webhook URL | This is the webhook endpoint you want hotglue to send POST requests to |
Webhook Secret | Optional - if provided, hotglue will generate a signature of every payload using this secret and include it as the X-Hub-Signature in the request headers. Used to verify the payload is from hotglue. |
DISCOVER_STARTED
DISCOVER_SUCCESS
DISCOVER_FAILED
linkedSource
, linkedTarget
, or linkedConnector
is created, overwritten, or removed.
X-Hub-Signature
in the request headers to your webhook URL. The purpose of this is to verify that the payload came from hotglue.
See below for sample logic for how to validate the signature using JavaScript.