website builders

Add Fingertip to your AI agent

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.

Things your agent can do in Fingertip
60

Things your AI can do in Fingertip

Your FormWise AI can handle any of these in Fingertip — on its own, without you needing to click a button.

  • Create Store Invoice

    Popular

    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 Item

    Popular

    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 Page

    Popular

    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 Fingertip Site

    Popular

    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.

  • Get Page

    Popular

    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.

  • Health Check

    Popular

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

  • List Bookings

    Popular

    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 Types

    Popular

    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 Responses

    Popular

    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 Templates

    Popular

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

  • Mark Invoice as Paid

    Popular

    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.

  • Send Store Invoice

    Popular

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

Show 48 more things it can do
  • Update Invoice Item

    Popular

    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 Fingertip Site

    Popular

    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.

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

  • 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 Invoice

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

  • 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 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 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 Invitation

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

  • 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 Webhook

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

  • 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 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 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 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 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 Site

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

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

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

  • 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 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 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 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 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 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 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 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 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 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 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 Contacts

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

  • 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 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 Memberships

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

  • 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 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 Workspaces

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

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

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

Built for the way you actually work

No code, no engineers

Connect in a few clicks and start using your AI right away. If you can use the apps you already love, you can do this.

Sounds like you, not like a bot

Train your AI on your offer, your voice, and the way you actually talk to clients — it picks up where you leave off.

Plugs into the stack you already use

No need to rip out your CRM, your scheduler, or your email tool. Your AI works inside the apps running your business today.

Your data stays yours

Client conversations, lists, and credentials are scoped to your workspace. Nothing gets shared, sold, or used to train anyone else’s AI.

What you can do once Fingertip is connected

Onboard new clients without lifting a finger

When someone signs up, your AI greets them, sets up their next step in Fingertip, and keeps the momentum going — even at 2am.

Reply to leads in seconds, not days

Your AI watches Fingertip for new inquiries, answers questions in your voice, and books the call before they cool off.

Get your weekends back

Hand off the repetitive Fingertip work — follow-ups, reminders, updates, simple admin — and stop being the bottleneck in your own business.

How to connect Fingertip to your agent

  1. 1

    Start using FormWise for free

    Sign up in under a minute.

  2. 2

    Find Fingertip in your connected apps

    Inside FormWise, go to Settings → Connected Services and look for Fingertip.

  3. 3

    Hit "Connect"

    Click "Connect Fingertip" and log in like you normally would. We only ask for the permissions your AI actually needs.

  4. 4

    Tell your AI what to do in Fingertip

    Build a quick AI Agent (it's like writing instructions, not code), and pick the Fingertip actions you want your AI to handle.

  5. 5

    Watch it run

    Send it a real-world task and watch your AI take care of Fingertip for you. Tweak the wording until it feels just right.

Powered by the AI you already trust

Your Fingertip workflow runs on the same world-class AI used by ChatGPT, Claude, and Gemini. We handle the technical part — you just tell your AI what to do, in plain English.

  • OpenAI
  • Anthropic Claude
  • Google Gemini

Questions other Fingertip users had before signing up

Do I need to know how to code?

Not even a little. If you can use Fingertip today, you can set this up. You'll connect Fingertip, tell your AI what it should help with, and you're live. The whole thing is built for coaches, course creators, agencies, and operators — not engineers.

Will my clients know they're talking to an AI?

Only if you want them to. Your FormWise AI is trained on your voice, your offer, and the way you actually communicate — so it sounds like a thoughtful team member, not a clunky chatbot. Most people can't tell.

Can I make it sound like me?

Yes. You can give your AI examples of how you write, the questions you usually ask new clients, the way you handle objections, and the language you use about your offer. The more you give it, the more it sounds like you wrote it.

What if I want to take over a conversation?

You're always in control. You can step in at any point, take over from your AI, or stop it from sending messages until you've reviewed them. Think of it as a teammate, not a replacement.

Is my client data safe?

Yes. Your Fingertip login and client information stay scoped to your workspace. We don't sell it, we don't share it, and we don't use your data to train anyone else's AI. You can disconnect Fingertip or delete everything any time.

What happens when Fingertip updates their app?

We handle it. When Fingertip adds new features or changes how something works, we update the integration in the background. You don't have to do anything — your AI just keeps working.

How fast can I actually get this running?

Most people are up and running the same day they sign up. Connecting Fingertip takes a few minutes. Teaching your AI to handle the work the way you'd want it done is the part worth slowing down for.

What is FormWise?

FormWise is the AI agent builder for coaches, course creators, and agencies. You connect the apps you already use — like Fingertip — train your AI on your offer and voice, and let it handle the work you've been doing manually: onboarding, follow-ups, support, admin. No code, no developers, no engineering team required.

Can I sell AI agents to my clients?

Yes. A lot of FormWise users build AI assistants and sell them as part of their offer — done-for-you AI setups, white-label assistants for client businesses, custom GPTs trained on a client's brand. You can charge a setup fee, a monthly retainer, or both.

Can I embed my AI on my website or in my course?

Yes. Every AI you build in FormWise can be embedded on your site, dropped into your course platform, or shared as a standalone link. Your clients and students just open it like any other web page — no app to download, no login hoops.

Do I need to know anything about AI to use this?

No. If you can describe what you want your AI to do in plain English — "greet new clients, ask these 3 questions, book them a call" — FormWise can build it. We handle the models, the prompts, the connections. You handle the part you already know: what your business actually needs.

About Fingertip on FormWise

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 once and your FormWise AI gets 60 things it can do inside it. That means your AI can handle the Fingertip work in your business — the messages, the updates, the follow-ups, the admin — the way you would, just faster and around the clock.

You don't need to know how any of it works under the hood. We take care of keeping the connection alive, retrying if something fails, and making sure your data only ever moves where you tell it to.

New to Fingertip? Take a look at fingertip.com.

Stop doing the Fingertip work yourself

Hand it off to an AI assistant that sounds like you, works around the clock, and never forgets a follow-up. Free to start.