AI Agent for Database Access Review and Permission Auditing > Using the AI Agent for Database Access Review and Permission Auditing recipe > Step 9. Invoke the process
  

Step 9. Invoke the process

When you invoke the Email Services process using the employee’s email address, the Employee ID is extracted to retrieve the manager’s details from Workday. An email and a ServiceNow ticket are then sent to the manager. When the manager replies, an agent generates SQL Server statements, which are stored in the database.
  1. 1Open the Email Services process and click Actions > Properties Details > Copy Service URL.
  2. 2Open a text editor and add the input fields and values to the service URL as shown in the following format:
  3. <Cloud Application Integration POD URL>/active-bpel/public/rt/<API_name>?Email_ID=<Employee's email address>
  4. 3Open a browser and paste the service URL.
You can also invoke the process using the Run Using option, REST or SOAP API endpoints in API clients, such as cURL, Postman, SOAP UI, or through any programming language.