Mallabe Websites icon

Mallabe Websites

Mallabe Websites is a utility tool that allows the to get a website status & icon, and generate thumbnail.

Overview

The "Mallabe Websites" node provides utility functions related to websites, including checking website status, retrieving website icons, and generating website thumbnails. Specifically, the Get Website Thumbnail operation generates a thumbnail image of a specified website URL.

This operation is useful for:

  • Quickly visualizing how a website looks without opening it.
  • Creating previews or snapshots for website monitoring dashboards.
  • Automating thumbnail generation for website directories or marketing materials.

For example, you can input a URL like https://www.google.com and get back a thumbnail image representing that site’s homepage.

Properties

Name Meaning
Website URL The full URL of the website to generate the thumbnail for (e.g., https://www.google.com).
Download Image? Whether to download the generated thumbnail image as binary data or just return a link to it.
Put Output File In Field When downloading the image, the name of the output field where the binary file data will be stored. Default is data.
Webhook URL (Optional) An optional webhook URL to which the generated thumbnail data will be sent asynchronously.

Output

The node outputs JSON data containing information about the generated thumbnail. If the Download Image? property is set to false, the output JSON includes a URL pointing to the thumbnail image.

If Download Image? is true, the node downloads the image from the provided URL and outputs it as binary data in the specified output field (default data). The output then contains both the JSON metadata and the binary image data, allowing downstream nodes to process or save the actual image file.

Dependencies

  • Requires an API key credential for the Mallabe Websites service to authenticate requests.
  • Makes HTTP POST requests to the Mallabe Websites API endpoints /v1/websites/thumbnail.
  • Optionally supports sending results to a user-provided webhook URL.

Troubleshooting

  • Common issues:

    • Invalid or unreachable website URLs may cause the API to fail generating a thumbnail.
    • Network connectivity problems can prevent successful API calls.
    • Missing or invalid API credentials will result in authentication errors.
    • If the webhook URL is incorrect or unresponsive, asynchronous delivery of thumbnail data may fail.
  • Error messages:

    • Authentication errors indicate missing or invalid API keys; verify your credentials configuration.
    • Timeout or network errors suggest connectivity issues; check your internet connection and endpoint accessibility.
    • API response errors with descriptive messages should be reviewed to ensure the website URL is valid and accessible.

Links and References

Discussion