Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "src/helpers/webhooks"

Index

Functions

Const fireSingleWebhook

  • fireSingleWebhook(webhook: Webhook, hookType: Webhooks, data?: any): Promise<AxiosResponse<any>>
  • Parameters

    Returns Promise<AxiosResponse<any>>

Const queueWebhook

  • queueWebhook(organizationId: string, webhook: Webhooks, data?: any): void
  • Parameters

    • organizationId: string
    • webhook: Webhooks
    • Optional data: any

    Returns void

Const safeFireWebhook

  • safeFireWebhook(organizationId: string, webhook: Webhooks, data?: any): Promise<void>
  • Parameters

    • organizationId: string
    • webhook: Webhooks
    • Optional data: any

    Returns Promise<void>

Generated using TypeDoc