Image
Displays an image from a URL in chat interfaces.
Common Properties
- Name - The custom name of the node.
- Color - The custom color of the node.
- Delay Before (sec) - Waits in seconds before executing the node.
- Delay After (sec) - Waits in seconds after executing node.
- Continue On Error - Automation will continue regardless of any error. The default value is false.
info
If the ContinueOnError property is true, no error is caught when the project is executed, even if a Catch node is used.
Inputs
- URL - The URL of the image to display.
- Title - The title or caption for the image.
Options
- Alignment - The alignment of the image. Options are:
- Left (default)
- Center
- Right
- Image Size - The size of the displayed image. Options are:
- Small
- Medium
- Original (default)
How It Works
The Image node displays an image from a URL in chat interfaces. When executed, the node:
- Retrieves the image from the provided URL
- Applies the specified alignment and size settings
- Displays the image with the provided title in the chat interface
Requirements
- A valid image URL that is accessible
- A chat interface or messaging platform that supports image display
- Proper network connectivity to retrieve the image
Error Handling
The node will return specific errors in the following cases:
- Invalid or inaccessible image URL
- Network connectivity issues
- Unsupported image format
- Communication errors with the messaging platform
Usage Notes
- The image must be accessible from the URL when the node executes
- The title serves as a caption for the image
- Different size options help optimize the display for various contexts
- Alignment options control the positioning of the image in the chat interface
- Images are useful for providing visual context or information to users
- Supported image formats typically include JPEG, PNG, and GIF