> ## Documentation Index
> Fetch the complete documentation index at: https://docs.heybot.cloud/llms.txt
> Use this file to discover all available pages before exploring further.

# Mensajes con botón

Esta referencia describe los eventos de activación y el contenido de la carga del webhook messages de la cuenta de WhatsApp Business para mensajes con botón de respuesta rápida.

## **Cuando ocurre**

* Un usuario de WhatsApp toca un botón de respuesta rápida.

## **Ejemplos**

```json theme={null}
{
  "id": "wamid.HBgLMTY1MDM4Nzk0MzkVAgASGBQzQUQ0N0VFMDA2MTQ0RkJFNkNDNAA=",
  "timestamp": 1750275992,
  "channel": "whatsapp",
  "event": "message",
  "type": "button",
  "button": {
    "payload": "<BUTTON_LABEL_TEXT>",
    "text": "<BUTTON_LABEL_TEXT>"
  },
  "from": {
    "id": "16505551234",
    "display_name": "Sheena Nelson",
    "phone_number": "16505551234",
    "username": null
  },
  "to": {
    "phone_number": "15550783881",
    "phone_number_id": "106540352242922"
  },
}
```
