signature
signature configuration for the webhook module.
← webhookobject
| property | type | default | description |
|---|---|---|---|
typerequired | string | — | Signature algorithm. hmac-sha256 |
header | string | — | Header name containing the signature. Defaults to X-Hub-Signature-256 when omitted. |
secretrequired | string | — | Secret key for signature validation. |