1.0.1 • Published 12 months ago

@wolfxlabs/email-webhook v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

wolf Email Webhook Provider

This is a library that triggers a custom webhook and shows itself as an email library for @novu/node

Usage

import { EmailWebhookProvider } from './email-webhook.provider';

const provider = new EmailWebhookProvider({
  webhookUrl: credentials.webhookUrl,
  hmacSecretKey: credentials.secretKey,
  retryDelay: 30*1000, // retry delay default : 30 seconds
  retryCount: 3, // retry count default : 3
});
1.0.1

12 months ago

1.0.0

12 months ago