Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ButtonSubType FLOW does not exists on enum #221

Open
Ihury opened this issue Oct 18, 2024 · 1 comment
Open

ButtonSubType FLOW does not exists on enum #221

Ihury opened this issue Oct 18, 2024 · 1 comment

Comments

@Ihury
Copy link

Ihury commented Oct 18, 2024

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"
      }
    ]
  }
}
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant