Tools
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:
@agentic/novu
- exports:
class NovuClient
,namespace novu
- env vars:
NOVU_API_KEY
- source
- novu api docs
Install
Usage
import { NovuClient } from '@agentic/novu'
const novu = new NovuClient()
const res = await novu.search('latest news')