Message interactions

You can list message interactions on a specific message using the following endpoint. In order to get a WhatsApp message, you must have an active WhatsApp channel and perform a HTTP request with a valid access key

WhatsApp supports the following message interactions:

InteractionDescription

Read

A user has read a message

Clicked

A user has clicked a quick reply button

Additional information about the interactions can be found in the details field and metadata.button object as follows:

Interactiondetailsmetadata.button.Description

Clicked

item_N_clicked

  • payload - user supplied payload sent in action button

Recipient clicked a quick reply button. N = the position of the item in the actions array of the associated message

Last updated