Fingertip

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.

60 actions Integration catalog
Request access
Connect Fingertip once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Create Store InvoiceFINGERTIP_CREATE_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.
Create Invoice ItemFINGERTIP_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.
Create PageFINGERTIP_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.
Create Page BlockFINGERTIP_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.
Create Fingertip SiteFINGERTIP_CREATE_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.
Create Site ContactFINGERTIP_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.
Create Site InvitationFINGERTIP_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.
Create Webhook SubscriptionFINGERTIP_CREATE_WEBHOOK
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.
Delete BlockFINGERTIP_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.
Delete Draft InvoiceFINGERTIP_DELETE_DRAFT_INVOICE
Tool to delete a draft store invoice. Use when you need to remove a draft invoice that is no longer needed.
Delete Invoice ItemFINGERTIP_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.
Delete Fingertip PageFINGERTIP_DELETE_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.
Delete Fingertip SiteFINGERTIP_DELETE_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.
Delete Site InvitationFINGERTIP_DELETE_SITE_INVITATION
Tool to delete a site invitation by its ID. Use when you need to cancel or remove a pending site invitation.
Delete Site MembershipFINGERTIP_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.
Delete WebhookFINGERTIP_DELETE_WEBHOOK
Tool to remove an existing webhook subscription. Use when you need to permanently delete a webhook by its UUID.
Delete Workspace InvitationFINGERTIP_DELETE_WORKSPACE_INVITATION
Tool to delete a workspace invitation by its ID. Use after obtaining the invitation ID to cancel a pending workspace invitation.
Get BlockFINGERTIP_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.
Get Comprehensive Site AnalyticsFINGERTIP_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.
Get Invoice ItemFINGERTIP_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.
Get PageFINGERTIP_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.
Get Page ThemeFINGERTIP_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.
Get Fingertip SiteFINGERTIP_GET_SITE
Tool to retrieve a specific Fingertip site by its UUID. Use when you need to fetch detailed information about a single site.
Get WebhookFINGERTIP_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.
Health CheckFINGERTIP_HEALTH_CHECK
Tool to verify API connectivity. Use when checking API health before other operations.
List Fingertip Blog PostsFINGERTIP_LIST_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.
List BookingsFINGERTIP_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.
List Event TypesFINGERTIP_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.
List Form ResponsesFINGERTIP_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.
List Form TemplatesFINGERTIP_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.
List Invoice ItemsFINGERTIP_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.
List Fingertip InvoicesFINGERTIP_LIST_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.
List Fingertip MessagesFINGERTIP_LIST_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.
List OrdersFINGERTIP_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.
List Page BlocksFINGERTIP_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.
List PagesFINGERTIP_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.
List Page ThemesFINGERTIP_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.
List QuotesFINGERTIP_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.
List Sample BookingsFINGERTIP_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.
List Sample Form ResponsesFINGERTIP_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.
List Sample OrdersFINGERTIP_LIST_SAMPLE_ORDERS
Tool to retrieve sample orders for testing purposes. Use when you need to access sample order data for development or testing.
List Sample Site ContactsFINGERTIP_LIST_SAMPLE_SITE_CONTACTS
Tool to retrieve sample site contacts with basic information. Use when you need example contacts for testing or demonstration purposes.
List Site ContactsFINGERTIP_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.
List Site InvitationsFINGERTIP_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.
List Site MembershipsFINGERTIP_LIST_SITE_MEMBERSHIPS
Tool to retrieve a paginated list of site memberships. Use after confirming the site ID.
List SitesFINGERTIP_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.
List WebhooksFINGERTIP_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.
List WorkspacesFINGERTIP_LIST_WORKSPACES
Tool to retrieve a paginated list of workspaces accessible to the API key. Use when you need to navigate through multiple workspaces.
Mark Invoice as PaidFINGERTIP_MARK_INVOICE_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.
Patch Page ThemeFINGERTIP_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.
Search Help ArticlesFINGERTIP_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.
Send Store InvoiceFINGERTIP_SEND_INVOICE
Tool to send a store invoice to a customer. Use when you need to deliver an invoice notification after creating or updating it.
Send Fingertip QuoteFINGERTIP_SEND_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.
Update BlockFINGERTIP_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.
Update Invoice ItemFINGERTIP_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.
Update PageFINGERTIP_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.
Update Page ThemeFINGERTIP_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.
Update Fingertip QuoteFINGERTIP_UPDATE_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.
Update Fingertip SiteFINGERTIP_UPDATE_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.
Update WebhookFINGERTIP_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.