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" }
Create emoji action mappings for a team. This endpoint is only available for standard and enterprise tier organizations.
Enter your API key
Emojis to map against the action
["white_check_mark"]
Flow to map against the emojis
"OUTBOUND"
Action to map against the emojis
"create_ticket"
Success - Emoji action mappings created successfully