cURL
curl --request PATCH \ --url https://platform.thena.ai/v1/emojis/actions/{teamId} \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "action": "create_ticket", "emojis": [ "white_check_mark" ] } '
{ "statusCode": 400, "message": "Team ID is required", "error": "Bad Request" }
Update multiple emoji actions for a team. This endpoint is only available for standard and enterprise tier organizations.
Enter your API key
Action to map against the emojis
"create_ticket"
Emojis to map against the action
["white_check_mark"]
Team ID is required