Send generated PDF to useremail as Email attachment

I’ve created an action that runs a bot that generates a PDF. This works fine.

Is there a way to send this exact PDF as an email-attachment after?

Can’t seem to wrap my head around this…

If you save that file to for example Google Drive when you generate it, yes then you can use it later as an additional attachment.

@AleksiAlkio

Yes I have already done that, but I’d like to do it in one automation. Create PDF, then when it’s created, send it as an attachment to useremail().

1 Like

If the PDF is generated with the app, why don’t you then send it with the same Bot? There is an option as “AttachAndArchive” or “AttachAndDoNotArchive”. Are you able to use them?

3 Likes

@AleksiAlkio

Thank you! I found the setting now. Didn’t know it existed under email. :upside_down_face:

1 Like

Can you share the bot with me!? I’m wanting to do this as well

Hi there! Can you share where to find the “AttachandArchive” option? I’m not seeing it in the Automation options anywhere. Thank you!

You can find it from here..

1 Like

Thanks for the quick response! Ohhh I see what happened. I chose “Embedded app view” as my Email Type, so the attachment options weren’t showing up. Thank you again!