Create ChatRoom with 100 users (say), email id of users in csv file

Description/Error
Often i need to chat with random # of users on same topic, i send them email & follow up over zoom chat
from UI the manually way is time consuming, chat room creation does not take all ids simply with copy & paste

Which Endpoint/s?
from computer

How To Reproduce (If applicable)
Steps to reproduce the behavior:
i am new to api way to handle this

I was looking for powershell module for zoom, but do not see one

Screenshots (If applicable)
NA

Additional context
Given aboove

thanks

Hey @Ravish,

Currently we do not have an API endpoint for creating a Zoom Chat channel or inviting users based on a list (in your case a CSV).

Depending on how familiar you are with coding, you could write an application that loops over your list of users and sends them a chat message using the Chatbot Send Message endpoint, or the send IM message endpoint.

Let me know if this helps!

Thanks,
Tommy