GoToWebinar · Example Payload

Gotowebinar Create Webhook Request

AttendeesCollaborationCommunicationsEventsMeetingsRegistrantsSessionsSurveysVideo ConferencingVirtual EventsWebhooksWebinars

Gotowebinar Create Webhook Request is an example object payload from GoToWebinar, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

producteventNameeventVersioncallbackUrlsecretKey

Example Payload

Raw ↑
{
  "product": "g2w",
  "eventName": "registrant.joined",
  "eventVersion": "1.0.0",
  "callbackUrl": "https://your-domain.example.com/gotowebinar/callback",
  "secretKey": "your-precomputed-secret-key"
}