0.24.1 • Published 1 month ago

@novu/email-webhook v0.24.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

Novu 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
});
0.24.1

1 month ago

0.24.0

2 months ago

0.23.1

3 months ago

0.23.0

3 months ago

0.22.0

5 months ago

0.19.0

8 months ago

0.16.3

10 months ago

0.16.4

10 months ago

0.21.0

7 months ago

0.20.0

7 months ago

0.20.0-alpha.0

7 months ago

0.17.0

10 months ago

0.18.0

9 months ago

0.17.1

10 months ago

0.16.1

11 months ago