Ask a question

Ask a Question
ANSWERED

Getting a "Internal error" while posting new event

Hi, I'm getting an error while posting a new event through API. This is the payload: ``` {'data': {'attributes': {'title': 'TEST 123', 'description': '<p>Questo รจ un test ma la descrizione deve essere breve.</p>'}, 'type': 'events'}} ``` As you can see there's an "รจ" that seems to crash the request: I get a 500 error with an html page. I tried to use HTML entities, but then I had an 422 Unprocessable Entity error saying "1:19: FATAL: Entity 'egrave' not defined". I hope you can look into this and sort it out. Let me know if you need more details!
ANSWERED

Questions about API token.

Hey guys, can you help me with a little problem I'm facing with the livestorm api token? When I make the requests, the API returns the 403 error of blocked workspace but when I test the ping request it works... Do you know what this could be and how to fix it? Request: URL: https://api.livestorm.co/v1/events Method: GET Authorization: {Api_Token} Response: 403
ANSWERED
ANSWERED

Configure Headers for Webhook request being sent

Hi I have configured Webhook to send a notification my one of my mockserver when an event ends. It is working perfectly fine. However for it work with the integration platform it requires couple of headers for authentication. I am not able to figure out where to configure header information for the request being sent from Livestorm to our integration platform. As the integration platform will reject the message if it does not contain client_id and client_secret in its header. Please see below for the default headers received when used mockserver x-forwarded-for: "xxxxxxxxx" x-forwarded-proto: "xxxxxxxxx" x-forwarded-port: "xxxxxxxxx" host: "d8f25a4c-1a27-4e75-8d44-0afd9b1c971b.mock.pstmn.io" x-amzn-trace-id: "Root=1-636b3254-09f4808e239a39915ade73c2" content-length: "91186" content-type: "application/json" user-agent: "Faraday v1.0.1" accept-encoding: "gzip;q=1.0,deflate;q=0.6,identity;q=0.3" accept: "*/*" x-datadog-trace-id: "1931447145563837" x-datadog-parent-id: "214714226957904" x-datadog-sampling-priority: "0"
ANSWERED

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
ANSWERED

How to connect

How to connect clients to an event automatically ? is there an endpoint for that ?
ANSWERED

How to use the Community Forum?

How can you use the Community tab? Check out the response below! ๐Ÿ‘‡
ANSWERED

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
ANSWERED

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
ANSWERED

workspace blocked

Hi guys, i am facing a problem regarding livestrom api token. when i out request it gives me 403 error says " your api access to your workspace is blocked" can you help me please. FYI: it is a test account for my organization