API Endpoint(s) and/or Zoom API Event(s)
Zoom API Event - Chat: chat_message.sent
Zoom Chat API Endpoint: GET /report/chat/sessions
Description
When a message is sent, the session_id
inside a webhook is different from the one returned from the endpoint.
How To Reproduce
Steps to reproduce the behavior:
- Send a message (
POST https://api.zoom.us/v2/chat/users/me/messages
) - Receive a webhook including the
session_id
“24tsvv9arweboran7dwcsa:jtqheatwrleh3r-pmxh1ka” - Get chat sessions reports (
GET https://api.zoom.us/v2/report/chat/sessions?from=2022-04-21&to=2022-10-21
) - The
id
inside thesessions
is “9138d3f8725b5882fb1ff52650254b822bcf6df18fac2170764623b74ae67580”