v1

latestOpenAPI 3.0.02026-07-1412360190.8 KB
Conversations

Adds a message to a conversation

Adds a message to the given conversation. This operation can be only performed on behalf of a user who is already a member of the conversation. OauthScopes: WRITE_CONVERSATIONS, CREATE_CONVERSATIONS_CONTENT

post/conversations/{convId}/messages

Path parameters

convIdstring required

The ID of the conversation to which the new item has to be added

Response

Gets the new text item object

convIdstring

The ID of the conversation the item belongs to

creationTimenumber

UTC timestamp when the item was created

creatorIdstring

The ID of the user who created the conversation item

includeInUnreadCountboolean

Indicates whether the item is included in the unread message count

itemIdstring

The ID of the item

modificationTimenumber

UTC timestamp when the conversation was modified

typestring

The type of the conversation item. It can be one of the following TEXT, SYSTEM or RTC