Creates a new Fingertip site with the specified configuration. Requires name, slug (URL identifier), and businessType. Returns the created site with its unique ID and auto-generated home page. Use ENABLED status for live sites or UNPUBLISHED for drafts.
nameRequiredstringDisplay name of the site (e.g., 'Acme Coffee Shop').
slugRequiredstringURL-friendly identifier for the site (lowercase, hyphens allowed). Must be unique. Example: 'acme-coffee-shop'.
statusstringInitial status of the site. Defaults to EMPTY if not provided. Use ENABLED for live sites, UNPUBLISHED for drafts, PREVIEW for testing, DEMO for showcase.
timeZonestringIANA time zone identifier for the site (e.g., 'America/New_York').
logoMediaobjectLogo media object containing image URL and metadata.
homePageIdstringUUID of the page to use as the site's home page. If not provided, a default home page is created.
locationIdstringUUID of an associated location. Use to link the site to a physical address.
descriptionstringBrief description of the site for SEO and display purposes.
socialIconsConfiguration object for social media icons to display on the site.
workspaceIdstringUUID of the workspace this site belongs to.
businessTypeRequiredstringType of business the site represents (e.g., 'restaurant', 'cafe', 'retail', 'technology').
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.