Send chat message to a user. <aside>Note: This API only supports OAuth 2.0.</aside>**Scope:** imchat:write ** Rate Limit Label https://marketplace.zoom.us/docs/apireference/ratelimits#ratelimits :** Medium

sendImMessages(chat_user = NULL, message = NULL, return_response = F)

Arguments

chat_user

The email address registered with Zoom or the userId of the chat user.

message

IM message content.

return_response

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