playAPI PLUS

1. Mensagem com Botões

{
    "number": "{{number}}",
    "contents": {
        "type": "button",
        "body": {
            "text": "Texto do Botão"
        },
        "action": {
            "buttons": [
                {
                    "type": "reply",
                    "reply": {
                        "id": "1",
                        "title": "Botão 1"
                    }
                },
                {
                    "type": "reply",
                    "reply": {
                        "id": "2",
                        "title": "Botão 2"
                    }
                },
                {
                    "type": "reply",
                    "reply": {
                        "id": "3",
                        "title": "Botão 3"
                    }
                }
            ]
        }
    }
}

2. Mensagem com Lista

4. Solicitar Localização

5. Botão Dinâmico

6. Botão Carrosel

7. Enviar pix

8. Enviar solicitacao pagamento

Atualizado