How to start a meeting from a chat group with rest api?

My scenario  is like below:

  1. Create a chat group with some users with REST API.

  2. Start  meeting for the chat group with REST API, which like click the start meeting button manually in the desktop client.

Searched rest api document for step2, but found nothing.

Is it possible for step2 with rest api?

 

 

Hi Fei, 

A way you can send a message to start a meeting with a link is though our chat bot API within our marketplace. Here is link to our documentation on how to get started -https://devdocs.zoom.us/docs/chat-bot-apihttps://github.com/zoom/zoom-bot-api.

Here is a link to customize your chat messages - https://devdocs.zoom.us/v1.0/reference#send-message-templates

Thanks