Weavz
Checkfront

Checkfront

Booking, item, inventory, customer, and notification operations for Checkfront.

CustomCommerce
10 tools
3 triggers

Tools

Name
get_account

Get Checkfront account information.

list_items

List bookable items.

get_item

Get a Checkfront item by ID.

list_categories

List Checkfront categories.

list_events

List inventory events and availability.

list_bookings

List bookings.

get_booking

Get a booking by ID or code.

create_booking

Create a booking using the Checkfront booking payload.

update_booking_status

Update a booking status, such as pending, paid, cancelled, or void.

list_customers

List Checkfront customers.

Triggers

Name
booking_modified

Receives a Checkfront notification webhook payload after the webhook URL is configured in Checkfront.

item_updated

Receives a Checkfront notification webhook payload after the webhook URL is configured in Checkfront.

payment_or_refund

Receives a Checkfront notification webhook payload after the webhook URL is configured in Checkfront.

Quick Start

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