GoToWebinar · Example Payload

Gotowebinar Create Registrant Request

AttendeesCollaborationCommunicationsEventsMeetingsRegistrantsSessionsSurveysVideo ConferencingVirtual EventsWebhooksWebinars

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

Top-level fields

firstNamelastNameemailphoneorganizationjobTitleindustryresponses

Example Payload

Raw ↑
{
  "firstName": "Abhinav",
  "lastName": "Gandhi",
  "email": "a@g.com",
  "phone": "+1-555-0100",
  "organization": "Acme Corp",
  "jobTitle": "Director of Engineering",
  "industry": "Software",
  "responses": [
    {
      "questionKey": "1234",
      "responseText": "Improve developer onboarding"
    }
  ]
}