What is the best way to reply to an email sent to my Pipedream mailbox?

This topic was automatically generated from Slack. You can find the original thread here.

How do I reply to an email I recieved to my pipedream mail?

At this time that unique email address generated for your trigger is inbound only.

However, you can use the $.send.email helper function to send yourself an email from a Node.js or Python code step:

you could “fake” the reply by including the contents of the trigger email in the send email step. The to field would be the sender of the trigger email.

Ok I’ll give it a try