GoToWebinar · AsyncAPI Specification
GoToWebinar Webhook Events
Version 1.0.0
Outbound webhook events delivered by the GoToWebinar webhook infrastructure to a developer-supplied callback URL. All events are HTTP POSTs signed via the `X-Webhook-Signature` header so receivers can validate that the event was sent by LogMeIn webhook infrastructure and not a third party.
GoToWebinar Webhook Events is an event-driven AsyncAPI specification published by GoToWebinar on the APIs.io network, version 1.0.0.
The spec defines 4 channels, 4 message types, transport over HTTPS.
Tagged areas include Attendees, Collaboration, Communications, Events, and Meetings.
View Spec
View on GitHub
AttendeesCollaborationCommunicationsEventsMeetingsRegistrantsSessionsSurveysVideo ConferencingVirtual EventsWebhooksWebinarsAsyncAPIWebhooksEvents
Channels
registrant.added
Receive a registrant.added event.
Triggered when a user registers for a webinar.
registrant.joined
Receive a registrant.joined event.
Triggered when a registrant joins a webinar session.
webinar.created
Receive a webinar.created event.
Triggered when an organizer creates a new webinar.
webinar.changed
Receive a webinar.changed event.
Triggered when an organizer updates or deletes an existing webinar.
Messages
RegistrantAdded
Registrant Added
RegistrantJoined
Registrant Joined
WebinarCreated
Webinar Created
WebinarChanged
Webinar Changed
Servers
https
callback
https://your-domain.example.com/gotowebinar/callback
Developer-supplied callback URL registered on the webhook.