Chat
Toggle an emoji reaction on a message
Authorization
tenant-api-key x-api-key<token>
Tenant API key (backend only β never expose to a browser)
In: header
Path Parameters
id*string
Message CUID
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X POST "https://example.com/api/v1/chat/messages/string/reactions" \ -H "Content-Type: application/json" \ -d '{ "emoji": "π", "reactorExternalId": "user_abc123", "reactorName": "Dr. Smith", "roomId": "string" }'Empty