Weavz
Xola

Xola

Manage Xola experiences, availability, orders, cancellations, and webhook events.

CustomCommerce
11 tools
3 triggers

Tools

Name
list_experiences

List Xola experiences with optional discovery filters.

get_experience

Get a Xola experience by ID.

create_experience

Create a Xola experience using the documented experience payload.

update_experience

Update a Xola experience by ID.

remove_experience

Remove a Xola experience by ID.

get_experience_availability

Get availability for a Xola experience.

list_orders

List Xola orders/bookings with optional operational filters.

get_order

Get a Xola order by ID.

prepare_order

Prepare a Xola order and calculate required adjustments.

create_order

Create a Xola order/booking using the documented order payload.

cancel_order

Cancel an accepted Xola order and optionally refund an amount.

Triggers

Name
order_created

Receives a Xola webhook payload after the webhook is configured in Xola.

order_updated

Receives a Xola webhook payload after the webhook is configured in Xola.

order_canceled

Receives a Xola webhook payload after the webhook is configured in Xola.

Quick Start

TypeScript
import { WeavzClient } from '@weavz-io/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute('xola', 'list_experiences', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'xola',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Xola 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 Xola support?

Xola supports 11 tools including List Experiences, Get Experience, Create Experience, Update Experience, Remove Experience, and more.

Can I use Xola with AI agents?

Yes. Add Xola 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 Xola be used in stateful agent workflows?

Yes. Agents can combine Xola 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 Xola use?

Xola uses Custom. Weavz stores credentials securely and uses them for authorized action execution.

How much does the Xola integration cost?

The Xola integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

What triggers does Xola support?

Xola supports 3 triggers including Order Created, Order Updated, Order Canceled.

Connect Xola in minutes

Get 20,000 free action executions every month. No credit card required.