Outbound Reactions
Businesses can react to user's message with an emoji. This feature is available for CAPI users i.e. when WhatsApp docker is hosted in Meta cloud
{
"msgId": "",
"emoji": "",
"type":"reaction"
}
Payload Description
Key | Description | Constraints |
---|---|---|
message_id | Message Id to send reaction to | Must not be older than 30 days |
emoji | Emoji to react with | - Can be normal emoji - Should not be in 8-bit, 32-bit format - 16-bit format emojis are also supported |
Updated about 1 year ago