Hi,
I’m building an internal chatbot for our Zoom Gov account that posts automated notifications to a Team Chat channel. The app is a General App (OAuth) with Admin-managed configuration and the
imchat:bot scope. The client_credentials token is issued successfully.
However, when I POST to “api.zoomgov”, I get: {“code”: 2300, “message”: “This API endpoint is not recognized.”}
Questions:
- Is the Chatbot API (/v2/im/chat/messages) available on Zoom for
Government? - If so, what is the correct base URL for the chatbot endpoint on
Zoom Gov? - If not, is there a supported way to send messages as a bot
identity (not as a user) on Zoom Gov?
Thanks for any guidance.