POST /webinars/{webinarId}/batch_registrants

Use this API to register up to 30 registrants at once for a scheduled webinar that requires registration.

Prerequisites:

Servers

Path parameters

Name Type Required Description
webinarId String Yes

Unique identifier of the webinar.

Request headers

Name Type Required Description
Content-Type String Yes The media type of the request body.

Default value: "application/json"

Request body fields

Name Type Required Description
auto_approve Boolean No

If a meeting was scheduled with approval_type 1 (manual approval), but you would like to automatically approve the registrants that are added via this API, you can set the value of this field to true.

You cannot use this field to change approval setting for a meeting that was originally scheduled with approval_type 0 (automatic approval).

registrants[] Array No
registrants[].email String Yes

Email address of the registrant.

registrants[].last_name String No

Last name of the registrant.

registrants[].first_name String Yes

First name of the registrant.

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.