Weavz
pretix

pretix

Manage pretix organizers, events, products, orders, vouchers, and webhook events.

CustomCommerce
13 tools
3 triggers

Tools

Name
list_organizers

List pretix organizers available to the API token.

list_events

List events within a pretix organizer.

get_event

Get a pretix event by organizer and event slug.

list_items

List pretix products/items for an event.

list_orders

List pretix orders with optional status filter.

get_order

Get a pretix order by order code.

create_order

Create a pretix order using the documented order payload.

update_order

Patch editable pretix order fields by order code.

delete_order

Delete a pretix order by order code when the API permits deletion.

list_vouchers

List pretix vouchers for an event.

create_voucher

Create a pretix voucher using the documented voucher payload.

update_voucher

Patch a pretix voucher by internal voucher ID.

delete_voucher

Delete an unredeemed pretix voucher by internal voucher ID.

Triggers

Name
order_created_or_changed

Receives a pretix webhook payload after the webhook URL is configured in pretix.

payment_changed

Receives a pretix webhook payload after the webhook URL is configured in pretix.

ticket_checked_in

Receives a pretix webhook payload after the webhook URL is configured in pretix.

Quick Start

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

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

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

Related Integrations

Works well with

Frequently Asked Questions

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

pretix supports 13 tools including List Organizers, List Events, Get Event, List Items, List Orders, and more.

Can I use pretix with AI agents?

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

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

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

How much does the pretix integration cost?

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

What triggers does pretix support?

pretix supports 3 triggers including Order Created or Changed, Payment Changed, Ticket Checked In.

Connect pretix in minutes

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