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

KeyDescriptionConstraints
message_idMessage Id to send reaction toMust not be older than 30 days
emojiEmoji to react with
  • Can be normal emoji
  • Should not be in 8-bit, 32-bit format
  • 16-bit format emojis are also supported

Did this page help you?