Step 1 : Find a large handkerchief
Step 2: Cry into it
That is just practice for what you are about to experience doing this.
The verify token is mainly irrelevant (it is there so that YOU know it comes from Meta, not the other way round), what you need to do is set up the endpoint to be GET and configure the parameters manually (not with initialise).
Pass back the (using return data) hub.challenge (which is a number BTW).
This will verify your endpoint. Now getting it to recognise the data … that is another thing
Hi!
I’m a newbie.
I read your solution but I couldn’t solve the problem.
The “return data from API” window doesn’t appear for me.
What did you type in the “token” field on whatsapp api?
If you are a newbie, I suggest you practice first with other more simple APIs or search for a whatsapp plugin in Bubble instead. Connecting to Meta’s APIs can be a pretty big headache.
Muito obrigado, pela ajuda, eu estava com o mesmo problema.
Vou deixar um dica pra que tá iniciando e que mesmo a sua dica fiquem um tempo sem entender.
Hey can you please make a loom video. Because I tried to make the same steps but I still don’t know how to get the verify tokens WhatsApp is asking for. Thank you.
I have managed to “initialize” the callback url following the posted steps. The next question is how to save data into bubble when meta send it to the callback url.
I understood the part about setting up a post event in the API connector but not sure how to obtain the “data/body” from the Meta callback url to post it as parameters in the Bubble post api?
Do you have more steps to assist and can you confirm if you are currently using WhatsApp Cloud Api in a production app?
Yeah you shouldn’t be trying to open that url. That url is used by Meta to send webhooks to your app. Read the docs at Meta for developers to learn how to enable webhooks.
Meta api integrations can be complicated, even after reading all the threads where I documented some of them, with the contribution of others. If you don’t have moderate-advanced experience with apis, I’d suggest you to practice with other more simple apis first or find someone to assist you.
Hey @pachocastillosr thx for your time. Yes its not for the Browser but I need still I need a Status Code: 200. I have a good exerpience with API just sticking a some steps like you did in the past and need some guidance