Ask a question

Ask a Question
ANSWERED

Receive webhooks for event updates

Currently, we are only allowed to suscribe to when an event is either created or published <br> However, events can be updated on the fly either before or after they've been published. <br> Is there a way to subscribe for the event update, or do we have to poll events and update them in the databases ?
ANSWERED

How crucial is a business proposal writing service in Dubai?

A business proposal writing service in Dubai plays a pivotal role in shaping the success of ventures by crafting compelling proposals tailored to the region's unique market demands. With expertise in articulating strategies and insights, these services enhance the competitiveness of businesses seeking opportunities in Dubai's dynamic market landscape. Trust in a [Business Proposal Writing Service Dubai](https://www.businessplandubai.ae/business-proposal) to refine your proposals and elevate your chances of securing lucrative ventures.
ANSWERED

Join Session

How can user join session ?
ANSWERED

Incorrect nb_registered in webhook session.ended

Hello, We use a webhook triggered at the end of sessions to retrieve the sessions data and attendance. For some sessions the number of registered is different from the one displayed in livestorm interface and far below the nb of attended. Do you know what could cause these differences ?
ANSWERED

Integrating Livestorm Events with Salesforce Marketing Cloud

Good afternoon, I hope this message finds you well. I'm currently working on a project to integrate Livestorm events in our emails on Salesforce Marketing Cloud. As part of this process, I'm exploring ways to dynamically incorporate upcoming Livestorm event details into our email templates. I'm aware that Livestorm offers API access, and I'm particularly interested in leveraging this to pull event data directly into our email content. Could you provide any technical documentation or guidance on how to achieve this integration effectively? Specifically, I'm looking for information on: Authentication and authorization processes for accessing Livestorm's API (or webhook?). Endpoints and methods available for retrieving upcoming event information. Best practices or examples for dynamically inserting this data into HTML email templates. Any assistance or pointers you could offer would be greatly appreciated. Thank you in advance for your support! Best regards, Lily Branchereau STUDI
ANSWERED

Authentification sample

Hi, Not sure if I'm in the right place to ask this (newbie request) but I'm stuck testing an API token I've generated with the sample provided in the documentation :perplexe: (hey... I could have failed generating the token, at least, one step passed ...) I keep getting a 404 error with. the Test Authentification sample <https://developers.livestorm.co/reference/get_ping> (both with Header and OAuth2 authentification) - am I not supposed to copy/paste an API token with the right permissions in the AUTHORIZATION field ? I am missing something obvious, right ? Thanks for your help :) \+camille
ANSWERED

Regression on January 1st 2024 - "next_page" doesn't exist

Hello ! We have noticed an issue since January 1st 2024 (really just past midnight). We didn't change anything on our side that's why we are wondering if there is a change on yours. We basically call the following endpoint to retrieve the upcoming sessions : GET <https://api.livestorm.co/v1/events/81a35d81-xxxx-xxxx-xxxx-30951c9b8440/sessions?filter%5Bstatus%5D=upcoming> This endpoint returns a response containing a `next_page: 1` as defined in the documentation: <https://developers.livestorm.co/docs/pagination>. However when we call again the same endpoint but providing the page number: <https://api.livestorm.co/v1/events/81a35d81-xxxx-xxxx-xxxx-30951c9b8440/sessions?page%5Bnumber%5D=1&filter%5Bstatus%5D=upcoming> we got the following error: `{"errors":[{"title":"Invalid page value","detail":"1 is not a valid value for number page parameter.","code":"118","status":"400"}]}` It looks like the first call is returning a page that doesn't exist. Could you please confirm us if something on your side has been noticed / changed that could explain this error ? Thank you
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

Error 500

Hi I try to get the list of my events here : <https://developers.livestorm.co/reference/get_events> I use my api token. The connexion test returns 200. But the get_events returns 500 ... Same inside my php code. This code have been working form many years now, so I don't understand what's hapening now.
ANSWERED

Can we get the list of "Blocked" users ?

Hi ! As a pharmaceutical laboratory, we have many regulatory constraints. For example, we have to check that people accessing our webinars are in fact entitled to the veterinary drug, i.e. veterinarians registered with the Order. We carry out a manual check, then block access to those who don't have the rights (via the "exclude" function in Livestorm). Via API, can you tell us how to retrieve the list of blocked persons? Attribute in "people attribute"? Thanks by advance