POST {{baseUrl}}/chat/users/:userId/messages
Sends chat messages on Zoom to either an individual user who is in your contact list or to a channel of which you are a member. For user-level apps, pass the To send a message to a contact, provide the contact's email address in the Scopes: Note: For an account-level OAuth app, this API can only be used on behalf of a user who is assigned with a role that has the Edit permission for Chat Messages.me
value instead of the userId
parameter.to_contact
field. To send a message to a channel, provide the channel's ID in to_channel
parameterchat_message:write
, chat_message:write:admin
Rate Limit Label: Medium
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Content-Type
|
string | ||
Accept
|
string |
RESPONSES
status Created
{
"id": "<string>"
} |
ENDPOINTS