Options
All
  • Public
  • Public/Protected
  • All
Menu

Module webhooks

Index

Type aliases

WebhookScope

WebhookScope: { folder: string } | { workflow: string } | { workspace: string } | { workflow.transition: string }

Functions

webhookEventScopes

  • List all scope keys available for specific webhook event.

    Parameters

    • event: WebhookEvent

      Webhook event (e.g., "dm.folder.moved").

    Returns string[]

    List of scope names that can be used when creating or updating a webhook.

webhookSystemEvents

  • List all event types available for specific webhook system.

    Parameters

    Returns WebhookEvent[]

    List of webhook events.

Generated using TypeDoc