Actions
| Name | Description |
|---|---|
list_eventsList events from Cvent | List events from Cvent |
get_eventGet an event by ID from Cvent | Get an event by ID from Cvent |
list_registrantsList registrants for an event in Cvent | List registrants for an event in Cvent |
get_sessionsList sessions for an event in Cvent | List sessions for an event in Cvent |
custom_api_callMake a custom API call to the Cvent API | Make a custom API call to the Cvent API |
Triggers
| Name | Description |
|---|---|
new_registrationTriggers when a new registration is completed in Cvent | Triggers when a new registration is completed in Cvent |
event_updatedTriggers when an event is updated in Cvent | Triggers when an event is updated in Cvent |
Quick Start
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.