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
Jay StreetJay Street 

Create visualforce page for list of workflow emails sent

We would like to create a visualforce page for a list of workflow emails that have been sent to our clients that we can place on each client's contact record. Can anyone point me in the right direction for doing this? Thank you!
Raj VakatiRaj Vakati
You can use WorkflowAlert object from tooling API .. SOAP API you cannt able to do it


Represents a workflow alert. A workflow alert is an email generated by a workflow rule or approval process and sent to designated recipients.

https://developer.salesforce.com/docs/atlas.en-us.api_tooling.meta/api_tooling/tooling_api_objects_workflowalert.htm