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
1 vote
0 answers
33 views

Is there a way to find out the maximum message limit that can be sent in 24 hours using the WhatsApp Business API?

Reading Facebook's documentation, there are various levels of limits for the messages a business can send in 24 hours. 1K business-initiated conversations 10K business-initiated conversations 100K ...
Ivano Mercuri's user avatar
0 votes
0 answers
32 views

Editing WhatsApp Message Template with Dropdown Menu - Issue with Request Body Structure

I'm trying to edit a WhatsApp message template that includes a dropdown menu. According to the documentation, I should be able to edit the template using a POST request to the WhatsApp Message ...
David Heredia's user avatar
0 votes
0 answers
21 views

Is webhook structure should be REST-API?

I have a webhook Server that get a requests from graph-api of whatsapp api, and all the incoming requests have only one route without any specification routeing. I looking for the best practices to ...
Meir's user avatar
  • 1
-3 votes
1 answer
29 views

How did twilio achieve setting this feature of sending bulk messages from a users number

Twilio has "Bring Your Own Number" policy where a user can register his number to twilio and can send whatsapp text messages on Whatsapp to his contacts programically. How did twilio achieve ...
Len Mendonca's user avatar
0 votes
0 answers
39 views

Issue with adding new products to Facebook catalog for WhatsApp API

I'm having an issue with adding new products to my Facebook catalog that is integrated with the WhatsApp Business API. I have an existing catalog with products that are successfully being sent through ...
Yosef Schwartz's user avatar
1 vote
0 answers
48 views

Receiving "You must accept the WhatsApp Business Cloud API terms to use the API." error on register phone number request

In our app, we are trying to use Whatsapp Cloud API with our user's OAuth access token (received through the Facebook Login flow, and we have whatsapp_business_messaging,whatsapp_business_management ...
Adam Szabo's user avatar
0 votes
1 answer
100 views

Sending meta WhatsApp flows as the first message problem

In meta WhatsApp flows, is it possible to send flow message as the first message instead of a template message? I know there is a option to build flows within template messages like marketing template ...
Gokulraj S's user avatar
2 votes
1 answer
110 views

Audio sent with the MIME type audio/mpeg, but processed as octect - API WhatsApp

I'm capturing audio via the web using the JavaScript MediaRecorder API. I then send this media to a Go server, which then sends it to WhatsApp. Form in Go: vFile,_= os.Open(this.URL) vBuffer := new(...
RAF's user avatar
  • 33
0 votes
0 answers
20 views

Can't get products from whatsapp catalog when the app is running on cloud

I have created a whatsapp app with catalog integration. When a user places an order the product details are fetched using url = f"https://graph.facebook.com/v19.0/{product_catalog_id}/products&...
AqashaT's user avatar
  • 87
1 vote
2 answers
296 views

Unexpected Null or Undefined Error When Adding Phone Number in WhatsApp API Setup

I'm encountering an issue while setting up the WhatsApp API. Specifically, when I try to verify my WhatsApp number on the setup page, I receive the following error: Got unexpected null or undefined ...
sky trade's user avatar
-1 votes
1 answer
186 views

Whatsapp Cloud API- How to get the typing Indicator status?

Is there any way, I can get to know status if user is typing? We are using the whatsapp's cloud API for our project to connect with an agent. We want the agent to know if user is typing, right now I ...
Shashank Varanasi's user avatar
-1 votes
1 answer
22 views

is there any possiblity to send braodcast messages using Whatsapp Cloud API without third party?

is there any possibility to send broadcast messages using WhatsApp Cloud API without third party? can you please share any alternative way to send broadcast messages and how to check the delivered and ...
m appanasamy's user avatar
0 votes
0 answers
47 views

Format Mismatch Error when sending video header through WhatsApp API

I'm testing sending media headers through the WhatsApp API. But I keep getting the following error: { "error": { "message": "(#132012) Parameter format does not ...
Suman Roy's user avatar
  • 673
0 votes
1 answer
53 views

How to relate Message Sent Event, Message Delivered Event, Message Read Event received on my webhook belongs to the which sent message of mine

I am currently doing a POC with whatsapp cloud API. I am currently able to send the messages through my business account and i do get the below events back to my webhook from meta i.e Message Sent ...
Anil Kumar R's user avatar
0 votes
0 answers
22 views

How to use WhastsApp API to send messages to my user's customers?

I'm developing an app for sending WhatsApp notifications. Can users of my app send automated notifications to their customers through WhatsApp? Here (https://developers.facebook.com/docs/whatsapp/...
Gustavo Magnago's user avatar
0 votes
0 answers
63 views

Whatsapp API failed to send template message to 1 specific number

I'm working on Meta Whatsapp cloud API. Recently while testing it for template messages it didn't send the message for 1 number. Although in response it gave 200 and with message "accepted" ...
Awanish Mishra's user avatar
0 votes
0 answers
45 views

Whatsapp API | Sending template text with status 200 but never deliver

