whatsapp-business-java-api icon indicating copy to clipboard operation
whatsapp-business-java-api copied to clipboard

ButtonSubType FLOW does not exists on enum

Open Ihury opened this issue 1 year ago • 1 comments

This request works on WhatsApp Business API, but I don't have the FLOW subtype on wrapper.

{
  "messaging_product": "whatsapp",
  "recipient_type": "individual",
  "to": "...",
  "type": "template",
  "template": {
    "name": "...",
    "language": {
      "code": "pt_BR"
    },
    "components": [
      {
        "type": "body",
        "parameters": [
          {
            "type": "text",
            "text": "..."
          },
          {
            "type": "text",
            "text": "..."
          },
          {
            "type": "text",
            "text": "..."
          },
          {
            "type": "text",
            "text": "..."
          }
        ]
      },
      {
        "type": "button",
        "sub_type": "flow",
        "index": "0"
      }
    ]
  }
}

Ihury avatar Oct 18 '24 22:10 Ihury

Hello and welcome! We're glad to see that you've opened your first issue. We appreciate your contribution and would love to hear more about the problem you're experiencing. Our team is actively monitoring this repository and we will do our best to respond to your issue as soon as possible. Thank you for using our project and we look forward to working with you!

github-actions[bot] avatar Oct 18 '24 22:10 github-actions[bot]