Email Digest Logs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2024 11:55 PM
Hi,
So I am configuring Email Digest for a Notification Record which would fairly work. In the case of primary emails we are able to observe the Emails in the System logs>Emails. Is there any way to observe the same for Email Digest notifications, so that I know when the Email Digest was sent to the user?
Thank you,
Nihal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Monday
I know this is super old, but in case anybody comes across it: digest emails are generated just like regular emails in the sys_email table. I think it's been like this for quite awhile (if not forever), but it definitely works this way in Zurich. From the sys_email table, you can query on Subject starts with "[DIGEST]" to quickly identify sent digests.
Pending digests (as well as sent ones) can be found in the sys_email_digest_part_user table.
