Can we dynamically configure who to send in push notifications
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā07-18-2024 06:48 PM - edited ā07-18-2024 07:45 PM
I have a requirement, where I need to configure announcements and trigger push notifications in the now mobile app. I was able to configure announcements as push messages and triggered to users mentioned at the who to send tab but I also need to send push messages dynamically to specific users.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā07-18-2024 09:21 PM
Hi @shubhangigo ,
Yes, it is possible.
You have to select 'fired by event' in the 'when to send' sections as below:
The, in the 'who will received you will have 2 new attributes:
The event that you will define in the first step, you have to create that and trigger it via business rule.
Go to Event Registry table[sysevent_register] and create new record
then create a new business rule, select the conditions when you want that to be triggered. Once all the logic is done, define the below :
More details are available here: Generating Events
Mark this as Helpful / Accept the Solution if this helps
Mark this as Helpful / Accept the Solution if this helps.