Skip to main content
October 12, 2023
Question

Transform image in base64

  • October 12, 2023
  • 5 replies
  • 0 views

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 

5 replies

October 12, 2023
harshitb6843
October 12, 2023

Why not just add them as an email attachment?

jeffr575894
December 1, 2025

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.

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.

mikes0011
Brainy
December 1, 2025
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.

davidj137213
December 2, 2025