Hey All! Sorry for all the Q's... How can I manual...
# general
r
Hey All! Sorry for all the Q's... How can I manually upload a file into an email action? At the moment I have
b
No worries! Questions are always welcome! There are a couple ways to accomplish this. Depending on the file, you could store it as a Resource and then call the resource name and contents to attach to the email. Or if you'd like to pull the file from another source in the story, you could then use
{{file.contents | base64 encode}}
(check me on that encode, I'm not in front of my tenant. And you can use that as the contents piece. Also, if you'd like I'd be happy to hop on with you tomorrow and we could walk through it together.
r
Thanks so much Nick! Ill try a Resource and test it now
m
This is a good example story for that @red-caravan-3691
r
Great thanks @modern-farmer-99434! Will check it out. I tried using a Resource and my story completed but the email never generated and assume its something to do with the Base64 encoding