Ask a question
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
Posted by fabienne p 19 days ago
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

Posted by Pranjal Rajput about 2 months ago
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
Posted by Harry Thompson 4 months ago
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?
Posted by null 6 months ago
VUE DU REPLAY
Bonjour,
Nous sommes en train de connecter votre API a nos plateformes
Apres plusieurs tests, nous témoignons que nous n'avons pas la notification mise a jour sur la vue des REPLAY lorsque qu'un client s'est inscrit APRES que le webinaire ait eu lieu
Mais lorsque qu'un client s'inscrit AVANT que le webinaire ait lieu alors nous avons les 2 information Presence et Replay.
Existe-t-il un moyen?
Yossef Bentsion
Posted by Yossef Bentsion 6 months ago
How to connect
How to connect clients to an event automatically ? is there an endpoint for that ?
Posted by anthony sanna 6 months ago
How can i update automation settings for event.
I wanted to setup automation settings for the event
like end event after specific time from API , how can we do this?
Posted by Suraj Kurade 6 months ago
Limit on 'people' list
Hi,
we got some trouble using the Livestorm API.
When we try to retrieve all the users registered for a session we only get the last 20 registered.
Used routes : [GET] https://api.livestorm.co/v1/sessions/${id}/people
Am I missing something ? Is this a normal use case ?
Thank you for your time,
Best regards
Posted by Hugues Chauchat 7 months ago
How to add moderators and guest speakers to a session
Hi dev team,
I am trying to register a guest speaker and team_member for a session using this api https://developers.livestorm.co/reference/post_sessions-id-people. I am using ruby on rails
i've tried
{
type: 'people',
attributes: {
fields: [
{ id: 'email', value: participant.email },
{ id: 'is_guest_speaker', value: true},
{ id: 'role', value: 'team_member'}
],
},
which gives me an error {"errors"=>[{"title"=>"Unknown Field", "detail"=>"The field 'is_guest_speaker' doesn't exist for the event associated with a0237276-ff97-417f-8ffc-84b172f3e853 session.", "code"=>"422", "status"=>"unprocessable_entity"}, {"title"=>"Unknown Field", "detail"=>"The field 'role' doesn't exist for the event associated with a0237276-ff97-417f-8ffc-84b172f3e853 session.", "code"=>"422", "status"=>"unprocessable_entity"}}
I also tried
{
type: 'people',
attributes: {
role: 'team_member', (i switch this to 'participant' and 'is_guest_speaker: true if i want to add guest speaker)
fields: [
{ id: 'email', value: participant.email }
],
},
is_guest_speaker: false
}
which doesnt give me an error but also doesnt do what I expect it to do.
I notice there is a different API to create moderators and guest speakers. https://developers.livestorm.co/reference/post_users. How do I tell the session to register these users as well
Posted by [email protected] 7 months ago
The email is invalid. It seems undeliverable.
Hello,
When registering for a event, with email address I am getting this error.
"The email is invalid. It seems undeliverable."
What are the requirements for email as this is a primary email with custom domain?
Many thanks,
Dee
Posted by Dee 8 months ago