vzd-novu test app

Active config



    

Send yourself a notification

  1. In the dashboard, create a workflow with an In-App step.
  2. Trigger it for this page's subscriber ():
curl -X POST http://localhost:3000/v1/events/trigger \
  -H "Authorization: ApiKey <secret key from Settings → API Keys>" \
  -H "Content-Type: application/json" \
  -d '{"name": "<workflow-id>", "to": {"subscriberId": ""}, "payload": {}}'

The notification appears in the Inbox bell above without a page reload.