Only one comment.

  1. Renato

    example of payload
    {
    "sender_id": ***,
    "interactive": {
    "body": {
    "text": "Ajudo em algo mais?"
    },
    "type": "button",
    "action": {
    "type": "reply_button",
    "button": "",
    "buttons": [
    {
    "id": "sim",
    "type": "reply",
    "title": " SIM"
    },
    {
    "id": "nao",
    "type": "reply",
    "title": "NÃO"
    }
    ],
    "sections": []
    },
    "footer": null,
    "header": null
    },
    "recipient_number": ***
    }

Add a new comment.