Tool to create a new page within a Fingertip site. Use when you need to add a new page to an existing site. Requires siteId, slug, and name. Returns the created page with its unique ID and timestamps.
nameRequiredstringDisplay name of the page. Required.
slugRequiredstringURL-friendly path segment for the page (e.g., 'about', 'services'). Required. Must be unique within the site.
siteIdRequiredstringUUID of the site to create the page in. Required. Use FINGERTIP_LIST_SITES to get valid site IDs.
positionnumberDisplay position of the page within the site. Defaults to 1 if not specified.
logoMediaobjectLogo media for the page. Can be null.
bannerMediaobjectBanner media for the page. Can be null.
descriptionstringDescription of the page content. Optional.
socialIconsSocial media icons configuration. Can be null.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.