Iron Gorilla Developers

WebhookTriggerDefinition

Webhook trigger definition for externally initiated agent runs.

SDK v2026.4.0

Kind: interface

Signature

Example
export interface WebhookTriggerDefinition

Properties

  • id (string): Stable trigger identifier unique within the agent.
  • type (webhook): Trigger discriminant.
  • signing (TriggerSigningConfig): Signature verification requirements for incoming webhook calls.
  • enabled (boolean): Whether the trigger is currently enabled.

On this page