Humanitix
Manage Humanitix event, order, ticket, check-in, transfer, tag, and webhook workflows.
Tools
| Name | Description |
|---|---|
list_eventsList Humanitix events using the public API. | List Humanitix events using the public API. |
get_eventGet a Humanitix event by ID. | Get a Humanitix event by ID. |
update_eventPatch a Humanitix event. Requires Humanitix permission for write-enabled API keys. | Patch a Humanitix event. Requires Humanitix permission for write-enabled API keys. |
list_ordersList Humanitix orders for an event. | List Humanitix orders for an event. |
get_orderGet a Humanitix event order by ID. | Get a Humanitix event order by ID. |
list_ticketsList Humanitix tickets for an event. | List Humanitix tickets for an event. |
get_ticketGet a Humanitix event ticket by ID. | Get a Humanitix event ticket by ID. |
check_in_ticketCheck in a Humanitix ticket by event and ticket ID. | Check in a Humanitix ticket by event and ticket ID. |
check_out_ticketCheck out a Humanitix ticket by event and ticket ID. | Check out a Humanitix ticket by event and ticket ID. |
transfer_ticketTransfer a Humanitix ticket using the documented transfer payload. | Transfer a Humanitix ticket using the documented transfer payload. |
list_tagsList Humanitix tags. | List Humanitix tags. |
Triggers
| Name | Description |
|---|---|
order_createdReceives a Humanitix webhook payload after the webhook URL is configured in Humanitix or an automation partner. | Receives a Humanitix webhook payload after the webhook URL is configured in Humanitix or an automation partner. |
ticket_checked_inReceives a Humanitix webhook payload after the webhook URL is configured in Humanitix or an automation partner. | Receives a Humanitix webhook payload after the webhook URL is configured in Humanitix or an automation partner. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('humanitix', 'list_events', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'humanitix',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Humanitix 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 Humanitix support?
Humanitix supports 11 tools including List Events, Get Event, Update Event, List Event Orders, Get Event Order, and more.
Can I use Humanitix with AI agents?
Yes. Add Humanitix 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 Humanitix be used in stateful agent workflows?
Yes. Agents can combine Humanitix 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 Humanitix use?
Humanitix uses Custom. Weavz stores credentials securely and uses them for authorized action execution.
How much does the Humanitix integration cost?
The Humanitix integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does Humanitix support?
Humanitix supports 2 triggers including Order Created, Ticket Checked In.
Connect Humanitix in minutes
Get 20,000 free action executions every month. No credit card required.