Novu
Novu API client.
The Novu API provides a router for sending notifications across different channels like Email, SMS, Chat, In-App, and Push.
- package:
@deepagent/novu - exports:
class NovuClient,namespace novu - env vars:
NOVU_API_KEY - source
- novu api docs
Install
npm install @deepagent/novuyarn add @deepagent/novupnpm add @deepagent/novuUsage
import { NovuClient } from '@deepagent/novu'
const novu = new NovuClient()
const res = await novu.search('latest news')