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…
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.
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().
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?
Thank you! I found the setting now. Didn’t know it existed under email. ![]()
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!
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!