/reactions.add
POST
/reactions.addAdds a reaction to an item.
Request
Header Params
token
string
required
Authentication token. Requires scope: reactions:write
Body Params application/x-www-form-urlencoded
channel
string
required
Channel where the message to add reaction to was posted.
name
string
required
Reaction (emoji) name.
timestamp
string
required
Timestamp of the message to add reaction to.
Request samples
Responses
Typical success response(200)
Typical error response(500)
Typical success response
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
ok
#/definitions/700149required
Exampleresponse
{
"ok": true
}
Last modified: a year ago