Siteboon icon

Siteboon

Interact with the Siteboon AI website builder API

Actions7

Overview

The node integrates with the Siteboon AI website builder API, specifically allowing users to retrieve detailed information about a particular website ("Site"). This is useful in scenarios where you want to fetch and use site metadata or configuration within an n8n workflow, such as automating site audits, synchronizing site data with other systems, or triggering actions based on site properties.

For example, you might use this node to get details of a specific site by its unique identifier (UUID) and then process that data further in your workflow, like sending a report or updating a database.

Properties

Name Meaning
Site Select the site to retrieve. You can either choose from a searchable list of available sites or specify the site's UUID directly. The UUID must be in the standard format (e.g., 123e4567-e89b-12d3-a456-426614174000).

Output

The node outputs JSON data representing the full details of the requested site. This typically includes all relevant metadata and configuration information about the site as returned by the Siteboon API.

No binary data output is indicated for this operation.

Dependencies

  • Requires an API key credential for authenticating with the Siteboon AI website builder API.
  • The node communicates with the Siteboon API endpoint at https://rbfdagomafltuzfmfmgk.supabase.co/functions/v1/api.
  • Proper configuration of the API key credential in n8n is necessary for successful requests.

Troubleshooting

  • Invalid UUID error: If you enter a site ID that does not match the UUID format, the node will reject it with a validation error. Ensure the site ID is a valid UUID.
  • Authentication errors: If the API key credential is missing or invalid, the node will fail to authenticate. Verify that the API key is correctly set up in n8n credentials.
  • Site not found: If the specified site ID does not exist or is inaccessible, the API may return an error or empty response. Confirm the site ID is correct and that your API key has access rights.
  • Network issues: Connectivity problems to the API endpoint will cause request failures. Check network settings and API availability.

Links and References

Discussion