GoToWebinar · Example Payload

Gotowebinar Create Webinar Request

Q2 2026 product roadmap and demo for existing customers.

AttendeesCollaborationCommunicationsEventsMeetingsRegistrantsSessionsSurveysVideo ConferencingVirtual EventsWebhooksWebinars

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

Top-level fields

subjectdescriptiontimestimeZonetypeexperienceTypeisPasswordProtected

Example Payload

Raw ↑
{
  "subject": "Quarterly Product Update",
  "description": "Q2 2026 product roadmap and demo for existing customers.",
  "times": [
    {
      "startTime": "2026-06-15T17:00:00Z",
      "endTime": "2026-06-15T18:00:00Z"
    }
  ],
  "timeZone": "America/Los_Angeles",
  "type": "single_session",
  "experienceType": "CLASSIC",
  "isPasswordProtected": false
}