Fingertip

Integrate Fingertip with your AI workspace

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.

Explore Triggers and Actions

Create Fingertip Site

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.

ActionTry it

Create Invoice Item

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.

ActionTry it

Create Page

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.

ActionTry it

Create Page Block

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.

ActionTry it

Create Site Contact

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.

ActionTry it

Create Site Invitation

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.

ActionTry it

Create Store Invoice

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.

ActionTry it

Create Webhook Subscription

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.

ActionTry it

Delete Block

Tool to permanently delete a block by its ID. Use when you need to remove a block after confirming it is no longer needed.

ActionTry it

Delete Draft Invoice

Tool to delete a draft store invoice. Use when you need to remove a draft invoice that is no longer needed.

ActionTry it

Delete Fingertip Page

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.

ActionTry it

Delete Fingertip Site

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.

ActionTry it

Delete Invoice Item

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.

ActionTry it

Delete Site Invitation

Tool to delete a site invitation by its ID. Use when you need to cancel or remove a pending site invitation.

ActionTry it

Delete Site Membership

Tool to delete a specific site membership. Use when you need to remove a user from a site after confirming the membership ID.

ActionTry it

Delete Webhook

Tool to remove an existing webhook subscription. Use when you need to permanently delete a webhook by its UUID.

ActionTry it

Delete Workspace Invitation

Tool to delete a workspace invitation by its ID. Use after obtaining the invitation ID to cancel a pending workspace invitation.

ActionTry it

Get Block

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.

ActionTry it

Get Comprehensive Site Analytics

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.

ActionTry it

Get Fingertip Site

Tool to retrieve a specific Fingertip site by its UUID. Use when you need to fetch detailed information about a single site.

ActionTry it

Get Invoice Item

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.

ActionTry it

Get Page

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.

ActionTry it

Get Page Theme

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.

ActionTry it

Get Webhook

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.

ActionTry it

Health Check

Tool to verify API connectivity. Use when checking API health before other operations.

ActionTry it

List Bookings

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.

ActionTry it

List Event Types

Tool to list event types for a specific site. Use after confirming the siteId to retrieve a paginated list of published event types.

ActionTry it

List Fingertip Blog Posts

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.

ActionTry it

List Fingertip Invoices

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.

ActionTry it

List Fingertip Messages

Tool to retrieve a paginated list of messages for a site. Use when you need to fetch messages for a specific site or contact.

ActionTry it

List Form Responses

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.

ActionTry it

List Form Templates

Tool to retrieve a paginated list of form templates. Use when you need to fetch multiple templates for a site after obtaining its ID.

ActionTry it

List Invoice Items

Tool to list invoice items for a specific Fingertip site. Use when you need to retrieve billable items with pagination and optional search filtering.

ActionTry it

List Orders

Tool to retrieve orders with basic information for a specific site. Use when you need to fetch paginated order data by site slug.

ActionTry it

List Page Blocks

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.

ActionTry it

List Page Themes

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.

ActionTry it

List Pages

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.

ActionTry it

List Quotes

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.

ActionTry it

List Sample Bookings

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.

ActionTry it

List Sample Form Responses

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.

ActionTry it

List Sample Orders

Tool to retrieve sample orders for testing purposes. Use when you need to access sample order data for development or testing.

ActionTry it

List Sample Site Contacts

Tool to retrieve sample site contacts with basic information. Use when you need example contacts for testing or demonstration purposes.

ActionTry it

List Site Contacts

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.

ActionTry it

List Site Invitations

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.

ActionTry it

List Site Memberships

Tool to retrieve a paginated list of site memberships. Use after confirming the site ID.

ActionTry it

List Sites

Tool to retrieve a paginated list of sites accessible by the API key. Use when you need to fetch sites page by page.

ActionTry it

List Webhooks

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.

ActionTry it

List Workspaces

Tool to retrieve a paginated list of workspaces accessible to the API key. Use when you need to navigate through multiple workspaces.

ActionTry it

Mark Invoice as Paid

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.

ActionTry it

Patch Page Theme

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.

ActionTry it

Search Help Articles

Tool to search help documentation articles by query string. Use when you need to find relevant help articles matching specific keywords or topics.

ActionTry it

Send Fingertip Quote

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.

ActionTry it

Send Store Invoice

Tool to send a store invoice to a customer. Use when you need to deliver an invoice notification after creating or updating it.

ActionTry it

Update Block

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.

ActionTry it

Update Fingertip Quote

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.

ActionTry it

Update Fingertip Site

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.

ActionTry it

Update Invoice Item

Tool to update an invoice item in Fingertip. Use when you need to modify the title, price, or description of an existing invoice item.

ActionTry it

Update Page

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.

ActionTry it

Update Page Theme

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.

ActionTry it

Update Webhook

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.

ActionTry it