A URL that is triggered by an event, for example, a file upload. A target URL MUST be unique for each project
— event type
combination.
Marks a subscription as either active or not, defaults to true
, otherwise false
.
Optional HMAC/SHA-256 secret that, if set, will be used to
calculate signatures for the webhook payloads sent to the target_url
.
Calculated signature will be sent to the target_url
as a value of the X-Uc-Signature
HTTP
header. The header will have the following format: X-Uc-Signature: v1=<HMAC-SHA256-HEX-DIGEST>
.
See Secure Webhooks for details.