Overview
The node integrates with the Siteboon AI website builder API to create new pages within a specified site. It is useful for automating website content management by programmatically adding pages, which can be part of workflows that build or update websites dynamically. For example, you could use this node to add an "About Us" page or any other custom page to your website without manual intervention.
Properties
| Name | Meaning |
|---|---|
| Site | The target website where the new page will be created. You can select the site from a list or specify its unique ID (UUID). |
| Page Name | The name/title of the new page to be created, e.g., "About Us". |
| Parent Page | (Optional) The parent page under which this new page will be nested, allowing hierarchical page structures. Can be selected from a list or specified by ID. |
Output
The node outputs JSON data representing the newly created page's details as returned by the Siteboon API. This typically includes identifiers, page metadata, and possibly URLs or status information confirming the creation. There is no indication that binary data is output by this node.
Dependencies
- Requires an API key credential for authenticating with the Siteboon API.
- The node communicates with the Siteboon API endpoint at
https://rbfdagomafltuzfmfmgk.supabase.co/functions/v1/api. - Uses internal methods to fetch lists of sites and pages for resource locators, enabling selection from existing resources.
Troubleshooting
- Invalid Site ID: If the provided site ID is not a valid UUID, the node will reject it. Ensure the site ID matches the UUID format.
- Missing Required Fields: The "Site" and "Page Name" fields are mandatory. Omitting them will cause errors.
- API Authentication Errors: Ensure the API key credential is correctly configured and has sufficient permissions.
- Parent Page Not Found: If specifying a parent page ID that does not exist or is invalid, the API may return an error.
- Network Issues: Connectivity problems to the Siteboon API endpoint will prevent page creation.
Links and References
- Siteboon AI Website Builder (general reference)
- No direct public API documentation links were found in the source code; consult your Siteboon account or support for API details.