Fingertip
Creator business platform for sites, pages, page blocks, store invoices, contacts, and bookings.
Helps creators run a single-link business that publishes site pages and blocks, bills customers with store invoices, and manages contact records by site.
Example Use Cases
These are the Fingertip actions Snow can use when building apps with you. Connecting an account does not make Snow run these on its own.
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.
Creates a new invoice item for a Fingertip site. Requires siteId, title, and priceInCents. Returns the created invoice item with its unique ID and timestamps.
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.
Tool to create a store invoice in Fingertip. Use when you need to bill a customer for products or services with line items, pricing, and tax details. Returns the created invoice ID which can be used to retrieve or manage the invoice.
Tool to retrieve a specific Fingertip page by its ID. Returns complete page details including name, slug, description, timestamps, media configurations, and theme settings. Use when you need detailed information about a specific page.
Tool to verify API connectivity. Use when checking API health before other operations.
Tool to retrieve a paginated list of bookings for a site with optional status filtering. Use when you need to fetch bookings for a specific site, optionally filtered by booking status.
Tool to list event types for a specific site. Use after confirming the siteId to retrieve a paginated list of published event types.
Tool to retrieve form responses for a specific form template and site. Use when you need to fetch form submissions after obtaining the form template ID and site ID.
Tool to retrieve a paginated list of form templates. Use when you need to fetch multiple templates for a site after obtaining its ID.