Messaging

Novu

economy

Novu is an cost-effective messaging provider offering Send Notification, Notification Workflow, Notification Digest through Aweb's unified API. It features none streaming support with premium-tier latency.

Try NovuOfficial docs

Specifications

CategoryMessaging
Auth Typeapi_key
Latency Tierpremium
Streamingnone
Pricing Tiereconomy
Reliabilitystandard
Qualitypremium
Base URLhttps://api.novu.co/v1
SDK Package

Capabilities (3)

Send Notificationnotification.send
Score: 86DEFAULT
Notification Workflownotification.workflow
Score: 88DEFAULT
Notification Digestnotification.digest
Score: 85DEFAULT

Quick start

Use Novu through Alfred's unified API — no provider-specific SDK needed.

cURL

curl -X POST https://api.alfred-ai.app/v1/execute \
  -H "Authorization: Bearer $ALFRED_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "provider": "novu",
    "capability": "notification.send",
    "input": { "prompt": "Hello from Novu!" }
  }'

TypeScript

import { Alfred } from '@alfred/core';

const alfred = new Alfred({ apiKey: process.env.ALFRED_API_KEY });

const result = await alfred.execute({
  provider: 'novu',
  capability: 'notification.send',
  input: { prompt: 'Hello from Novu!' },
});

console.log(result.output);

Related Messaging providers

Twilio

standard tier

Vonage

standard tier

Stream

standard tier

Getting started →API reference →All capabilities →All providers →