eavz
GoTo Webinar

GoTo Webinar

Online webinar and virtual event platform for hosting and managing webinars

6 actions
2 triggers

Actions

Name
create_webinar

Create a new webinar

list_webinars

List all webinars for an organizer

list_registrants

List registrants for a webinar

get_attendees

Get attendees for a webinar

create_registrant

Register a person for a webinar

custom_api_call

Make a custom API call to the GoTo Webinar API

Triggers

Name
registrant_added

Triggers when a new registrant is added to a webinar

webinar_ended

Triggers when a webinar ends

Quick Start

TypeScript
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.