Transform image in base64

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

Parents
  • 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.

Reply
  • 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.

Children