POST
/
v1
/
emojis
/
actions
/
{teamId}
cURL
curl --request POST \
  --url https://platform.thena.ai/v1/emojis/actions/{teamId} \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "emojis": [
    "white_check_mark"
  ],
  "flow": "OUTBOUND",
  "action": "create_ticket"
}'
{
  "data": {
    "ok": true,
    "data": {}
  },
  "status": true,
  "message": "Emoji action created successfully!",
  "timestamp": "2025-07-15T11:38:09.817Z"
}

Authorizations

x-api-key
string
header
required

Enter your API key

Path Parameters

teamId
string
required

Body

application/json

Response

200
application/json

Success - Emoji action mappings created successfully

The response is of type any.