Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in RPA by (5.3k points)

i need to send an email indicating approve & reject buttons and take the user response back.

I'm very new to UiPath and don't have a clear idea about how to do it. Could any one please help me to solve this?

1 Answer

0 votes
by (9.5k points)

 I am suggesting you  to follow these steps : 

  • Add buttons or link (Approve / Reject) through HTML anchor tag in the email body.
  • Call a web service endpoint using anchor tag, use "href" attribute with target="_blank" to call the web service endpoint in a new tab.
  • Web service request parameter can be: 1. Approval State and 2. User Email.
  • Record user response in the invoked web service business logic.

Related questions

Browse Categories

...