Weavz
Ticket Tailor

Ticket Tailor

Manage Ticket Tailor events, orders, issued tickets, voucher codes, check-ins, and webhook events.

CustomCommerce
7 tools
3 triggers

Tools

Name
list_events

List Ticket Tailor events for the connected box office.

get_event

Get a Ticket Tailor event by ID.

list_orders

List Ticket Tailor orders with optional event and date filters.

get_order

Get a Ticket Tailor order by ID.

list_issued_tickets

List issued tickets with optional event or order filters.

check_in_issued_ticket

Mark a Ticket Tailor issued ticket as checked in.

create_voucher_code

Create a Ticket Tailor voucher code using the documented voucher payload.

Triggers

Name
order_created

Receives a Ticket Tailor webhook payload after the webhook URL is configured in Ticket Tailor.

order_updated

Receives a Ticket Tailor webhook payload after the webhook URL is configured in Ticket Tailor.

ticket_checked_in

Receives a Ticket Tailor webhook payload after the webhook URL is configured in Ticket Tailor.

Quick Start

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

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

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

Related Integrations

Works well with

Frequently Asked Questions

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

Ticket Tailor supports 7 tools including List Events, Get Event, List Orders, Get Order, List Issued Tickets, and more.

Can I use Ticket Tailor with AI agents?

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

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

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

How much does the Ticket Tailor integration cost?

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

What triggers does Ticket Tailor support?

Ticket Tailor supports 3 triggers including Order Created, Order Updated, Ticket Checked In.

Connect Ticket Tailor in minutes

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