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
Success - Emoji action mappings created successfully
The response is of type any.
any