Can I send email using an agent

I want to if I can send email using an agent. If Yes, then please let me know how to pass parameters

Dear @Usha_Somashekar ,

The agent cant directly send email.
Instead you have to use integration service OR have to use RPA workflow for sending email.

To pass an argument from agent use out argument property which will be in-argument to integration service or RPA workflow.

Out Argument from Agent:

From Add tool option you can add RPA workflow which will send email:

Mark solution if it solves your issue :slight_smile:

Br,
NikZ

1 Like

@Usha_Somashekar No, Agent cant send email directly. You need to use tools to send the email. That tool can be pre built automation which send email using input arguments. Those arguments can be created by Agent

1 Like