Iron Gorilla Developers

TriggerSigningConfig

Signing requirements for publicly declared webhook triggers.

SDK v2026.4.0

Kind: interface

Signature

Example
export interface TriggerSigningConfig

Properties

  • algorithm (hmac-sha256): Signature algorithm used for webhook delivery verification.
  • enabled (true): Whether webhook signing is required for the trigger.

On this page