GoTo Webinar
Online webinar and virtual event platform for hosting and managing webinars
Actions
| Name | Description |
|---|---|
create_webinarCreate a new webinar | Create a new webinar |
list_webinarsList all webinars for an organizer | List all webinars for an organizer |
list_registrantsList registrants for a webinar | List registrants for a webinar |
get_attendeesGet attendees for a webinar | Get attendees for a webinar |
create_registrantRegister a person for a webinar | Register a person for a webinar |
custom_api_callMake a custom API call to the GoTo Webinar API | Make a custom API call to the GoTo Webinar API |
Triggers
| Name | Description |
|---|---|
registrant_addedTriggers when a new registrant is added to a webinar | Triggers when a new registrant is added to a webinar |
webinar_endedTriggers when a webinar ends | Triggers when a webinar ends |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'goto-webinar',
actionName: 'create_webinar',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect GoTo Webinar 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 GoTo Webinar support?
GoTo Webinar supports 6 actions including Create Webinar, List Webinars, List Registrants, Get Attendees, Create Registrant, and more.
Can I use GoTo Webinar with AI agents?
Yes. Add GoTo Webinar 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 GoTo Webinar use?
GoTo Webinar uses OAuth2. Weavz handles token management, refresh, and secure credential storage automatically.
How much does the GoTo Webinar integration cost?
The GoTo Webinar integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.
What triggers does GoTo Webinar support?
GoTo Webinar supports 2 triggers including Registrant Added, Webinar Ended.
Connect GoTo Webinar in 2 minutes
Get 1,000 free actions every month. No credit card required.