Checkfront
Booking, item, inventory, customer, and notification operations for Checkfront.
Tools
| Name | Description |
|---|---|
get_accountGet Checkfront account information. | Get Checkfront account information. |
list_itemsList bookable items. | List bookable items. |
get_itemGet a Checkfront item by ID. | Get a Checkfront item by ID. |
list_categoriesList Checkfront categories. | List Checkfront categories. |
list_eventsList inventory events and availability. | List inventory events and availability. |
list_bookingsList bookings. | List bookings. |
get_bookingGet a booking by ID or code. | Get a booking by ID or code. |
create_bookingCreate a booking using the Checkfront booking payload. | Create a booking using the Checkfront booking payload. |
update_booking_statusUpdate a booking status, such as pending, paid, cancelled, or void. | Update a booking status, such as pending, paid, cancelled, or void. |
list_customersList Checkfront customers. | List Checkfront customers. |
Triggers
| Name | Description |
|---|---|
booking_modifiedReceives a Checkfront notification webhook payload after the webhook URL is configured in Checkfront. | Receives a Checkfront notification webhook payload after the webhook URL is configured in Checkfront. |
item_updatedReceives a Checkfront notification webhook payload after the webhook URL is configured in Checkfront. | Receives a Checkfront notification webhook payload after the webhook URL is configured in Checkfront. |
payment_or_refundReceives a Checkfront notification webhook payload after the webhook URL is configured in Checkfront. | Receives a Checkfront notification webhook payload after the webhook URL is configured in Checkfront. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('checkfront', 'get_account', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'checkfront',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Checkfront to my app?
Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does Checkfront support?
Checkfront supports 10 tools including Get Account, List Items, Get Item, List Categories, List Events, and more.
Can I use Checkfront with AI agents?
Yes. Add Checkfront to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
Can Checkfront be used in stateful agent workflows?
Yes. Agents can combine Checkfront tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does Checkfront use?
Checkfront uses Custom. Weavz stores credentials securely and uses them for authorized action execution.
How much does the Checkfront integration cost?
The Checkfront integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does Checkfront support?
Checkfront supports 3 triggers including Booking Modified, Item Updated, Payment or Refund.
Connect Checkfront in minutes
Get 20,000 free action executions every month. No credit card required.