function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
cyberdynebotcyberdynebot 

Notification push from External System

I have a Canvas app that is connected to an external system. A User will use the external app to request a record is created that can take several minutes. I'd like to be able to have the external system notify the user using Salesforce's notifications (bell icon alert or a banner) when the process is done. 

What is the best approach to accomplish using Apex or a declarative tool?