Sending bot messages

Hi,

I want to create chatbot and send messages from bot.
Now I’m trying test request, but it’s doesn’t work.
My current problem is to_jid and account_jid.
Where can I find these ID?

thanks,

Hi @watanabe,

You can get the to_jid using the List Chat Channel API[0] and account_Id from the retrieve user API[1]. Also, we have provided another link describing each property as well[3]. Let us know if you have any more questions.

  1. https://marketplace.zoom.us/docs/api-reference/zoom-api/im-chat/getchatchannels
  2. https://marketplace.zoom.us/docs/api-reference/zoom-api/users/user
  3. https://marketplace.zoom.us/docs/guides/guides/building-a-chatbot/engaging-with-im-channels

Thanks

Thanks for your answer.
Problem has been solved.

1 Like