Share feedback, ideas and get community help

D
F
M
a
g

Dealing with WhatsApp Message Types

What happens if the user's message was not a text or button, if he sends an image or audio? Is there any filter?
Attachment
image.png
V
M
P
15 comments
I'm also trying to dealing with this.
In the previous version you could just use a Text Block and do an if like this to separate text from file.
Attachment
image.png
Unfortunately, it has been modified in the current version, and now you must pre-emptively know what the user will send you.
on the webhook that the meta send is a array with the field message type, this may can be used, but the message use is a internal variable, no show on the flow
User message should be possible see on the flow with the name of message type
I thing a way to solve this is use a external webhook and just send to typebot if the type of message is not a text or replay to a button.
I'm not sure if I understand what you mean.
What I mean is that this was possible before:
Attachment
image.png
But it's not possible in the current version.
So, if you self-host an older version (what I'm doing) you can still do that.
with this way, is possible, but the users need send 2 messages to start,
This two messages requirement was fixed in the current version.
but in this flow you share, when user send anything, will wait the input for message
Yes, the user starts the flow.
I tried to do it this way but when I send an image, I receive the message "Invalid message. Please, try again."
Is there any way to obtain the URL of the image sent by the WhatsApp user?
Add a reply
Sign up and join the conversation on Discord
Join