novu-trigger-notification

Installation
SKILL.md

Trigger Notification

Send notifications by triggering Novu workflows. Supports single, bulk, broadcast, and topic-based delivery.

SDK Setup

import { Novu } from "@novu/api";

const novu = new Novu({
  secretKey: process.env.NOVU_SECRET_KEY,
});

Single Trigger

Send a notification to one subscriber:

Related skills

More from novuhq/skills

Installs
11
Repository
novuhq/skills
GitHub Stars
1
First Seen
6 days ago