Send chat messages on Zoom to either an individual user who is in your contact list or to a channel https://support.zoom.us/hc/enus/articles/200912909GettingStartedWithChannelsGroupMessaging of which you are a member. To send a message to a contact, provide the contact's email address in the to_contact field. Similary, to send a message to a channel, provide the Channel Id of the Channel in to_channel field.**Scopes:** chat_message:write, chat_message:write:admin** Rate Limit Label https://marketplace.zoom.us/docs/apireference/ratelimits#ratelimits :** Medium <p style="backgroundcolor:#e1f5fe; color:#01579b; padding:8px"> <b>Note: </b> For an<b> accountlevel</b> <a href="https://marketplace.zoom.us/docs/guides/gettingstarted/apptypes/createoauthapp">OAuth app</a>, this API can only be used on behalf of a user who is assigned with a <b><a href="https://support.zoom.us/hc/enus/articles/115001078646Usingrolemanagement#:~:text=Each

sendChatMessage(
  message,
  to_contact = NULL,
  to_channel = NULL,
  return_response = F
)

Arguments

message

The message to be sent.

to_contact

The email address of the contact to whom you would like to send the message.

to_channel

The Channel Id of the channel where you would like to send a message.

return_response

Whether to return the response instead of the response content. Defaults to FALSE.