Learn how to send your first notification via the Novu Cloud dashboard.
Navigate to workflows from the left sidebar
Blank Workflow
button to create an empty workflow:
Choose 'blank workflow'
Drag email to the workflow
Add subject and notification text in the email node editor'
Save the workflow you just created
get snippet
button from the workflow editor:
Execute the workflow by getting snippet
run a test
tab, you can change the email to which you want the notification. Once you’ve done that, simply click on the Run Trigger
button on the bottom right:
Choose the email to which you want to send the notification
Check inbox to see the notification you triggered
A gif to illustrate the entire process
workflows
on the Novu web dashboard.
Navigate to workflows from the left sidebar
Choose 'blank workflow'
Blank Workflow
, select All Templates
and you’ll find a bunch of
workflow templates that you can customize and use:Choose 'All Templates if you don't want to create workflows from scratch'
And select a template that suits your requirements
Configure workflows in the workflow editor
in-app
node to our workflow.
Rename your workflow to an appropriate name
in-app
node has a lot of options for you to configure:
The `in-app` node can be configured to match your requirements
Plug the variable in this editor
update
button on the top right corner.
Click `update` to save your workflow
Get Snippet
button to get the trigger code snippet.
Click `Get Snippet` to get the trigger code snippet
Plug this code into your backend
API_KEY
and subscriberId
.Workflows
on the Novu web dashboard.
Navigate to workflows from the left sidebar
Blank Workflow
button to create a workflow from scratch.
Choose 'blank workflow'
Blank Workflow
, select All Templates
and you’ll find a bunch of
workflow templates that you can customize and use:Choose 'All Templates if you don't want to create workflows from scratch'
And select a template that suits your requirements
Configure workflows in the workflow editor
SMS
step to our workflow, as shown in this picture below:
Add the SMS step to the workflow
Add a message that you want to send as notification
handlebars
. Take a look
here for more. If your
backend is expecting data in the payload, plug that variable here in double
braces.Save the workflow by clicking on this `update` button
You'll get the trigger code from the workflow editor itself
Just add your API key and subscriberID to this code
Workflows
on the Novu web dashboard.
Navigate to workflows from the left sidebar
Blank Workflow
button to create a workflow from scratch.
Choose 'blank workflow'
Blank Workflow
, select All Templates
and you’ll find a bunch
of workflow templates that you can customize and use:Choose 'All Templates if you don't want to create workflows from scratch'
And select a template that suits your requirements'
Configure workflows in the workflow editor
Chat
node to the workflow.
Add the `Chat` step
Chat
node, you can enter the notification message. This is what will get sent to the subscriber as a notification. If you’re sending dynamic messages, use the variable that is expected in your payload in double braces here. Using handlebars, you can further extend this functionality.
Enter either the static notification text, or send dynamic notifications using variables and handlebar helpers
Click the `Update` button to save your workflow
Click the `Get Snippet` button to get the trigger code
This is the code you need to execute to trigger this workflow and send notifications