pretix
Manage pretix organizers, events, products, orders, vouchers, and webhook events.
Tools
| Name | Description |
|---|---|
list_organizersList pretix organizers available to the API token. | List pretix organizers available to the API token. |
list_eventsList events within a pretix organizer. | List events within a pretix organizer. |
get_eventGet a pretix event by organizer and event slug. | Get a pretix event by organizer and event slug. |
list_itemsList pretix products/items for an event. | List pretix products/items for an event. |
list_ordersList pretix orders with optional status filter. | List pretix orders with optional status filter. |
get_orderGet a pretix order by order code. | Get a pretix order by order code. |
create_orderCreate a pretix order using the documented order payload. | Create a pretix order using the documented order payload. |
update_orderPatch editable pretix order fields by order code. | Patch editable pretix order fields by order code. |
delete_orderDelete a pretix order by order code when the API permits deletion. | Delete a pretix order by order code when the API permits deletion. |
list_vouchersList pretix vouchers for an event. | List pretix vouchers for an event. |
create_voucherCreate a pretix voucher using the documented voucher payload. | Create a pretix voucher using the documented voucher payload. |
update_voucherPatch a pretix voucher by internal voucher ID. | Patch a pretix voucher by internal voucher ID. |
delete_voucherDelete an unredeemed pretix voucher by internal voucher ID. | Delete an unredeemed pretix voucher by internal voucher ID. |
Triggers
| Name | Description |
|---|---|
order_created_or_changedReceives a pretix webhook payload after the webhook URL is configured in pretix. | Receives a pretix webhook payload after the webhook URL is configured in pretix. |
payment_changedReceives a pretix webhook payload after the webhook URL is configured in pretix. | Receives a pretix webhook payload after the webhook URL is configured in pretix. |
ticket_checked_inReceives a pretix webhook payload after the webhook URL is configured in pretix. | Receives a pretix webhook payload after the webhook URL is configured in pretix. |
Quick Start
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.