You need to sign in to do that
Don't have an account?

Near real time notifications for Report Events
Hi everyone,
I've purchased the Event Monitoring subscription. I would like to get a notification in near real time whenever some runs and/or exports a report. I've found many articles in the Developer section about Streaming API, but it's really confusing to me. Does anyone know if there is a (relatively) simple way to just get a chatter notification if a report is run or exported? I can't find the Event subscription channel, /event/ReportEventStream, in Flow. I have enabled Real Time Event Monitoring in my Profile.
Thanks
I've purchased the Event Monitoring subscription. I would like to get a notification in near real time whenever some runs and/or exports a report. I've found many articles in the Developer section about Streaming API, but it's really confusing to me. Does anyone know if there is a (relatively) simple way to just get a chatter notification if a report is run or exported? I can't find the Event subscription channel, /event/ReportEventStream, in Flow. I have enabled Real Time Event Monitoring in my Profile.
Thanks
This might answer your query.
For further reference check the below too,
https://help.salesforce.com/articleView?id=sf.reports_notifications_home.htm&type=5
https://help.salesforce.com/articleView?id=sf.reports_subscribe_overview.htm&type=5
If it answers your query mark this as the best answer.
Have you tried considering Report EventType instead?
Report events contain information about what happened when a user ran a report. This event type includes all activity that's in the Report Export event type, plus more. For example, it has user activity for reports exported as both Formatted Report and Details Only output.
(Please change API version to current)
Let me know if this helps
How do I do that? Through the developer console?
I was told about Transactional Security Policies and was able to get the notifications I want that way.
Thanks,
Peter
You can use ReportEvent in a transaction security policy. This event tracks when reports are run in your org which is your requirement
Please see section Standard SOQL Usage in the documentation to learn how to execute these queries in the developer console
Let me know if this helps, if it does, please mark this answer as best so that others facing the same issue will find this information useful. Thank you
Ok. Yes, I already found the Transaction Security Policies.
Peter