Hi I want to reply on top of an automated alert.
I am adding few IDs in reply To and CC. But don’t want to reply to the automated alert ID.
Can you please suggest how?
Right now, it’s sending reply to the automated alert ID as well.
1 Like
Hi @anjasing
Instead of Reply , create a new mail.
-
Retrieve automated alert email details
- Use appropriate UiPath activities to get the email details
-
Extract sender’s email address and other relevant details
- Extract sender’s email address
- Extract other relevant details if needed
-
Compose reply email
- Prepare the reply email programmatically
- Populate “To” and “CC” fields based on your requirements
-
Exclude automated alert ID
- Before populating “To” and “CC” fields, ensure exclusion of automated alert ID
-
Send email
- Use UiPath activities to send the composed email
Thanks