Create bot using zoom sdk

Description
Is there a way to create a kind of bot which will send welcome message to the participants when they join the meeting.

I made some code changes in sdk demo code and was able to send a message. But want the sender name to be something like ChatBot or something.

Am using windows c++ sdk. Any help much appreciated.

Hey @tp.sudhakar,

Thanks for using the dev forum!

If you are sending the users messages through the chat message interface, you would have to have a user in the meeting named ChatBot. As in, a separate user from the real users. You could show a message window to the user instead, however.

Thanks!
Michael