OpenRPA Send Email Payload

Heyy People,I am new to this OpenRPA and I am trying to send email with some specific subject and an attachment for that i an trying like this :


but i am not able to specify the subject and the body.
Can you please help me out !
As my main motive is to send email through gmail with specific body and attachment.

There are many good articles on the internet explaining how to send emails from Node-RED, here are a few.

You set msg.topic to specify the email subject, and msg.payload becomes the message body.

Hey if you don’t mind can you show me in NODE red I mean the flow how to send payloads in the emails custom payloads example subject : TEST and body: Test Body
@Allan_Zimmermann

Ohh so for the payloads i need to write the function,
Thanks for the help it means a lot !