Automate sending messages

Hey @prasanth.pendham,

You can send messages to channels now with POST /im/chat/messages, by passing in a Channel JID as the to_jid. This can be accomplished using a Chatbot, or OAuth App Type.

To find a channels to_jid here is how you call the Get channels endpoint (note this is deprecated, but will be replaced by the new Chat API’s coming later this month)

Here is a tutorial on how to create a Chatbot from scratch,

https://marketplace.zoom.us/docs/guides/chatbots/build-a-chatbot

Here is a tutorial on how to quickly send/test Chatbot messages,

https://marketplace.zoom.us/docs/guides/tools-resources/postman/using-postman-to-test-zoom-chatbots

And here is a sample app using our Chatbot NPM package.

Let me know if that helps!

Thanks,
Tommy