65 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
2
votes
1
answer
77
views
400 Bad Request' when sending media template
I am building a workflow in N8N since i do not have a lot of coding experience.
Everything runs smoothly until I try to send a Template using the Whatsapp Node.
The credentials work, I can see my ...
Advice
0
votes
2
replies
54
views
How to show only selected available dates in WhatsApp Flow DatePicker?
I’m using WhatsApp Business API / WhatsApp Flows and the DatePicker component for booking appointments.
I want to show only a few specific available dates.
In my system I have a booking panel, that ...
0
votes
1
answer
238
views
Whatsapp Flows sending/publishing error (Integrity requirements)
I am developing a Meta app that uses the WhatsApp Cloud API to send messages to customers. Upon creation, Meta automatically generated a WABA and a test phone number, which have been very useful for ...
0
votes
1
answer
56
views
Is there a way to use on_select_action on TextInput?
Im trying to create a screen for address information collection. I need the remaining address fields (like street, city, state, etc.) to be automatically filled once the ZIP code (zipCode - a ...
1
vote
1
answer
73
views
Component 'Dropdown' is not allowed outside Form when Form component is present
Issue:
I am working with Meta's WhatsApp Flows and trying to implement a Dropdown component as part of my flow. However, I am encountering the following error:
Component 'Dropdown' is not allowed ...
1
vote
1
answer
97
views
How to auto-select the "Good" option in ChipsSelector in WhatsApp Flow JSON using Python backend?
I'm building a WhatsApp conversational flow using a JSON Flow definition and a Python backend workflow. I have a ChipsSelector in my Flow.json representing feedback options:
{
"type": &...
0
votes
1
answer
140
views
How can I show a component based on a specific value in a CheckboxGroup when the flow engine doesn't support array conditions?
I'm building a WhatsApp flow JSON where I use a CheckboxGroup to allow users to select multiple options. Based on the selected checkboxes, I want to conditionally display a group of radio buttons if a ...
0
votes
2
answers
490
views
Why is my WhatsApp Flow endpoint returning an error when showing a terminal screen after data exchange?
I'm building a WhatsApp Flow experience where the user selects a service type (e.g., get a daily update, ask a question, etc.). After the user selects one of the options (e.g., "daily update"...
0
votes
0
answers
93
views
Why is the WhatsApp Meta Flow Manager Interactive Mode failing with CORS error despite successful health check?
I am working with the WhatsApp Meta Flow Manager, and I am encountering a CORS error only when using the Interactive Mode. The "Run Health Check" returns a successful 200 status, but when I ...
-1
votes
2
answers
236
views
How to implement multilingual forms in WhatsApp Flows (dynamic labels based on language selection)?
I'm building a WhatsApp Flow with multilingual support. My idea is:
Let the user choose their preferred language via RadioButtonsGroup.
On selection, my backend receives the selected language via ...
0
votes
1
answer
187
views
WhatsApp Flows: RadioButtonGroup is missing required property "data-source"
I’m trying to use WhatsApp Flows to show users multiple options (for example: countries), and based on their selection, I want to give them a new set of options to select from (for example: cities).
I ...
0
votes
1
answer
320
views
WhatsApp Flows: validation errors not displaying under form fields
I'm building a WhatsApp Flow with a data_exchange action. When validating user input (e.g. time format on the BIRTH_DETAILS screen), I return a 200 OK response with the expected JSON format:
{
"...
0
votes
1
answer
413
views
Not receiving INIT action from WhatsApp Flows after sending an interactive flow or template?
Can someone please advise how to get the INIT action?
I expect the INIT action to be triggered automatically when the user taps the 'Fill form' button to open the form from the message sent to them.
I ...
0
votes
1
answer
527
views
WhatsApp Cloud API Flow Integration – Not Receiving Full Flow Submission Data
I'm trying to integrate WhatsApp Cloud API Flows (without endpoint) into my Node.js backend. My goal is to send a Flow via a template button and receive the form submission response in my /webhook ...
1
vote
1
answer
307
views
Text format for sending a parameter with a WhatsApp template
I'm trying to send parameters in the payload of a WhatsApp template, but I'm struggling find the right format. I have a python script that sends the template and it's logs seem to indicate that I am ...