The process uses the project name, profile name, and email recipient as inputs and logs into Informatica Intelligent Cloud Services using the platform’s REST API to obtain the baseURL and sessionId needed for subsequent API calls.
Using the baseURL, sessionId, project name, and profile name, it calls the Data Profiling REST API to locate the specific profile.
The Data Profiling REST API then retrieves the most recent profile run using the profile ID and obtains the latest run key. This run key is used to export the profile results into Application Integration through the REST API.
Finally, the profile report is combined with the email recipients from the input, and an SMTP service sends the results to the specified email addresses.