Socket
Book a DemoInstallSign in
Socket

@novu/email-webhook

Package Overview
Dependencies
Maintainers
2
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@novu/email-webhook

An email channel webhook provider wrapper for novu

latest
Source
npmnpm
Version
0.24.1
Version published
Maintainers
2
Created
Source

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

FAQs

Package last updated on 05 Apr 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts