Put signature by sending email through outlook

Is it possible to send an email with the activity “send mail from Outlook” with a signature in the body?

I have the signature html, but I don’t know what to do to put it in the body. signature contains image

Hi @Guilherme_Silva
U can embed your signature in the body of your email after writing the main part of your body

To include the html content, you should check IsBodyHtml option in send outlook mail message activity

Regards,
Nived N
Happy Automation

you say here on the side, I put the html?

image

after 1,2,3?

You can put your body like this

<b>123<\b><br>

After this u can include the HTML code for signature. Also check the option isBodyHTML too

Regards,
Nived N

image

am I doing something wrong?

I’m sorry for anything

You had to insert everything between double quotes like this

"123"+"<br>"+"<b>123<\b>"+"<html............................"

thank you, i’ll try it here