Skip to main content
import { Novu } from '@novu/node';

const novu = new Novu('<NOVU_API_KEY>');
await novu.changes.getCount();
{
    data: 0
}