eavz
Cvent

Cvent

Event management platform for meetings, conferences, and trade shows

OAuth2Marketing
5 actions
2 triggers

Actions

Name
list_events

List events from Cvent

get_event

Get an event by ID from Cvent

list_registrants

List registrants for an event in Cvent

get_sessions

List sessions for an event in Cvent

custom_api_call

Make a custom API call to the Cvent API

Triggers

Name
new_registration

Triggers when a new registration is completed in Cvent

event_updated

Triggers when an event is updated in Cvent

Quick Start

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

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

const result = await weavz.actions.execute({
  integrationName: 'cvent',
  actionName: 'list_events',
  input: { /* ... */ },
  connectionId: 'conn_id',
  workspaceId: 'ws_id',
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Cvent to my app?

Use Weavz Hosted Connect for OAuth2 authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.

What actions does Cvent support?

Cvent supports 5 actions including List Events, Get Event, List Registrants, Get Sessions, Custom API Call.

Can I use Cvent with AI agents?

Yes. Add Cvent to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.

What authentication does Cvent use?

Cvent uses OAuth2. Weavz handles token management, refresh, and secure credential storage automatically.

How much does the Cvent integration cost?

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

What triggers does Cvent support?

Cvent supports 2 triggers including New Registration, Event Updated.

Connect Cvent in 2 minutes

Get 1,000 free actions every month. No credit card required.