API endpoint: IM chat messages (GET /im/chat/sessions/{sessionId})
Description and usage: https://marketplace.zoom.us/docs/api-reference/zoom-api/im-chat/imchatmessages
As it is now, when we get the actual exchanged messages for a given session, we get the following attributes for each message:
{
“action”: “”,
“action_time”: “2019-05-07T17:42:27Z”,
“date_time”: “2019-05-07T17:42:27Z”,
“message”: “Some text”,
“sender”: “some_email@some_domain.com”
}
Do you think is it possible to provide a message_id for each message just as you provide a session_id for each session? It would be very handy for better tracking and consistency.
Best regards and thanks in advance.