Add Clover to your AI agent
Manage Clover merchant, inventory, customer, employee, order, payment, cash, notification, app, and print data through the regional Platform REST API.
- Things your agent can do in Clover
- 208
Things your AI can do in Clover
Your FormWise AI can handle any of these in Clover — on its own, without you needing to click a button.
Apply Modification To Line Item
Applies a modifier to an order line item and snapshots the modifier's current name and price as a modification record.
Apply Order Service Charge
Applies a configured merchant service charge or creates an ad-hoc order-fee line item on an order. Choose `mode` explicitly so Clover receives the matching body and route.
Checkout Atomic Order
Calculates and previews an order cart, including totals, taxes, discounts, and service charges, without persisting an order.
Create Address For Customer
Adds a postal address to an existing customer record; it does not create the customer.
Create App Billing Metered Event
Records metered app usage and bills the merchant at the configured price; `count` defaults to 1. This is irreversible, so verify an uncertain result before retrying to avoid billing twice.
Create Atomic Order
Creates an order with line items, modifiers, discounts, and service charges while Clover calculates inventory-based totals and taxes. Maximum 3,000 line items.
Create Attribute
Creates an inventory variant attribute within an item group, optionally with its initial options.
Create Authorization On Payment
Create an authorization for a payment. This has financial consequences and is not safely retryable without first checking whether Clover created the authorization.
Create Customer
Creates a customer record for the connected merchant with the supplied identity and contact details.
Create Customer Card
Creates a vaulted credit or debit card record for a customer. `first6` and `last4` are required.
Create Discount
Creates a merchant inventory discount with a fixed amount or percentage for later application.
Create Discount On Line Item
Applies a named fixed-amount or percentage discount to one order line item.
Show 196 more things it can do
Create Discount On Order
Applies a named fixed-amount or percentage discount to an order subtotal, not a specific line item.
Create Email Address For Customer
Adds an email address to an existing customer record; it does not create the customer.
Create Employee
Creates a merchant employee profile with a required name and optional login, contact, and role details.
Create Inventory Item
Creates an inventory item. Clover ignores `available=false` during creation and creates the item as available; call Update Inventory Item afterward to make it unavailable.
Create Item Category
Creates an inventory category used to organize items in Clover Register.
Create Item Category Associations
Creates one or more associations between inventory items and categories or subcategories. Every tuple requires both `category.id` and `item.id`.
Create Item Group
Creates an item group for related inventory variants and their attributes.
Create Item Modifier Group Associations
Creates an association between an inventory item and a modifier group so the group's modifiers can be applied to that item. Provide both `modifierGroup.id` and `item.id`.
Create Item Option Associations
Creates one or more associations between Clover options and inventory items. Every tuple requires both `option.id` and `item.id`.
Create Item Stock
Creates the stock quantity and optional low-stock alert threshold for one inventory item.
Create Item Tax Rate Associations
Creates one or more associations between inventory items and tax rates. Every tuple requires both `item.id` and `taxRate.id`.
Create Merchant Opening Hours
Creates merchant opening hours. Supply all seven weekday arrays and use an empty array for every closed day; for example, `{'sunday': [], 'monday': [{'start': 900, 'end': 1700}], 'tuesday': [], 'wednesday': [], 'thursday': [], 'friday': [], 'saturday': []}`.
Create Modifier
Creates a named modifier with a price adjustment inside a specific modifier group.
Create Modifier Group
Creates a new modifier group. After you create a modifier group, you can associate modifiers with the group.
Create Multiple Inventory Items
Creates multiple inventory items in one request; use Update Inventory Items to patch existing items instead.
Create Notification For App
Send a message to devices that have the connected Clover app installed and are listening for notifications. Delivery is irreversible and cannot be recalled; verify an uncertain result before retrying to avoid duplicate delivery.
Create Notification For Device
Push a message to a device that has the connected Clover app installed and is listening for notifications. Delivery is irreversible and cannot be recalled; verify an uncertain result before retrying to avoid duplicate delivery.
Create Option
Creates a named option within an inventory attribute, such as `Small` for a `Size` attribute.
Create Order Line Item
Creates one line item for a standard or Multiple Service Charges order; provide `price` or `item.id`. Orders allow 2,500 line items with Multiple Service Charges and 3,000 otherwise.
Create Order Line Items Bulk
Creates up to 100 priced line items for either a standard or Multiple Service Charges order. The order limit is 2,500 line items with Multiple Service Charges and 3,000 otherwise.
Create Order Type Category Associations
Creates associations that limit an order type to specific merchant categories. Every tuple requires both resource IDs.
Create Order Type For Merchant
Creates a custom order type for the merchant, such as dine-in, delivery, or takeout.
Create Payment Record On Order
Records an externally processed payment on an order for bookkeeping; it does not process a Clover credit or debit payment. Requires a positive amount and merchant tender ID.
Create Phone Number For Customer
Adds a phone number to an existing customer record; it does not create the customer.
Create Role
Creates a merchant employee role based on a Clover system role.
Create Shift For Employee
Creates a time-clock shift for one employee, including clock-in/out times, cash tips, or override details.
Create Subcategory
Creates a subcategory within a parent inventory category; it inherits the parent's color when one is set.
Create Tag
Creates an inventory tag for reporting, with optional item and printer associations.
Create Tag Item Associations
Creates one or more associations between Clover tags and inventory items. Every tuple requires both `tag.id` and `item.id`.
Create Tax Rate
Creates a merchant tax rate as a percentage or flat amount, optionally making it the default or associating items.
Create Tender
Creates a merchant-level custom tender and returns its generated identifier.
Delete All Line Items In Order
Deletes every line item from an order. This is destructive; verify the order before calling.
Delete App Billing Metered Event
Deletes an unbilled app metered event. Billed events cannot be deleted; verify the event before calling.
Delete Attribute
Deletes an inventory variant attribute. This is destructive; verify the attribute identifier before calling.
Delete Authorization
Permanently delete a payment authorization. Only target an authorization the caller intends to remove; repeat only after confirming whether the first request succeeded.
Delete Categories
Permanently deletes the categories identified by a comma-separated list of category IDs. Get IDs from List Categories and target only categories you intend to delete.
Delete Customer
Deletes a customer from the connected merchant. This is destructive; verify the customer identifier before calling.
Delete Customer Address
Deletes one address from a customer. This is destructive; verify both identifiers before calling.
Delete Customer Card
Deletes one vaulted card record from a customer. This is destructive; verify both identifiers before calling.
Delete Customer Email Address
Deletes one email address from a customer. This is destructive; verify both identifiers before calling.
Delete Customer Phone Number
Deletes one phone number from a customer. This is destructive; verify both identifiers before calling.
Delete Employee
Deletes an employee from the connected merchant. This is destructive; verify the employee identifier before calling.
Delete Inventory Discount
Deletes a merchant inventory discount. This is destructive; verify the discount identifier before calling.
Delete Inventory Item
Deletes an inventory item. This is destructive; verify the item identifier before calling.
Delete Item Category
Deletes an inventory category. This is destructive; verify the category identifier before calling.
Delete Item Group
Deletes an inventory item group. This is destructive; verify the group identifier before calling.
Delete Item Stock
Deletes the stock record for an inventory item. This is destructive; verify the item identifier before calling.
Delete Line Item Discount
Removes a discount from an order line item. This changes order pricing; verify all identifiers before calling.
Delete Merchant Opening Hours
Deletes one merchant opening-hours interval. This is destructive; verify the interval identifier before calling.
Delete Modifier
Deletes one modifier from a modifier group. This is destructive; verify both identifiers before calling.
Delete Modifier Group
Deletes a modifier group and every modifier in it. This is destructive; verify the group identifier before calling.
Delete Modifier Groups
Permanently deletes the modifier groups identified by a comma-separated list of IDs, including every modifier in those groups. Get IDs from List Modifier Groups.
Delete Multiple Inventory Items
Permanently deletes the inventory items identified by a comma-separated list of item IDs. Get IDs from List Inventory Items and target only intended items.
Delete Option
Deletes an option from an inventory attribute. This is destructive; verify both identifiers before calling.
Delete Order
Deletes an order. This is destructive; verify the order identifier and current state before calling.
Delete Order Discount
Removes a discount from an order. This changes order pricing; verify both identifiers before calling.
Delete Order Line Item
Deletes a line item from an order. This is destructive and changes the order; verify both identifiers before calling.
Delete Order Type
Deletes a merchant order type. This is destructive; verify the order-type identifier before calling.
Delete Role
Deletes a merchant employee role. This is destructive; verify the role identifier before calling.
Delete Shift
Deletes one employee shift. Clover requires `account_id` to identify an employee permitted to edit shifts.
Delete Subcategory
Deletes a subcategory and reassigns its items to the parent category. This is destructive; verify the subcategory identifier before calling.
Delete Tag
Deletes an inventory tag. This is destructive; verify the tag identifier before calling.
Delete Tags
Permanently deletes the tags identified by a comma-separated list of tag IDs. Get IDs from List Tags and target only intended tags.
Delete Tax Rate
Deletes a merchant tax rate. This is destructive; verify the tax-rate identifier before calling.
Delete Tender
Deletes a merchant tender. This is destructive; verify the tender identifier before calling.
Exchange Order Line Item
Creates a replacement line item under the client-supplied `line_item_id` and exchanges `old_line_item_id` for it. Provide `price` or `item.id`; Clover's required matching body ID is supplied automatically.
Export Customers Csv
Exports customers as CSV. Use `filter` to export only matching customers and `expand` to include selected related address, contact, card, or metadata fields.
Export Shifts CSV
Exports merchant shifts as CSV for a required effective clock-in time window.
Get App Billing Metered Event
Returns one metered billing event recorded for a merchant's app subscription.
Get Attribute
Returns one inventory variant attribute with the item-group and option references present in Clover's response.
Get Authorization
Retrieve one Clover payment authorization by identifier.
Get Category
Returns one inventory category, including its Register sort order and optional item expansion.
Get Configured Service Charge
Returns one service charge configured for the merchant, identified by `service_charge_id`.
Get Credit Refund
Retrieve one Clover credit refund, including its credit, order, device, employee, and transaction details.
Get Customer
Returns one customer profile, with addresses, email addresses, phone numbers, cards, or metadata when expanded.
Get Default Service Charge
Returns the merchant's default configured service charge.
Get Device Provisioned To Merchant
Returns one Clover device provisioned to the connected merchant.
Get Discount
Returns one merchant inventory discount, including its fixed amount or percentage.
Get Employee
Returns one merchant employee profile, with assigned roles or related shifts, payments, and orders when expanded.
Get Inventory Item
Returns one inventory item with pricing, availability, SKU, and requested related resources.
Get Item Group
Returns one inventory item group and its related variants or attributes when expanded.
Get Item Stock
Returns the current stock quantity and alert threshold for one inventory item.
Get Item Subcategory Associations
Returns an inventory item and, with `expand=categories.items`, its category and subcategory associations; subcategories have a `parentCategory`.
Get Merchant
Returns the connected merchant's business profile and requested related resources.
Get Merchant Address
Returns the connected merchant's business address.
Get Merchant App Billing Information
Returns a merchant's app-billing status, including the current subscription tier and trial status.
Get Merchant Opening Hours
Returns one merchant opening-hours interval by identifier.
Get Merchant Payment Gateway Configuration
Returns the connected merchant's payment-gateway configuration and supported capabilities.
Get Merchant Properties
Returns the connected merchant's operational properties and feature settings.
Get Modifier
Returns one modifier from a specific modifier group, including its name and price adjustment.
Get Modifier Group
Returns one modifier group and its configuration, with related modifiers or items when expanded.
Get Option For Attribute
Returns one option from a specific inventory attribute, including its item references.
Get Order
Returns one order with totals, state, and any related resources requested through `expand`.
Get Order Line Item
Returns one line item from any order, including age-restriction or Multiple Service Charges fields when Clover provides them.
Get Order Type
Returns one merchant order type, including taxability and category-filter settings.
Get Payment
Retrieve one Clover payment, including amount, tax, tip, and result status.
Get Print Event
Get a print event for the connected Clover merchant by event ID. Successfully printed events are discarded by Clover and cannot be replayed.
Get Refund
Retrieve one Clover refund, including associated payment, tax, tip, and transaction details.
Get Role
Returns one merchant employee role and its base system role.
Get Service Charge Applied To Order
Returns one service-charge line item already applied to an order.
Get Shift
Retrieves one shift by ID. Set `employee_id` to use Clover's dedicated employee shift operation; omit it to use the merchant shift collection.
Get Tag
Returns one inventory tag and its item or printer associations when expanded.
Get Tax Exemption Rule
Returns one tax exemption rule that links order types and items to excluded tax rates.
Get Tax Rate
Returns one merchant tax rate, including its rate, type, and default status.
Get Tender
Returns one merchant tender and its payment-handling settings.
Get Tip Suggestion
Returns one merchant tip suggestion, including its percentage or flat amount.
Get Voided Line Item Totals
Returns deleted line-item and order totals for a required caller-supplied deletedTime window.
List App Billing Metered Events
Lists billing events recorded for one app metered-event type, such as `reservation`. Requires an OAuth-generated token.
List Attributes
Lists inventory variant attributes, such as size or color. Returns one offset page; continue until `elements` is empty.
List Authorizations
List payment authorizations for the connected merchant. Authorizations permit a future charge up to the authorized amount.
List Cash Events
List cash events for the merchant, one device, or one employee. Select `context` and provide `context_id` for device or employee requests.
List Categories
Lists inventory categories in Register sort order, optionally with associated items. Returns one offset page; continue until `elements` is empty.
List Categories Of Item
Retrieves all categories of an item. Returns one caller-selected offset page; request another offset until elements is empty.
List Category Subcategories
Returns a category with its subcategories expanded by default; use `subCategories.items` only when nested item details are also needed.
List Configured Service Charges
Lists service charges configured for the merchant; use the applied-service-charge tools for charges already attached to an order.
List Credit Refunds
List credit refunds for the connected merchant, including associated tax and transaction details.
List Customers
Lists customer records for the connected merchant, optionally filtered or expanded with related contact data.
List Devices Provisioned To Merchant
Lists Clover devices provisioned to the connected merchant, optionally filtered by documented device fields.
List Discounts
Lists the merchant's inventory discounts. Returns one caller-selected offset page; request successive offsets until `elements` is empty.
List Discounts For Order
Lists discounts currently applied at the order level; line-item discounts are returned by the line-item tools.
List Employee Orders
Lists one employee's orders through Clover's exact `/employees/{empId}/orders` route, which requires `Read employees`, while preserving a caller-supplied custom `filter`. Use List Orders instead for the merchant `/orders` route and its `Read orders` permission.
List Employees
List employees for the connected Clover merchant, optionally filtered or expanded.
List Inventory Items
Lists inventory items for the connected merchant. Returns one caller-selected offset page; increase offset by the page size until elements is empty.
List Inventory Without Revenue Class
Lists inventory items that have no revenue-class tag. Returns one offset page; continue until `elements` is empty.
List Item Groups
Lists item groups used to organize related inventory variants and attributes. Returns one offset page; continue until `elements` is empty.
List Item Stocks
Lists stock quantities and alert thresholds for the merchant's inventory items.
List Item Tags
Lists inventory tags associated with one item.
List Items By Tax Rate
Lists inventory items associated with the specified tax rate.
List Items For Tag
Lists inventory items associated with one tag.
List Items In Category
Retrieves all items in a category. Returns one caller-selected offset page; request another offset until elements is empty.
List Items In Modifier Group
Retrieves a list of all items in a single modifier group. Returns one caller-selected offset page; request another offset until elements is empty.
List Merchant Opening Hours
Lists the connected merchant's opening-hours intervals.
List Modifier Groups
Lists modifier groups that organize selectable item modifiers. Returns one offset page; continue until `elements` is empty.
List Modifiers
Retrieves all modifiers from all modifier groups. Returns one caller-selected offset page; request another offset until elements is empty.
List Modifiers In Modifier Group
Retrieves a list of modifiers in a single modifier group. Returns one caller-selected offset page; request another offset until elements is empty.
List Options
Lists options across all inventory variant attributes. Returns one offset page; continue until `elements` is empty.
List Options For Attribute
Retrieves all available variants or options associated with an attribute. Returns one caller-selected offset page; request another offset until elements is empty.
List Order Line Items
Lists line items from any order, including age-restriction or Multiple Service Charges fields when Clover provides them.
List Order Types
Lists merchant-defined order types and their system-type or category settings. Returns one offset page; continue until `elements` is empty.
List Orders
Lists orders through Clover's merchant `/orders` route, which requires `Read orders`, with filtering, expansion, and offset pagination. Set `employee_id` for an employee-filtered merchant-route view; use List Employee Orders for the exact employee route, its `Read employees` permission, and preservation of a custom `filter`.
List Payments
List payments for the merchant, one order, or one employee. Select `context` and provide `context_id` for order or employee requests.
List Refunds
List merchant refunds, including taxes and tips. Clover returns at most 90 days and automatically narrows wider time filters to the most recent 90 days.
List Roles
Retrieves all system and employee roles for a merchant's business. Returns one caller-selected offset page; request another offset until elements is empty.
List Service Charges Applied To Order
Lists service-charge line items already applied to an order; use configured-service-charge tools for merchant templates.
List Shifts
List shifts for the connected merchant or, when `employee_id` is provided, for one employee. Filters, expansions, and offset pagination apply to either route.
List System Order Types
Lists Clover's system order-type categories used to classify merchant-defined order types, such as takeout.
List Tag Item Associations
Lists every association between the merchant's inventory tags and items.
List Tags
Lists the merchant's inventory tags. Tags label items for reporting and can route tagged items to associated printers. Returns one caller-selected offset page; request successive offsets until `elements` is empty.
List Tax Exemption Rules
Lists tax exemption rules that link order types and items to tax rates excluded from those items.
List Tax Rates
Lists percentage and flat-amount tax rates. Returns one offset page; continue until `elements` is empty.
List Tenders
Retrieves all tenders for a merchant. Returns one caller-selected offset page; request another offset until elements is empty.
List Tip Suggestions
Retrieves all tip suggestions for a merchant, for example: flat tip or percentage. Returns one caller-selected offset page; request another offset until elements is empty.
Record Voided Line Items
Records voided line items on an order for reporting, including their quantities and reasons.
Remove Item Category Associations
Permanently removes specific item-category associations or all associations on one supplied side. Review one-sided tuples carefully because they can remove many links.
Remove Item Modifier Group Associations
Permanently removes a specific item-modifier-group association or all associations on one supplied side. Review one-sided bodies carefully because they can remove many links.
Remove Item Option Associations
Permanently removes specific option-item associations or all associations on one supplied side. Review one-sided tuples carefully because they can remove many links.
Remove Item Tax Rate Associations
Permanently removes specific item-tax-rate associations or all associations on one supplied side. Review one-sided tuples carefully because they can remove many links.
Remove Modification From Line Item
Removes an applied modifier snapshot from an order line item. This is destructive; verify all identifiers before calling.
Remove Order Service Charge
Permanently removes a configured service charge or order-fee line item from an order. Verify `mode`, `order_id`, and `service_charge_id` before calling; the removal is destructive.
Remove Tag Item Associations
Permanently removes specific tag-item associations or all associations on one supplied side. Review one-sided tuples carefully because they can remove many links.
Submit Print Request
Queues content for the merchant's default order printer. Printing is an external side effect; verify an uncertain result before retrying.
Update Address For Customer
Updates one postal address on an existing customer record.
Update Attribute
Updates an inventory variant attribute, including its name, item group, or option references.
Update Authorization
Update a payment authorization. This can alter a future charge permission; verify the current authorization and do not blindly retry an uncertain result.
Update Category
Updates an inventory category's name, Register sort order, color, or item associations.
Update Category Sort Orders
Updates Register menu sort positions for up to 1,000 inventory categories in one request.
Update Customer
Updates one customer's identity, contact, marketing, or metadata fields using the supplied values.
Update Customer Card
Updates a customer's vaulted credit or debit card record. `first6` and `last4` are required.
Update Discount
Updates a merchant inventory discount's name, fixed amount, percentage, or approval reference.
Update Email Address For Customer
Updates one email address on an existing customer record.
Update Employee
Updates one employee's name, login, contact, or role details using the supplied fields.
Update Inventory Item
Updates one inventory item's supplied fields. Unlike creation, this action accepts `available=false` and makes the item unavailable.
Update Inventory Items
Patches multiple existing inventory items in one request without replacing omitted fields; use Create Multiple Inventory Items for new records.
Update Item Group
Updates an inventory item group's name, member items, or variant attributes.
Update Item Stock
Updates the stock quantity or low-stock alert threshold for one inventory item.
Update Merchant
Updates the connected merchant's business profile using the supplied fields.
Update Merchant Opening Hours
Updates one merchant opening-hours interval, including its day and start or end time.
Update Merchant Properties
Updates the connected merchant's operational properties and feature settings.
Update Modifier
Updates a modifier's name, price adjustment, or availability; Clover does not allow moving it to another modifier group.
Update Modifier Group
Updates a modifier group's name, selection rules, or item references. Use Create Modifier to add a modifier to the group.
Update Modifier Group Sort Orders
Update the priorities for a collection of up to 200 modifier groups at a time.
Update Option
Updates a named option within a specific inventory attribute, including its item associations.
Update Order
Updates one order using the supplied order fields; omitted fields remain unchanged.
Update Order Line Item
Updates one line item on either a standard or Multiple Service Charges order using the supplied fields.
Update Order Type
Updates a merchant order type's label, taxability, system classification, or category settings.
Update Payment
Update payment line-item allocations or the employee on an uncaptured preauthorization. Other fields are ignored. Verify the payment after an uncertain result before retrying.
Update Phone Number For Customer
Updates one phone number on an existing customer record.
Update Role
Updates a merchant employee role's name, base system role, or employee references.
Update Shift
Updates one employee shift's clock-in/out times, cash tips, or override details.
Update Subcategory
Updates a subcategory's name or color within its parent inventory category.
Update Tag
Updates an inventory tag's name, reporting behavior, or item and printer associations.
Update Tax Rate
Updates a merchant tax rate's name, rate, type, or default status.
Update Tender
Updates a merchant tender's label, availability, cash-drawer, tipping, or processing settings.
Update Tip Suggestion
Updates a merchant tip suggestion's name, percentage, flat amount, or enabled status.
Upsert Custom Order
Creates or updates a custom order for merchants with or without Multiple Service Charges. Add line items separately; use Create Atomic Order instead when Clover should calculate inventory-based totals and taxes immediately.
Upsert Customer Metadata
Creates or updates a customer's note, birthday, and business-name metadata.
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 Clover is connected
Onboard new clients without lifting a finger
When someone signs up, your AI greets them, sets up their next step in Clover, and keeps the momentum going — even at 2am.
Reply to leads in seconds, not days
Your AI watches Clover for new inquiries, answers questions in your voice, and books the call before they cool off.
Get your weekends back
Hand off the repetitive Clover work — follow-ups, reminders, updates, simple admin — and stop being the bottleneck in your own business.
How to connect Clover to your agent
- 1
Start using FormWise for free
Sign up in under a minute.
- 2
Find Clover in your connected apps
Inside FormWise, go to Settings → Connected Services and look for Clover.
- 3
Hit "Connect"
Click "Connect Clover" and log in like you normally would. We only ask for the permissions your AI actually needs.
- 4
Tell your AI what to do in Clover
Build a quick AI Agent (it's like writing instructions, not code), and pick the Clover actions you want your AI to handle.
- 5
Watch it run
Send it a real-world task and watch your AI take care of Clover for you. Tweak the wording until it feels just right.
Powered by the AI you already trust
Your Clover 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 Clover users had before signing up
Do I need to know how to code?
Not even a little. If you can use Clover today, you can set this up. You'll connect Clover, 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 Clover 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 Clover or delete everything any time.
What happens when Clover updates their app?
We handle it. When Clover 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 Clover 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 Clover — 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 Clover on FormWise
Manage Clover merchant, inventory, customer, employee, order, payment, cash, notification, app, and print data through the regional Platform REST API.
Connect Clover once and your FormWise AI gets 208 things it can do inside it. That means your AI can handle the Clover 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 Clover? Take a look at www.clover.com.
More commerce integrations
Maxio
Subscription billing and revenue management platform (formerly Chargify)
Alpaca
Stock and crypto trading platform with commission-free trading, real-time market data, and algorithmic trading capabilities
Ticket Tailor MCP
Ticket Tailor MCP lets agents manage events, ticket types, orders, discounts, products, check-ins, memberships, and reporting for an authorized box office.
Polymarket US
Polymarket US only. This toolkit connects to the CFTC-compliant Polymarket US product for United States users, not the global Polymarket app. API credentials are created at https://polymarket.us/developers after Polymarket US account verification.
Polymarket US
Polymarket US only. This toolkit connects to the CFTC-compliant Polymarket US product for United States users, not the global Polymarket app. API credentials are created at https://polymarket.us/developers after Polymarket US account verification.
Printify
Printify is a print-on-demand platform for managing merchant shops, products, orders, uploads, catalog data, and webhooks.
Stop doing the Clover 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.
