---
title: "Add a Reaction emoji to a pack"
method: POST
path: "/reaction-emojis/"
---

# Add a Reaction emoji to a pack

`POST /reaction-emojis/`

## Request body

- object
  - `pack_id` string, required — The ID of the Reaction pack to add the emoji
  - `name` string, required — The name of the reaction emoji
  - `file` string, binary, required — The reaction emoji image file
  - `order_index` integer — Optional index to order the emoji in the reaction pack. Smaller numbers sort first.

## Response `201`

201

- object
  - `id` string
  - `url` string
  - `name` string
  - `pack_id` string
  - `pack_url` string
  - `pack_name` string
  - `file` string
  - `order_index` integer
  - `mimetype` string

---

[API](https://skmtc.net/livelike/apis/engagement-suite.md) · [All operations](https://skmtc.net/livelike/apis/engagement-suite/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/livelike/engagement-suite/revisions/f3171d1c30f7/schema)
