# Fingertip AI integration on Definable

> 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.

## What this connects

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.

Vendor: https://fingertip.com/

## Tools available

**60** tools available. First 12:

- `FINGERTIP_CREATE_INVOICE` — 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.
- `FINGERTIP_CREATE_INVOICE_ITEM` — 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.
- `FINGERTIP_CREATE_PAGE` — 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.
- `FINGERTIP_CREATE_PAGE_BLOCK` — 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.
- `FINGERTIP_CREATE_SITE` — 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.
- `FINGERTIP_CREATE_SITE_CONTACT` — 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.
- `FINGERTIP_CREATE_SITE_INVITATION` — 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.
- `FINGERTIP_CREATE_WEBHOOK` — 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.
- `FINGERTIP_DELETE_BLOCK` — 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.
- `FINGERTIP_DELETE_DRAFT_INVOICE` — Delete Draft Invoice — Tool to delete a draft store invoice. Use when you need to remove a draft invoice that is no longer needed.
- `FINGERTIP_DELETE_INVOICE_ITEM` — 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.
- `FINGERTIP_DELETE_PAGE` — 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.

## Auth

Auth schemes: `API_KEY`.

## How agents use Fingertip

Inside a Definable workflow, Fingertip is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → Fingertip** — the Researcher (GPT-5.5) pulls context from Fingertip (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → Fingertip** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into Fingertip (create record, post message, draft email).
- **Designer / Engineer → Distributor → Fingertip** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via Fingertip (attach file, open PR comment, post status).

The Verifier checks every Fingertip call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- website builders — https://definable.ai/apps/category/website-builders/
- ecommerce — https://definable.ai/apps/category/ecommerce/

## Related

- HTML page: https://definable.ai/apps/fingertip/
- Same category (website builders): https://definable.ai/apps/category/website-builders/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
