IdentityNow Logs for Email Activity

I am looking for a method to look up email logs sent via Workflow that will include:
Time of Email Sent
Email Recipient
Email Body

I have already found this post that confirm it was not available via API: Logs for Email Activity: IdentityNow

Creating a new discussion here to check if any enhancements or updates have been made to enable this.

You can get the following via a Search in the UI:
Time of Email Sent (Created field)
Email Recipient (Target field)
Email Subject (Info field)

Search Query: created:[now-7d TO now] AND “Send Email Passed”

The query above will give you emails for the last 7 days.

You can also look for emails for a particular email address:
Search Query: created:[now-7d TO now] AND “Send Email Passed” AND target.name:"[email protected]"

Searches can be done by API too: https://developer.sailpoint.com/idn/api/v3/search-post

1 Like

For my instance, it looks like these 2 are not correct:
Email Recipient (Target field)
Email Subject (Info field)

for Target Field its displaying as the ‘Reply to Email’ Address, not the recipient.
and info field is different from what was set in the workflow.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.