#Whatsapp Interactive Message

1 messages · Page 1 of 1 (latest)

main niche
#

Based on WA docs https://developers.facebook.com/docs/whatsapp/cloud-api/reference/messages/#interactive-messages

Any chance to implement this feature baptize? there is many interactive message that will make whatsapp to be real chatbot with complete function and there is Flow Whatsapp that can enable opt in form too

I already solve this with http request on n8n to call this feature but the problem is it make to many if else function on typebot cause the response from http request block to n8n to set each response from list message so i guess it will be nice to have message block for whatsapp on typebot menu, what do you think?

silver sentinel
#

Hi ! Can you share your json for n8n that you integrated with Typebot ?

main niche
#

You mean when i call http request with n8n webhook?

silver sentinel
#

you said "I already solve this with http request on n8n " how you did it ?

main niche
#

Actually you can go through with endpoint api on this docs https://developers.facebook.com/docs/whatsapp/cloud-api/reference/messages/#interactive-messages but because i need more function so im using n8n

To do this you just need to create Webhook node on n8n and create your flow on there in this case im using 2 other node "Whatsapp Cloud" and "http request" then copy your webhook endpoint on n8n to http request on typebot blocks (all variables on typebot will be send on the body so you dont need create custom body)

So the logic is you are send message with whatsapp graph endpoint on n8n and capture the response based on text to create more if else function on typebot

main niche
#

Oh nice thanks baptize