Ask a question
Ajouter une personne à une session
Bonjour,
Dès lors que je tente d'ajouter une personne, j'ai l'erreur suivante :
[title] => Missing Parameter
[detail] => The required parameter, data, is missing.
[code] => 106
[status] => 400
Voici les données envoyées :
{"data":{"type":"people","attributes":{"fields":[{"id":"first_name","value":"John"},{"id":"last_name","value":"Doe"},{"id":"email","value":"[email protected]"}],"referrer":"","utm_source":"","utm_medium":"","utm_term":"","utm_content":"","utm_campaign":""}}}
Posted by Webmaster CBA 5 months ago
Webhook event people.registered response discrepancy
Hi !
We are currently using the people.registered event to trigger a webhook from our app.
But it seems that the response we get from this event is different from what is specified in your documentation (https://developers.livestorm.co/docs/webhooks-1#peopleregistered).
Did I miss something?
Here is an example of the response we get from the event :
```json
{
"attendee": {
"avatar_link": null,
"browser_name": "Samsung Browser",
"browser_version": "18.0",
"connection_link": "https://app.livestorm.co/p/xxx4",
"created_at": "2022-09-05T11:10:05.041Z",
"email": "xxx.com",
"fields": {},
"first_name": "xxx",
"identify": "1xxx",
"ip_city": "xxx",
"ip_country_code": "FR",
"ip_country_name": "France",
"last_name": "Prat",
"os_name": "Android",
"os_version": "12",
"password_key": "xxx",
"referrer": null,
"screen_height": "854",
"screen_width": "384",
"utm_campaign": null,
"utm_content": null,
"utm_medium": null,
"utm_source": null,
"utm_term": null
},
"calendar_event": {
"attendee": {
"avatar_link": null,
"browser_name": "Samsung Browser",
"browser_version": "18.0",
"connection_link": "https://app.livestorm.co/pxxx",
"created_at": "2022-09-05T11:10:05.041Z",
"email": "[email protected]",
"fields": {},
"first_name": "xxx",
"identify": "xxx",
"ip_city": "xxx",
"ip_country_code": "FR",
"ip_country_name": "France",
"last_name": "Prat",
"os_name": "Android",
"os_version": "12",
"password_key": "xxx",
"referrer": null,
"screen_height": "854",
"screen_width": "384",
"utm_campaign": null,
"utm_content": null,
"utm_medium": null,
"utm_source": null,
"utm_term": null
},
"webinar": {
"created_at": "2021-11-29T09:28:08.819Z",
"estimated_duration": 4500,
"estimated_started_at": "2021-12-07T13:30:00.000Z",
"identify": "xxx",
"nb_registered": 660,
"published_at": "2021-11-29T09:40:38.692Z",
"registration_link": "https://app.livestorm.co/p/xxxx",
"room_link": "https://app.livestorm.co/p/xxxx/xxx",
"slug": "developper-sa-notoriete-sur-instagram-et-les-reseaux-sociaux",
"title": "développer sa notoriété sur Instagram et les réseaux sociaux"
}
}
}
```
Posted by [email protected] 3 months ago
Sondage modal centrée avec choix d'afficher ou pas les résultats
Bonjour Jean-Noël,
Les sondages actuels s’affichent par dessus l’encart de chat ce qui le masque totalement.
Nous souhaitons avoir l’affichage des sondages en popup (modal) centré sur l’encart de la vidéo.
De plus nous souhaitons avoir le choix d’afficher ou non les résultats des sondages dans cette même popup aux personnes y ayant répondu.
Je suis preneur de toutes informations pouvant m'aider à son développement ne se trouvant pas dans la documentation.
Posted by Olivier 6 months ago
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"
Posted by Vijay Anantuni 2 months ago
How can I get list of speakers without pagination?
I'm trying get all speakers with endpoint `https://api.livestorm.co/v1/sessions/{session-id}/people`. And I do a lot of pagination requests to filter persons on `"is_highlighted": false` and `"is_guest_speaker": false`.
Posted by monochromer 2 months ago
How to get person job post field?
In admin panel there is a "job title" field. How to get this field via API?
Posted by monochromer 2 months ago
When is people.attended triggered ?
Hello !
I have a question regarding the people.attended webhook event, which seems to be triggered right after a session starts.
I don't understand how this event can return a payload with the attendance_rate info when the session only started?
Thank you in advance for your help
Posted by Julien Du about 1 month ago