Overview
The node integrates with the Siteboon AI website builder API to list pages associated with a specific site. It is useful for workflows that need to retrieve and process website page data, such as generating reports, syncing content, or automating updates based on page information.
For example, you can use this node to:
- Fetch all pages of a selected website to analyze their metadata.
- Filter pages by a specific page ID to work with a particular page's details.
- Automate content management tasks by retrieving page lists dynamically.
Properties
| Name | Meaning |
|---|---|
| Site | The website from which to list pages. You can select a site from a searchable list or provide its UUID directly. This property is required. |
| Filter by Page | Optional filter to narrow down the results to a specific page. You can select a page from a searchable list or specify its ID manually. |
Output
The node outputs JSON data representing the list of pages retrieved from the specified site. Each item in the output corresponds to a page object containing its details as provided by the Siteboon API.
If a page filter is applied, the output will contain only the matching page(s).
No binary data output is indicated.
Dependencies
- Requires an API key credential for authenticating with the Siteboon AI website builder API.
- The base URL for API requests is
https://rbfdagomafltuzfmfmgk.supabase.co/functions/v1/api. - The node uses internal methods to fetch available sites and pages for selection lists.
Troubleshooting
- Invalid Site ID: If the site UUID is malformed or does not exist, the node may return an error or empty results. Ensure the site ID is a valid UUID.
- API Authentication Errors: Missing or invalid API credentials will cause authentication failures. Verify that the API key credential is correctly configured.
- Empty Results: If filtering by page ID yields no results, confirm that the page exists under the selected site.
- Network Issues: Connectivity problems to the API endpoint can cause request failures. Check network access and API availability.
Links and References
- Siteboon AI Website Builder (general reference)
- No direct public API documentation links were found in the source code.