AvantGuard - WebhookSite icon

AvantGuard - WebhookSite

AvantGuard - WebhookSite

Actions100

Overview

This node operation, Get Public Photos, retrieves publicly available photos from a service. It is useful in scenarios where you want to fetch and display public photo galleries, integrate public images into workflows, or analyze publicly shared visual content. For example, you might use this node to pull the latest public photos for a social media dashboard or to gather images for automated processing.

Properties

Name Meaning
Additional Query Parameters Optional parameters to customize the query:
- Page: The current page of results (number).
- Page Size: Number of results to return per page (number).

Output

The node outputs JSON data containing the retrieved public photos. Each item in the output typically represents a photo with its associated metadata such as URL, title, description, or other relevant attributes provided by the API. There is no indication that binary data (e.g., image files) is directly output by the node; instead, it likely provides URLs or references to the photos.

Dependencies

  • Requires an API key credential or similar authentication token configured in n8n to access the external photo service.
  • The node depends on the external API endpoint defined by the base URL set in credentials.
  • No additional external libraries beyond those bundled with the node are required.

Troubleshooting

  • Empty or missing results: Ensure that the API credentials are correctly configured and have permission to access public photos.
  • Pagination issues: If you receive fewer results than expected, verify the Page and Page Size parameters to correctly paginate through results.
  • API errors: Common error messages may relate to invalid authentication or rate limiting. Check your API key validity and usage limits.
  • Network errors: Confirm that the base URL and network connectivity are correct.

Links and References

  • Refer to the external photo service’s API documentation for details on available query parameters and response structure.
  • Consult n8n documentation on how to configure API credentials and use collection-type input properties.

Discussion