The Livestorm modules enable you to monitor webinars or registrants, and search for and retrieve people or events in your Livestorm account.
|
Note |
|---|---|
|
The Livestorm APIs are available only to paid subscription users. |
Prerequisites
A Livestorm account — you can create one at app.livestorm.co/#/signup.
|
Note |
|---|---|
|
The module dialog fields that are displayed in bold (in the {{Make}} scenario, not in this documentation article) are mandatory! |
To connect your Livestorm account to {{Make}}, you'll need to obtain an API Key from your Livestorm account's settings.
Log in to your Livestorm account.
Click on your profile icon in the bottom-left corner, and open Account settings.
Navigate to Integrations > Public API.
Click the Generate a token button.
Enter the name for the token, click Generate a token, and copy the provided token.
Go to {{Make}} and open the Livestorm module's Create a connection dialog.
Enter the token you have copied in step 5 in the API Key field, and click the Continue button to establish the connection.
The connection has been established. You can proceed with setting up the module.
Triggers when a webinar starts.
|
Webhook name |
Enter the name for the webhook. E.g., Webinar started |
|
Connection |
Triggers when a webinar is published.
|
Webhook name |
Enter the name for the webhook. E.g., Webinar published |
|
Connection |
Triggers when a webinar ends.
|
Webhook name |
Enter the name for the webhook. E.g., Webinar published |
|
Connection |
Retrieves events based on filter settings.
|
Connection |
|
|
Filter by Kind |
Select whether to return webinars or meets. |
|
Filter by Title |
Enter the search term to filter results by the title. |
|
Limit |
Set the maximum number of events {{Make}} will return during one execution cycle. |
Triggers when a person registers for the webinar.
|
Webhook name |
Enter the name for the webhook. E.g., New Registrant |
|
Connection |
Retrieves participants or members based on filter settings.
|
Connection |
|
|
Event ID |
Select the event or map the ID of the event that contains the session you want to retrieve participants for. |
|
Session ID |
Select the session or map the ID of the session you want to retrieve participants for. |
|
Filter by Role |
Select the role you want to filter returned people by. |
|
Attended |
Select |
|
Filter by Email |
Enter the email address of the person you want to retrieve details for. |
|
Include |
Select the object whose data you want to include in the module's output. |
|
Limit |
Set the maximum number of people {{Make}} will return during one execution cycle. |
Retrieves details of the specified person.
|
Connection |
|
|
Event ID |
Select the event or map the ID of the event that contains the session you want to retrieve participant details from. |
|
Session ID |
Select the session or map the ID of the session you want to retrieve participant details from. |
|
Person ID |
Select the person or map the ID of the person you want to retrieve details for. |
Registers a participant to a session.
|
Connection |
|
|
Event ID |
Select the event or map the ID of the event that contains the session you want to create a participant for. |
|
Session ID |
Select the session or map the ID of the session you want to register a participant for. |
|
First Name |
Enter the registrant's first name. |
|
Last Name |
Enter the registrant's last name. |
|
|
Enter the registrant's email address. |
|
Referrer |
Enter the referrer to specify where the registration request originated. |
|
UTM parameters |
Enter tracking parameters. |
Allows you to perform a custom API call.
|
Connection |
||||
|
URL |
Enter a path relative to
|
|||
|
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've already added these for you. |
|||
|
Query String |
Enter the request query string. |
|||
|
Body |
Enter the body content for your API call. |