0.1.1 • Published 7 days ago

@teleflow/push-webhook v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
7 days ago

Teleflow PushWebhook Provider

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

Usage

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

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

7 days ago