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