External module "src/helpers/webhooks"
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
-
-
Optional data: any
Returns void
Const safeFireWebhook
- safeFireWebhook(organizationId: string, webhook: Webhooks, data?: any): Promise<void>
-
Parameters
-
organizationId: string
-
-
Optional data: any
Returns Promise<void>