Hi,
I need to transform an image to base64 to be able to send via the Send E-Mail object.
Is there a plug-in?
thanks
Discussion posts and replies are publicly visible
Base-64
Why not just add them as an email attachment?
Hi, you don’t need a plugin for this. You can convert the image to Base64 using Appian’s built-in functions when handling documents. Simply store the image as an Appian document and then use functions like toBase64() or a!toBase64() before sending it via the Send E-Mail object.
toBase64()
a!toBase64()
If you want a quick online tool for converting images to Base64, you can check out this tool. Alternatively, you can just attach the image directly to the email.
jeffr575894 said:Simply store the image as an Appian document and then use functions like toBase64() or a!toBase64()
These do not exist unless you're referencing some non-standard plug-in.
Check this link...
docs.appian.com/.../Integration_Object.html