Quick question @sumitsaurabh927: how do you handle the same notification going to multiple platforms?
E.g. An alert that goes on the Website and mobile application simultaneously?
We've a feature called Workflow to handle the entire flow of notifications across different channels. You can read more about it on our docs
You can also digest multiple notifications into one and send just one notification to the end user.
For example, in the context of social media, instead of bombarding users with a notification for every like they receive on an uploaded picture, you can 'digest' them into one notification that says 'XYZ and 99 others liked your photo'.
Great article you got here!
Thanks for including Novu
Quick question @sumitsaurabh927: how do you handle the same notification going to multiple platforms?
E.g. An alert that goes on the Website and mobile application simultaneously?
We've a feature called
Workflowto handle the entire flow of notifications across different channels. You can read more about it on our docsYou can also digest multiple notifications into one and send just one notification to the end user.
For example, in the context of social media, instead of bombarding users with a notification for every like they receive on an uploaded picture, you can 'digest' them into one notification that says 'XYZ and 99 others liked your photo'.
You can find more details on our digest documentation
Okay thanks for the information.