subscriber_id
- this uniquely identifies a specific user in your system (similar to how each user has a unique user_id in a database)topic_id
- this represents a channel or category that multiple subscribers can opt into (like a subscription group)Configure one or more channels by selecting and setting up providers
Add these channels to your notification workflows
Trigger the workflow
cURL
command to trigger your workflow using a subscriber_id
.SMS
Push Notifications
Chat Platforms
In-app Notifications
The need for multiple templating languages
{{subscriber.firstName}}
or {{payload.orderTotal}}
once, and let Novu automatically handle the rest.Managing notification content templates in your application codebase
subscriber.data.plan === "pro"
)if delay === true
)