1.0.1 • Published 11 months ago

@wolfxlabs/push-webhook v1.0.1

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

wolf PushWebhook Provider

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

Usage

import { PushWebhookPushProvider } from '@wolf/push-webhook';

const provider = new PushWebhookPushProvider({
  webhookUrl: credentials.webhookUrl,
  hmacSecretKey: credentials.secretKey,
});
1.0.1

11 months ago