Skip to main content

Questions tagged [whatsapp-cloud-api]

The tag has no usage guidance.

whatsapp-cloud-api
-1 votes
0 answers
20 views

How to add multiple CTA Buttons and Options in Whatsapp Meta API?

I'm building this App for which using this Meta Whatsapp API, I need to send 2 CTA buttons, but currently stuck on 1. In Addition to this, I also need to add 1 "reply" button, any ...
Awanish Mishra's user avatar
0 votes
0 answers
16 views

How to give Prefilled Options in Meta Whatsapp API

I want to know how can we send some prefilled options in our Meta Whatsapp Template? This is my template which contains of 1 RadioButtons and 2 Checkboxes, I made this using "flow" (...
Awanish Mishra's user avatar
-1 votes
0 answers
20 views

How to send Url using Whatsapp Meta API?

I'm trying to send a message which opens a given URL when we click on the button. I've made a template as well on the meta official developers page, but its taking too long to send, approximately 50-...
Awanish Mishra's user avatar
0 votes
0 answers
37 views

WhatsApp payload validation fails for media types

I am using Power Platform Cloud Flows (similar to Logic Apps) to receive messages from WhatsApp through webhooks. I have created a "When an HTTP Request is received" trigger. We are trying ...
V.M's user avatar
  • 93
0 votes
0 answers
17 views

Testing Product Catalog APIs with WhatsApp Messaging

We are building a platform for WhatsApp business messaging. For this, we need to test the product catalog messaging APIs. However, it seems there is no way to do so without creating a public business ...
Suman Roy's user avatar
  • 673
0 votes
0 answers
61 views

I can't configure webhook url for whatsapp cloud API

I'm trying to configure the webhook. I watched a lot of videos using platforms like Heroku or ngrok. But I already have a server, Hostinger Brasil. The problem is that the URL I put in the ...
Mares's user avatar
  • 51
0 votes
1 answer
53 views

Send images to Whatsapp in Python using the Cloud API

How to send an image to Whatsapp in Python using the Cloud API? As far as I understood, the process is: Upload an image to Meta, and get its ID Send the image, indicating its uploaded ID Sources: ...
Fabio Castro's user avatar
0 votes
0 answers
61 views

How to input dynamic value in whatsapp flow json?

I am trying to input dynamic value in whatsapp flow using json and gettin the following error. { "version": "3.1", "screens": [ { "id": "&...
Ishant Jindal's user avatar
0 votes
1 answer
66 views

Error 404 when sending WhatsApp template message with variable in Node.js

I'm trying to send a WhatsApp template message using the flow API as described in this guide. The template sends correctly when there's no variable in the body, but fails with a 404 error when I ...
Omar Jabban's user avatar
0 votes
0 answers
24 views

Whatsapp Webhook API not working on cPanel

(https://i.sstatic.net/gVF6HTIz.png) (https://i.sstatic.net/GPabyiiQ.png) I am trying to integrate the Whatsapp API Webhook on a Node.JS server on cPanel. I have copied the code from the docs and it ...
That_UK's user avatar
0 votes
1 answer
49 views

Add Twilio phone number to WHATSAPP by cloud API

Through a Twilio account, I purchase a number and add it to WABA by CLOUD API as follows: curl --location 'https://graph.facebook.com/WABA_ID/phone_numbers' \ --header 'Content-Type: application/json' ...
Hodaya Shalom's user avatar
0 votes
0 answers
21 views

Accessing Whatsapp API account from mobile/web

we've successfully set up a Whatsapp API account and can programmatically receive (soon send) messages. However, I'd like to link the same account to phone/web to easily read/send/receive messages ...
user25545065's user avatar
0 votes
1 answer
37 views

Hub parameters are not arriving to my callback URL in WhatsApp Business API

I'm implementing the WhatsApp Cloud API, one of the steps to do it it's subscribe to webhooks and verify them using three parameters: hub.mode, hub.challenge and hub.verify_token. We have tried ...
user25498655's user avatar
0 votes
0 answers
68 views

WhatsApp Flows Failed to execute 'atob' on 'Window'. The string to be decoded is not correctly encoded

We are getting the following error in WhatsApp flows: "Failed to execute 'atob' on 'Window'. The string to be decoded is not correctly encoded." This occurs after "on-select-action"...
Rodolfo Rocha's user avatar
0 votes
0 answers
46 views

How to capture multiple responses from a user in a n8n workflow using Meta's WhatsApp API?

I'm new to n8n and I'm facing an issue while capturing multiple responses from a user in a workflow. Context: I have a workflow where: A user sends a message via WhatsApp. A webhook (POST) receives ...
Julian Ignacio Caloggi's user avatar

15 30 50 per page
1
2 3 4 5
13