Weavz
Tock

Tock

Automate Tock data exports, guest profile ingest, and real-time reservation or guest profile webhook workflows.

CustomCommerce
3 tools
2 triggers

Tools

Name
list_data_exports

List Tock reservation and guest data export files made available to the business group.

get_data_export

Retrieve a Tock data export manifest or file metadata by export ID.

upsert_guest_profile

Create or update basic guest profile information in Tock using the Guest Profile Ingest API.

Triggers

Name
reservation_webhook

Receive Tock real-time reservation webhook payloads configured by Tock support.

guest_profile_webhook

Receive Tock real-time guest profile webhook payloads configured by Tock support.

Quick Start

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

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

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

Related Integrations

Works well with

Frequently Asked Questions

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

Tock supports 3 tools including List Data Exports, Get Data Export, Upsert Guest Profile.

Can I use Tock with AI agents?

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

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

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

How much does the Tock integration cost?

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

What triggers does Tock support?

Tock supports 2 triggers including Reservation Webhook, Guest Profile Webhook.

Connect Tock in minutes

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