How to disable interaction table notification for a specific company.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi Team,
We have 6 notification, in which 5 notification are the outofbox. The notification is with respect to Interaction table (PFA screenshot). We have domain separation and need to disable those notification for a single company. How to do that ? ( From 10 Company one 1 company wants those notification disable)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @tetj ,
You should avoid disabling the OOTB notifications globally since the requirement is only for one company out of the ten.
Since you're using Domain Separation, the recommended approach is to suppress the notifications based on the company/domain associated with the Interaction record. You can achieve this by adding a condition (or notification script) that excludes records belonging to the specific company/domain.
This way:
- The OOTB notifications continue to work for the other 9 companies.
- Only the targeted company's users stop receiving the notifications.
- You don't need to create duplicate notifications or disable them globally.
Also, I would avoid directly modifying OOTB notifications where possible. If your domain separation setup supports it, consider creating a domain-specific override or handling the exclusion through notification conditions/scripts. If the notifications are event-based, another option is to prevent the event from being generated for records belonging to that company.
Overall, using a company/domain-based condition to suppress the notifications for the specific company is usually the cleanest and most maintainable solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @pavani_paluri ,
Thanks for the input, can you guide how to achieve this requirement as below out of box notification is being trigger through even as mentioned
Walk Up Survey User Invite --> Is trigger through event name --> record.send_survey
Walk-up Abandoned -> Is trigger through event name --> sn_walkup.interaction.abandoned
Walk-up Threshold Notification -> Is trigger through event name --> sn_walkup.interaction.threshold
Walk-up Assigned --> Is trigger through event name --> sn_walkup.interaction.assigned
Walk-up Closed --> Is trigger through event name --> sn_walkup.interaction.closed