@sourceloop/ctrl-plane-tenant-management-service / Exports / WebhookNotificationServiceType
Interface: WebhookNotificationServiceType¶
Implemented by¶
Table of contents¶
Methods¶
Methods¶
send¶
▸ send<T
>(email
, type
, data
, token
): Promise
<void
>
Type parameters¶
Name |
---|
T |
Parameters¶
Name | Type |
---|---|
email |
string |
type |
NotificationType |
data |
T |
token |
string |
Returns¶
Promise
<void
>
Defined in¶
services/tenant-management-service/src/types/webhook-payload.type.ts:38