Ask a question

Ask a Question
ANSWERED

How many Guest Speakers can be added per session?

Greetings, are there any limitations to how many guest speakers can be added to a session?
ANSWERED

Creating a new registrant from Facebook Leads

Hi there, I try to have a new registrant added to a session after he filled out a facebook leadform. So I make a POST Request to https://api.livestorm.co/v1/sessions/{id}/people To try out I just added the sample code from the API reference but I keep hitting the error message: "[400] Title: Missing Parameter, Detail: The required parameter, data, is missing., Status: 400" Can you tell me what I am doing wrong? { "data": { "type": "people", "attributes": { "fields": [{ "id": "first_name", "value": "Jean-Baptiste" }, { "id": "last_name", "value": "Smith" }, { "id": "email", "value": "[email protected]" } ] } } }
ANSWERED

JSON structure of webhook

I just received a webhook for session.end but the structure of the JSON I received is quite different from the one in the documentation. There's no `data` key, instead it's `webinar`. There is no `attributes`. It looks like it's a different program that created that data. Maybe it's because I setup the webhook from the web ui and not from the api..?
ANSWERED

How to get person job post field?

In admin panel there is a "job title" field. How to get this field via API?
ANSWERED

plugin not available in chatroom after being deployed

hey everyone, I am following the steps exactly as mentioned in the plugin tutorial <https://developers.livestorm.co/docs/getting-started-with-plugins-sdk> Trying to build "embed-site-via-chat" example from this repo <https://github.com/livestorm/livestorm-plugins-examples/tree/master/embed-site-via-chat> The plugin builds and publishes to production alright, but its not available in webinar chat window at all. When typing "/url" in the chatbox it shows "no commands available". Please advise if there are any workarounds. Thanks ![screenshot](https://drive.google.com/file/d/1FdzosXhl_dDFgeFTetneXHihsq6PpkIf/view?usp=sharing)
ANSWERED

The email is invalid. It seems undeliverable

hi I need some help with my email,I use to have no problem registering for a webinar,now it won’t let me,it keeps say this ,the email is invalid and It seems undeliverable. I been going through ,the health sciences academy.org This is my primary email I been using for 9 years, [email protected] Thank you for your help,Harry
ANSWERED

API Key for HubSpot Integration

Hello, I would like to connect a HubSpot Form to a LiveStorm Webinar. I am following the steps from this documentation. However, I am stuck in the API step, which is pasting my Livestorm API Key: <https://support.livestorm.co/article/303-register-people-using-your-hubspot-forms#:~:text=In%20Workflows%20%3E%20Create%20Workflow.,Filters%2C%20then%20click%20on%20Save>. Here is the event ID we are trying to integrate into the workflow: **(ID removed for privacy reasons)** It says on this documentation that we will need to generate a public API. However it is unclear if what the permissions should be for our goals. The GIF shows that the permissions are: Identity: Read Events: Write Admin: Read Webhooks: Read However, I want to make sure that what's in the GIF is what we will use. I also want to make sure that for future webinars, can we use the same Public API? Thanks so much!
ANSWERED

Owner_id value for event creation

I have a question regarding the API request parameters. I need to create event in livestorm using API. When I make a request through the API, I receive the following response: {"errors":\[{"title":"Missing Parameter","detail":"The required parameter, owner_id, is missing.","code":"106","status":" message Could you please provide guidance on where I can obtain the **owner_id** parameter?
ANSWERED

Event category/topic

Hello, is there a way to assign a category to an event? This would allow use to sort our events by topic. Many thanks Fabienne
ANSWERED

get custom registrant field with the api

hello, i have add a "company name" filed on my registration form but i cant see this fied with webhook (trying to connect livestorm & pipedrive with make...) cyril