SendChatMessage
Send Message in the specified Chat.
Input
Name | Type | Required | Description |
ChatId | String | True | The Id of the Chat to which message has to be sent. |
ContentType | String | False | The ContentType of the Message Content of the Message to be sent.. |
Content | String | True | The Content of the Message to be sent. |
Importance | String | False | Importance of the message to be sent. Default value is normal.
The allowed values are normal, high, urgent. |
Mention | String | False | Comma Separated MentionText and MentionUserId values. In case of multiple MentionText and MentionUserId pair, enter the Semicolon separated pairs. eg: MentionText1,MentionUserId1;MentionText2,MentionUserId2 |
Attachment | String | False | Comma Separated AttachmentContentType and AttachmentContentUrl values. In case of multiple pairs, enter the Semicolon separated pairs. eg: AttachmentContentType1,AttachmentContentUrl1;AttachmentContentType2,AttachmentContentUrl2 |
Result Set Columns
Name | Type | Description |
Success | String | Whether the operation was successful. |