I trying to send a message with text template and the API returns me a 200 status but i never receive the message, with hello_world template ocurrs the same and if i send plain text message(if i write ...
Adrian Serrano's user avatar
0 votes
0 answers
105 views

Whatsapp Flow not getting send to iOS devices but working fine in Android devices

I am not able to send WhatsApp flows to iOs devices but it is getting send easily to Android devices. I am getting status = 200 and I am not able to understand the issue with iOs? Someone please help ...
MD Rameez's user avatar
0 votes
1 answer
187 views

Whatsapp Webhook callback error. The callback URL or verify token couldn't be validated. Please verify the provided information or try again later

While configuring webhook callback URL getting error "The callback URL or verify token couldn't be validated. Please verify the provided information or try again later." please assist. In ...
Shailesh's user avatar
2 votes
1 answer
139 views

Does WhatsApp Business API support sending messages to WhatsApp groups?

I'm currently exploring the capabilities of the WhatsApp Business API for a project I'm working on. I'm wondering if the WhatsApp Business API supports sending messages to WhatsApp groups. I've read ...
Urvesh Patel's user avatar
0 votes
0 answers
98 views

Action restricted for this account message in whatsapp api

Can't add sender mobile number in whatsapp api . is there any limit available.? my account have restriction , how to clear that.... need to add 5 or more mobile numbers to bussiness enter image ...
shafeeque afzois's user avatar
1 vote
0 answers
133 views

"The account does not exist in the Cloud API" - Whatsapp Business API problem with test number

In the page setup on Meta For Developers it says that the account (test number) does not exist in the Cloud API. I was previously able to run tests normally with the provided test number (receiving ...
Matheus Souza's user avatar
0 votes
0 answers
61 views

Is there a way to restrict people adding WhatsApp Business Phone number into group chats?

I am integrating WhatsApp Cloud API into my chat application. During the process, I've already integrated it, but I want to restrict people to add WhatsApp Business phone number into Group Chats. It ...
Mammad Yahyayev's user avatar
1 vote
0 answers
137 views

How to show product categories in WhatsApp catalog using facebook commerce manager

I am building a e-commerce platform in WhatsApp using WhatsApp Business API. I created and connected the catalog using Facebook commerce manager. But I was not able to display the categorized ...
Hari's user avatar
  • 11
2 votes
0 answers
155 views

How to retrieve a WhatsApp message from the API using the message ID?

I'm working on a project where I need to retrieve WhatsApp messages from the API, specifically targeting messages that have been processed through WhatsApp's template. I have the message ID for these ...
Omkar Patne's user avatar
0 votes
0 answers
39 views

How to view Image provided while creating Whatsapp message template

I loaded the available templates using Whatsapp Business api which provided the below given jason response: { "name": "test_template", "components": [ { "type": ...
Pintu Kumar's user avatar
0 votes
0 answers
55 views

Issue with Azure Flask Webhook Setup for WhatsApp API

Hello fellow developers, I hope you're all doing well. I am currently setting up a bot (LLM agent) using WhatsApp API and a Flask application hosted on Azure. As recommended in Azure's tutorial, I ...
Bertrand Delvaux's user avatar
2 votes
0 answers
109 views

Not Receiving Webhooks from whatsapp

I've gone through the whole flow of whatsapp business api with embedded signup. I'm facing two issues. I've gone through the embed signup step and getting the right responses, access tokens, etc. The ...
apinanyogaratnam's user avatar
0 votes
1 answer
80 views

WhatsApp Flows: How to Bold Specific Words in Messages

I'm new to WhatsApp Flows and struggling to find the option to bold part of my text. The documentation includes an image showing bold formatting (screenshot below), but I don't see that feature ...
Mattia Ferigutti's user avatar
0 votes
0 answers
36 views

How can I get the template id/name or text sent through whatsapp cloud API?

I need a way to get or track the WhatsApp template sent to customers. I'm currently using an external sender to automate the whatsapp template sending and in my webhook I'm getting this notification: ...
xerac's user avatar
  • 187
0 votes
1 answer
184 views

Triggering endpoints during navigation within WhatsApp Business Flows - how?

Issue Inside the WhatsApp Flows I found several places where they say that it's possibile to call data_exchange to call your endpoint and reply with the next screen you want to navigate to. For ...
Mattia Ferigutti's user avatar
0 votes
0 answers
45 views

How to instruct WhatsApp API to open external links in webview instead of mobile browser

How to instruct WhatsApp API to open external links in whatsapp webview instead of mobile browser We are using WhatsApp API from (Karix Provider) we need to open external links in webview instead of ...
Webloper's user avatar
  • 178
0 votes
0 answers
48 views

WhatsApp cloud api for uploading media does not work without VPN

I am using WhatsApp cloud API in my iOS (swift) app to upload media to the WhatsApp server. I am giving a link here for reference https://developers.facebook.com/docs/whatsapp/cloud-api/reference/...
Dhruvisha Joshi's user avatar
1 vote
0 answers
108 views

Whatsapp Business Cloud API - Track messages

If I have wamid, is there a way to retrieve all message information, including whether it was sent, delivered, or read via the API? I am receiving via webhook status sent, delivered and read, however, ...
Geraldo Junior's user avatar
0 votes
1 answer
324 views

Why does WhatsApp Flow template dropdown show static values despite dynamic data integration?

I created WhatsApp Flows using templates, it only contains one dropdown, here the user needs to select the person in the dropdown, it's works if I use this JSON from Flow Builder, but if I change this ...
FGH's user avatar
  • 3,968

15 30 50 per page