About Livestorm
Livestorm is a web-based platform designed to help businesses host professional webinars, online meetings, and virtual events without requiring any downloads. It offers features such as customizable registration pages, screen sharing for product demos, real-time audience engagement tools like polls and Q&A, and detailed analytics to measure event performance. The platform integrates seamlessly with essential business tools via its robust API, enabling streamlined workflows and enhanced productivity. Livestorm’s browser-based approach ensures easy access for attendees and hosts alike, simplifying the event experience and boosting participation. It is widely used by companies of all sizes, from startups to Fortune 500 firms, for sales, training, and customer communication purposes.
AI Agent Use Cases
• AI agents can automate the scheduling and management of Livestorm webinars by integrating with calendar and CRM systems to optimize attendee invitations and reminders. They can analyze engagement data and attendee interactions during events to generate actionable insights and follow-up strategies for sales and marketing teams. Additionally, AI agents can automate content repurposing workflows by extracting key moments from recorded webinars and distributing them across marketing channels to maximize event ROI.
Available Actions
These are the specific actions that AI agents can perform with this tool
Creates a new Livestorm event with specified details to schedule and manage webinars or online sessions.
ownerId
The ID of the user who owns the event.
title
The title of the event.
slug
The slug of the event.
status
The status of the event.
description
The [HTML](https://developer.mozilla.org/en-US/docs/Web/HTML) description of your event. Example: `<h1>My event description</h1>`
recordingEnabled
Whether or not the event is recorded.
chatEnabled
Whether or not the chat is enabled.
everyoneCanSpeak
Whether or not everyone can speak.
detailedRegistrationPageEnabled
Whether or not the detailed registration page is enabled.
lightRegistrationPageEnabled
Whether or not the light registration page is enabled.
recordingPublic
Whether or not the recording is public.
showInCompanyPage
Whether or not the event is shown in the company page.
pollsEnabled
Whether or not the polls are enabled.
questionsEnabled
Whether or not the questions are enabled.
Fetch detailed information about a specific Livestorm event using its unique identifier.
eventId
The ID of the event.
List Attendees From Event
2 inputs
Retrieve a comprehensive list of all attendees associated with every session of a specific Livestorm event.
eventId
The ID of the event.
roleFilter
Filter the people by their role in the event.
Retrieves a list of all events associated with your Livestorm workspace.
titleFilter
Filter events by title.
Retrieves a list of all event sessions associated with your Livestorm account
Register Someone For A Session
7 inputs
Registers a new participant, either an external attendee or internal team member, for a specified Livestorm session.
sessionId
The ID of the session.
referrer
The referrer of the person registering for the session.
utmSource
The UTM source of the person registering for the session.
utmMedium
The UTM medium of the person registering for the session.
utmCampaign
The UTM campaign of the person registering for the session.
utmTerm
The UTM term of the person registering for the session.
utmContent
The UTM content of the person registering for the session.
Updates an existing Livestorm event by replacing all its attributes with the provided details
eventId
The ID of the event.
ownerId
The ID of the user who owns the event.
title
The title of the event.
slug
The slug of the event.
status
The status of the event.
description
The [HTML](https://developer.mozilla.org/en-US/docs/Web/HTML) description of your event. Example: `<h1>My event description</h1>`
recordingEnabled
Whether or not the event is recorded.
chatEnabled
Whether or not the chat is enabled.
everyoneCanSpeak
Whether or not everyone can speak.
detailedRegistrationPageEnabled
Whether or not the detailed registration page is enabled.
lightRegistrationPageEnabled
Whether or not the light registration page is enabled.
recordingPublic
Whether or not the recording is public.
showInCompanyPage
Whether or not the event is shown in the company page.
pollsEnabled
Whether or not the polls are enabled.
questionsEnabled
Whether or not the questions are enabled.