chat me Message
POST {{baseUrl}}/chat.meMessage
Share a me message into a channel.
Request Body
[{"name"=>"channel", "value"=>"<string>", "datatype"=>"string"}, {"name"=>"text", "value"=>"<string>", "datatype"=>"string"}]
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
token | string | Authentication token. Requires scope: chat:write | |
Content-Type | string |
RESPONSES
status: OK
{"ok":"\u003cboolean\u003e","channel":"\u003cstring\u003e","ts":"\u003cstring\u003e"}