This package has been deprecated

Author message:

Package no longer supported. Use @novu/providers instead.

@novu/email-webhook
TypeScript icon, indicating that this package has built-in type declarations

0.24.1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @novu/email-webhook

Weekly Downloads

15

Version

0.24.1

License

MIT

Unpacked Size

22.4 kB

Total Files

21

Last publish

Collaborators

  • scopsy
  • letitrock
  • sokratis
  • galtidhar
  • chmarax