The Image Node is located in the Aivo Nodes category and is used to add image files as a response to the user's query within an integration, allowing the user to view and/or download the image.
In the video, we explain the parameters for configuring it:
Below, you'll find a description of the fields used in the process, as shown in the video. 
URL: If you select false, enter the image file's URL. It must be secure (https) and publicly accessible; otherwise, the bot won't be able to display it.
Base64: If you select true, you must enter the image file in Base64 format below. When you run the flow, a temporary URL will be automatically generated by the node.
Key Information:
- Supported formats are jpg, jpeg, png, and gif.
- The temporary URL is valid for 1 hour during the bot session, so it should only be used within the integration.
- URLs pointing to stored files, such as Google Drive, are not supported.
- The URL and Base64 String fields support access to variables from the msg object using curly braces; for example, {{myParameter}} inserts the value from msg.myParameter.
Download the example flow from this link.
Keep in Mind:
When testing, insert an Inject node before the Image Node, which should contain either the image file URL or the Base64-encoded content in the appropriate field.