Active
This application does not need additional settings. So you can make connection only by using your login credentials or by following the instructions below .
Redirect url
https://integrator.boost.space/oauth/cb/livewebinar

LiveWebinar

The LiveWebinar modules enable you to monitor accounts and various events, or perform a custom API call in your LiveWebinar account.

Getting Started with LiveWebinar

Prerequisites

  • A LiveWebinar account

In order to use LiveWebinar with Boost.space Integrator, it is necessary to have a LiveWebinar account. If you do not have one, you can create a LiveWebinar account at app.livewebinar.com/auth/register.

[Note] Note

The module dialog fields that are displayed in bold (in the Boost.space Integrator scenario, not in this documentation article) are mandatory!

Connecting LiveWebinar to Boost.space Integrator

To connect your LiveWebinar account to Boost.space Integrator follow the general instructions for Connecting to services.

After you click the Continue button, Boost.space Integrator will redirect you to the LiveWebinar website where you will be prompted to grant Boost.space Integrator access to your account.

61f2728d43727.png

Confirm the dialog by clicking the Authorizebutton.

Make an API Call

Allows you to perform a custom API call.

Connection

Establish a connection to your LiveWebinar account.

URL

Enter a path relative to https://api.archiebot.com/api. E.g. /widgets

[Note] Note

For the list of available endpoints, refer to the LiveWebinar API Documentation.

Method

Select the HTTP method you want to use:

GET

to retrieve information for an entry.

POST

to create a new entry.

PUT

to update/replace an existing entry.

PATCH

to make a partial entry update.

DELETE

to delete an entry.

Headers

Enter the desired request headers. You don’t have to add authorization headers; we already did that for you.

Query String

Enter the request query string.

Body

Enter the body content for your API call.

Example of Use – List Users

The following API call returns all users from your LiveWebinar account:

URL:

/users

Method:

GET

61f2728e54b2a.png

Matches of the search can be found in the module’s Output under Bundle > Body > data.

In our example, 2 users were returned:

61f2728f4717d.png