Questions tagged [whatsapp-cloud-api]
50 questions
2
votes
1 answer
WhatsApp API template message with video not sending
I am trying to send a WhatsApp message using the WhatsApp API with a template that includes a video. When I send templates without media content, they are successfully delivered. However, when I include a video in the template, the message is not…

syntax412
- 81
- 1
- 9
1
vote
0 answers
Whatsapp "address_message" type interactive message is not opening
I'm trying to send an interactive message on Whatsapp, of type "address_message", as per the Facebook documentation given below.
https://developers.facebook.com/docs/whatsapp/api/messages/address-messages
Here is my request payload:
{
…

Anup Kumar Panwar
- 55
- 1
- 7
1
vote
0 answers
How to retrieve WhatsApp Graph api information with endpoints
I wanted to know how I can retrieve the contact list and the messages themselves through the endpoint with the whatsapp api, I can't understand how to get this information. And basic information like profile picture and other basic contact…

Duas Vias
- 25
- 5
0
votes
1 answer
Whatsapp message template with status Active – Quality pending couldn't be sent. Getting "(#132001) Template name does not exist in the translation"
{
"error": {
"message": "(#132001) Template name does not exist in the translation",
"type": "OAuthException",
"code": 132001,
"error_data": {
"messaging_product": "whatsapp",
"details":…

GAYATHRI K
- 31
- 1
- 2
0
votes
0 answers
Whatsapp business API webhook sends multiple responses
I am creating a whatsapp business api app that replies to whatsapp messages with a messages I have received from my API. However, it is triggerring multiple times after the initial messages has been sent.
app.post("/webhook", (req, res) => {
//…

callan george
- 13
- 2
0
votes
1 answer
Can't return response via webhook with Whatsapp Business Cloud API
I am trying to return a response generated from an API call via whatsapp through the use of the Whatsapp business cloud API and a webhook. I can log the message and it is correct however when I return it by using the webhook it does not then get…

callan george
- 13
- 2
0
votes
1 answer
Nodejs: How to send multiple messages with whatsapp api cloud?
I have a problem, when I send multiple messages to whatsapp through the api webhook it falls in a loop even though I am validating returning a 200 status for each message sent
I have a cycle to send the messages one by one that I store in an array…

Izlia
- 235
- 1
- 2
- 18
0
votes
0 answers
deleting whatsapp account in facebook business manager
Your account has attached phone number(s) that may be sending messages on WhatsApp. Delete your phone number(s) first to delete your account.Learn more
facing this problem
i tried all the that i found in meta documentation.as i want to delete test…

Juber Sheikh
- 9
- 2
0
votes
1 answer
Need to check if a phonenumber in my contact is using whatapp or not
I am creating a refer module where I will show a list of contact.when I click a particular number I need to open whatapp with prefilled message and image.Here I need to how to open that particular number message window with prefilled message
I tried…
0
votes
0 answers
The URL couldn't be validated. Response does not match challenge, expected value="802376652", received="null"
When I am trying to configure meta webhook using AWS API as callback URL for my lambda function, I am getting an error: The URL couldn't be validated. Response does not match challenge, expected value="802376652", received="null"
Here is my lambda…

Amit Chandra
- 1
- 2
0
votes
2 answers
How to download a voice note through WhatsApp API?
I have an endpoint that is supposed to make a call to the WhatsApp API with the Media URL just like they said to do here: https://developers.facebook.com/docs/whatsapp/cloud-api/reference/media#download-media, and just return it the same way it was…

Davia
- 73
- 10
0
votes
0 answers
How to get out of loop Webhook Whatsapp Api Cloud?
I have a webhook set up on the WhatsApp API Cloud with my own phone number. I worked on an application in NodeJS Express and TypeScript to be able to listen to WhatsApp events on my server.
The project is a chatbot. When I receive a message, I…

Izlia
- 235
- 1
- 2
- 18
0
votes
0 answers
How to find app_secret for whatsapp business api
I was doing coding in node js but in that it there is requirement of setup like…
0
votes
1 answer
Is it possible to get whatsapp business account ID and phone number ID using only the access token with an API?
Facebook has the following API -
https://graph.facebook.com/API_VERSION/me?fields=FIELDS&access_token=ACCESS_TOKEN
Does WhatsApp have a similar API where I can get all account information, such as phone number ID and business account ID, by using…

Neha
- 73
- 6
0
votes
0 answers
Media download return whatsapp api url
I would like to know what the type of return of the image is, because when I use an application like insomnia it returns the image itself and as I am programming it in laravel to be able to save it in the database I need to know what its return is…

Duas Vias
- 25
- 5