Skip to main content

Questions tagged [whatsapp-cloud-api]

The tag has no usage guidance.

whatsapp-cloud-api
0 votes
0 answers
20 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
10 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
35 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
40 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
34 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
43 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
17 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
47 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
20 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
0 answers
28 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
-4 votes
0 answers
33 views

whatsapp credit line sharing and attach

i try to link businesses to my Soultion Partner Account Every thing works fine. the issue is im trying to link my client with My credit Line as Shown in docs. curl -i -X POST "https://graph....
rahmani djamel's user avatar
0 votes
0 answers
63 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
37 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
25 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
24 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

15 30 50 per page
1
2 3 4 5
13