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
99 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

15 30 50 per page
1
2 3 4 5
7