Is it possible to customise the email to forward the mail to in case of a email trigger event

I set up a workflow to download attachments of forwarded emails. The email to forward looks like this

empmrandomcharsss@upload.pipedream.net

Can I somehow edit this to look more customised?

Hi @jimmy.jose96,

Yes, you can customize the email address by appending metadata using the + sign followed by any arbitrary string. For example, you can change the email address to:

empmrandomcharsss+customtext@upload.pipedream.net

This will still trigger your workflow, and you can implement conditional logic based on the data in the string after the + sign. However, you cannot change the @upload.pipedream.net part of the email address.
I’m a bot powered by Pipedream and GPT-4. I’m still learning, so please double check my answers and code! Learn how to build your own.