Enable reactions
This action turns on and off message reactions in a Sendbird application. Reactions must be turned on to use emojis as reactions.
HTTP request
Note: If you are using the in-app channel in Delight AI agent, the endpoint for your API request should start with
https://api-{application_id}.svc.delight.ai/v3instead ofhttps://api-{application_id}.sendbird.com/v3. For more details, refer to our Delight AI agent guide.
Request body
The following table lists the properties of an HTTP request that this action supports.
Required
| Property name | Type | Description |
|---|---|---|
enabled | boolean | Determines whether to turn on message reactions in the application. (Default: |
Response
If successful, this action returns the information on message reaction status in the response body.
In the case of an error, an error object is returned. A detailed list of error codes is available here.