/ Platform API
Platform API
    Chat Platform API v3
    Chat Platform API
    Chat Platform API
    Version 3

    Enable reactions

    Copy link

    This action turns on and off message reactions in a Sendbird application. Reactions must be turned on to use emojis as reactions.

    Note: Currently, this action is only available in group channels.


    HTTP request

    Copy link
    PUT https://api-{application_id}.sendbird.com/v3/applications/settings/reactions
    

    Request body

    Copy link

    The following table lists the properties of an HTTP request that this action supports.

    Required
    Property nameTypeDescription

    enabled

    boolean

    Determines whether to turn on message reactions in the application. (Default: false)

    {
        "enabled": true
    }
    

    Response

    Copy link

    If successful, this action returns the information on message reaction status in the response body.

    {
        "reactions": true
    }
    

    In the case of an error, an error object is returned. A detailed list of error codes is available here.