Trigger on event
- Listen for a new event
- Parse and validate the payload
- Take an action with the linked tool
60 tools available
Fingertip is an all-in-one platform that enables businesses to manage their operations from a single link, offering tools for selling products, booking clients, and connecting with customers across various social media platforms.
Connect Fingertip to Definable to automate repetitive tasks, sync data with the rest of your stack, trigger on real-world events. Personas call Fingertip's 60 tools directly from chat or scheduled flows. You can wire it into any persona to read, write, and react when an event fires.
Every Fingertip action below is a callable tool any Definable persona can invoke.
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.
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.
Creates a new block within the specified page. Returns the created block with its unique ID and timestamps. Use when you need to add content blocks like headings, paragraphs, or images to a page.
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.
Tool to create a new contact associated with a site including marketing preferences. Use when you need to add contacts to a Fingertip site with their email, personal details, and marketing consent status.
Tool to create a new invitation for a user to join a site. Use when you need to invite someone to access and collaborate on a specific site with a designated role.
Tool to create a webhook subscription for receiving real-time event notifications from Fingertip. Use when you need to receive notifications for events like new contacts, form responses, bookings, or orders. Returns the webhook subscription ID.
Tool to permanently delete a block by its ID. Use when you need to remove a block after confirming it is no longer needed.
Tool to delete a draft store invoice. Use when you need to remove a draft invoice that is no longer needed.
Tool to delete a Fingertip invoice item. Use when you need to remove an invoice item by its UUID after confirming it is no longer needed.
Tool to permanently delete a page and all associated data. Use when you need to remove a page by its UUID after confirming it is no longer needed.
Tool to delete a Fingertip site. Use when you need to permanently remove a site by its UUID after confirming it is no longer needed.
Tool to delete a site invitation by its ID. Use when you need to cancel or remove a pending site invitation.
Tool to delete a specific site membership. Use when you need to remove a user from a site after confirming the membership ID.
Tool to remove an existing webhook subscription. Use when you need to permanently delete a webhook by its UUID.
Tool to delete a workspace invitation by its ID. Use after obtaining the invitation ID to cancel a pending workspace invitation.
Tool to retrieve a specific block by its ID. Returns block details including content, metadata, and timestamps. Returns 404 if the block is not found.
Tool to retrieve comprehensive analytics for a specific site. Use when you have a site ID and need period-based breakdowns including optional store metrics.
Tool to retrieve details of a specific invoice item by its ID. Use when you need to fetch information about a specific invoice item including its title, description, price, and currency.
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.
Retrieve the theme configuration for a specific page. Use when you need to get the theme details including ID, content, and timestamps for a page.
Tool to retrieve a specific Fingertip site by its UUID. Use when you need to fetch detailed information about a single site.
Tool to retrieve a specific webhook by ID with its related triggers. Use when you need to fetch details of a single webhook including its configuration and event subscriptions.
Tool to verify API connectivity. Use when checking API health before other operations.
Tool to list published blog posts for a specific site. Use when you have a site ID and need to paginate, sort, and retrieve post summaries.
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.
Tool to list invoice items for a specific Fingertip site. Use when you need to retrieve billable items with pagination and optional search filtering.
Tool to retrieve a paginated list of invoices for sites the user has access to. Use when you need to fetch invoices with optional filtering by status and sorting.
Tool to retrieve a paginated list of messages for a site. Use when you need to fetch messages for a specific site or contact.
Tool to retrieve orders with basic information for a specific site. Use when you need to fetch paginated order data by site slug.
Tool to retrieve all blocks associated with a specific page. Use when you have a page ID and need to access the page's block structure and content.
List all pages for a specific Fingertip site. Returns paginated results with page details including ID, slug, name, timestamps, and media configurations. Use cursor-based pagination to iterate through large result sets.
Tool to retrieve a paginated list of page themes. Use when you need to fetch available page themes, optionally scoped to a specific site, with pagination support.
List all quotes for a specific Fingertip site. Returns paginated results with quote and contact details. Use cursor-based pagination to iterate through large result sets. Supports filtering by status and contact ID.
Tool to retrieve sample bookings for testing and development purposes. Use when you need to access sample booking data without requiring a specific site ID.
Tool to retrieve sample form responses for a specific form template. Use when you need to fetch example responses for a form by its slug.
Tool to retrieve sample orders for testing purposes. Use when you need to access sample order data for development or testing.
Tool to retrieve sample site contacts with basic information. Use when you need example contacts for testing or demonstration purposes.
Tool to retrieve site contacts with basic contact information and engagement metrics. Use when you need to list contacts for a specific site with optional filtering by marketing status, search terms, or contact attributes.
Tool to retrieve a paginated list of invitations for a specific site. Use when you need to check pending or accepted invitations for a site.
Tool to retrieve a paginated list of site memberships. Use after confirming the site ID.
Tool to retrieve a paginated list of sites accessible by the API key. Use when you need to fetch sites page by page.
Tool to retrieve a paginated list of webhooks with optional filtering and sorting. Use when you need to fetch webhooks page by page with customizable sort order.
Tool to retrieve a paginated list of workspaces accessible to the API key. Use when you need to navigate through multiple workspaces.
Tool to mark a store invoice as paid in Fingertip. Use when recording payment completion for an invoice. Requires the invoice UUID and the timestamp when payment was completed.
Apply JSON Patch operations to page theme content following RFC 6902. Use to modify theme properties like colors, fonts, and spacing without replacing the entire theme. Operations are applied sequentially and support add, remove, replace, move, copy, and test operations.
Tool to search help documentation articles by query string. Use when you need to find relevant help articles matching specific keywords or topics.
Tool to send a store invoice to a customer. Use when you need to deliver an invoice notification after creating or updating it.
Tool to send a store quote by its UUID. Use when you need to deliver a quote to the customer after it has been prepared.
Updates an existing block with the provided data. Allows partial updates - only fields provided in the request will be updated. Returns 404 if the block is not found.
Tool to update an invoice item in Fingertip. Use when you need to modify the title, price, or description of an existing invoice item.
Tool to update an existing Fingertip page with new data. Use when you need to modify page properties like name, description, slug, position, or media configurations. Only fields included in the request will be updated.
Tool to update the theme configuration for a specific page. Use when you need to modify theme settings such as making it a reusable component, linking it to a parent component theme, or updating theme content.
Tool to update an existing Fingertip store quote. Use when you need to modify quote items, pricing, discounts, or metadata like memo and footer. Requires the quote ID and at least one quote item.
Updates an existing Fingertip site with provided partial data. Use when modifying site properties like name, description, status, or configuration. Only include fields you want to change - all fields are optional except siteId.
Tool to update an existing Fingertip webhook subscription. Use when you need to modify the endpoint URL or change the event triggers for a webhook. Only fields included in the request will be updated.
Anything Fingertip exposes through its API. Common website builders workflows on Definable include automate repetitive tasks, sync data with the rest of your stack, trigger on real-world events. Personas can call any of the 60 Fingertip tools directly, then chain the result into another integration without you writing code.
Fingertip uses API_KEY on Definable. You connect once from the integrations page, scoped to the permissions you choose, and from then on any persona that has the integration enabled can act on your behalf. Tokens are encrypted at rest and rotated automatically.
Yes — every Definable plan, including Starter, includes access to all 60 Fingertip tools. You only need a separate Fingertip subscription if Fingertip itself charges per seat or per API call.
Every call from a persona to Fingertip is logged with the user, persona, prompt, and response. Tokens never leave Definable's secrets vault, scopes are configurable per persona, and you can revoke access at any time from the integration page.
Sign up for Definable, open the integrations page, find Fingertip, and connect via OAuth or API key. You can immediately attach Fingertip to any persona and start running workflows. The free Starter plan includes 5,000 credits/month.
Definable exposes all 60 Fingertip actions as callable tools — including `Create Store Invoice`, `Create Invoice Item`, `Create Page`, plus 57 more. Each tool gets a typed parameter schema so personas know exactly how to call it.
Wire it up in minutes. No coding required.