Does Zoom Chat have a Webhook/API for retrieving files sent by a user?

I’m trying to get the files/images sent by a user. I know I can retrieve all the files and message sent by a user by calling the List user’s chat messages API, but I wonder if there is a more convenient way for this (I just want the files, not text messages). The chat_message.sent Webhook does not trigger when a file is sent; it only triggers when a text message is sent.

Thanks in advance.

Hi @EdwardC
Thanks for reaching out to the Zoom Developer Forum, I am happy to help here!
Unfortunately, there is not workaround for this. You need to call the List Users Chat message endpoint and get the data you are looking for.

Hope this helps,
Elisa