---
title: "POST /reaction.create"
method: POST
path: "/reaction.create"
tags: ["reaction"]
---

# POST /reaction.create

`POST /reaction.create`

创建消息 Reaction

## Request body

- object
  - `vchannel_id` string, required — 消息所在的频道
  - `key` string, required — 想要加 sticker 的 message 的 key
  - `reaction` string, required — 想要添加的 reaction 名

## Response `200`

request success

- MessageReaction — 消息 Reaction
  - `id` string
  - `uid` string
  - `team_id` string
  - `message_id` string
  - `message_key` string — 消息唯一索引 key
  - `reaction` string — reaction 名
  - `created_ts` integer — 消息创建时间戳
  - `created` string, data-time — 创建时间
  - `updated` string, data-time — 更新时间

## Other responses

- `default` — request fail

## Changes

- **2018-10-25** `af2ef45fcabb` — 1 info
  - endpoint added
- **2017-03-13** `ef71aa691171` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/bearyinnovative/apis/beary-openapi/changes/reaction.create/post.md)

---

[API](https://skmtc.dev/bearyinnovative/apis/beary-openapi.md) · [All operations](https://skmtc.dev/bearyinnovative/apis/beary-openapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bearyinnovative/beary-openapi/revisions/6e42a0e2d730/schema)
