Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
9 views

Meta WhatsApp Cloud API: "(#100) Invalid parameter" error while sending template message in Node.js

I'm trying to integrate the Meta WhatsApp Cloud API in my Node.js + Express project to send a registration confirmation message after a user signs up. However, I am encountering an error: (#100) ...
Sujay K C's user avatar
-1 votes
0 answers
29 views

WhatsApp Business App onboarding issue "The phone number used is not eligible to onboard" [closed]

Currently, we can onboard the WhatsApp Business App and get the API access (I'm in the supported country list). I'm a verified tech provider and implemented this feature. This is working fine with my ...
Prasath S's user avatar
  • 4,424
0 votes
0 answers
18 views

WhatsApp API Broadcast with Celery - Unable to Reach 1K Throughput Limit

I am trying to send a WhatsApp broadcast using Meta's WhatsApp API, but I am not able to fully utilize the 1K messages per second throughput limit. Current Architecture: I process phone numbers and ...
Dev Jalla's user avatar
  • 2,509
-1 votes
0 answers
32 views

Sending Template Messgaes to Multiple Users using Whatsapp Meta API

I am trying to do some campaigns. I wanted to send template messages to some people. Is there any API from Meta to do so? or can I use the cloud API to send messages to multiple users in a loop? Will ...
Lakshmanan M's user avatar
0 votes
0 answers
18 views

WhatsApp Cloud API: Test Number Not Active After Generation

I am working on WhatsApp integration using the WhatsApp Cloud API. I successfully generated a test number after completing the WhatsApp Business Login process. However, when I try to send a message ...
Jay's user avatar
  • 1
0 votes
0 answers
48 views

In the Embedded Signup of the WhatsApp Business app, I sent interactive messages via API, but the webhook returns "Method not allowed" error-131055

in the Embedded signup of the WhatsApp business app, I used the APIs to send interactive messages but in the webhooks, I'm getting the message Method not allowed and the error code is 131055, and they ...
Prasath S's user avatar
  • 4,424
0 votes
0 answers
34 views

Trouble Setting Up WhatsApp Business Callback URL

I have a simple Spring Boot REST app hosted on a server I own. I have created a HTTPS URL to point to this Spring boot app. I have an endpoint /webhook which I am trying to register on the Meta ...
Bikathi Martin's user avatar
0 votes
0 answers
64 views

WhatsApp Business API: Failed to send message: 400 {"error":{"message":"(#135000) Generic user error","type":"OAuthException","code":135000"

I am heaving problem with WhatsApp Api setup. I have already asked here but now I am going much deeper into the problem and giving you replicable solution in python. This is a working solution for ...
Vojtech Stas's user avatar
0 votes
0 answers
32 views

Webhook not receiving messages in WhatsApp Cloud API

I've set up a webhook for the WhatsApp Cloud API and am encountering issues with receiving messages. Despite the webhook being correctly verified and successfully receiving test messages from the ...
emanuelef's user avatar
0 votes
0 answers
46 views

Meta App review error "You must provide a page with your Page Tab app installed."

I can't request an app review by Meta on my WhatsApp Business app because of the following error that I keep getting: "You must provide a page with your Page Tab app installed." What is a ...
Vidyak's user avatar
  • 1
0 votes
0 answers
45 views

WhatsApp Business API Error Code 131056: Pair Rate Limit Hit

I’m hitting WhatsApp Business API Error Code 131056: Pair Rate Limit Hit due to sending too many messages to the same recipient in a short time. My use case requires sending up to 60 messages in under ...
Ibrahim Yahyaoui's user avatar
0 votes
0 answers
42 views

I directly want to navigate the WhatsApp profile section from my Android app

This is my code for open the whatsApp . void openWhatsApp() async { try { final Uri url = Uri.parse("https://chat.whatsapp.com/"); final intent = AndroidIntent( ...
YASH JANGIR's user avatar
0 votes
1 answer
36 views

How to create a message using Anonymous type? [duplicate]

I am trying to send a WhatsApp cloud API message using anonymous types in c#. The following code works fine: // Request Body var body = new { messaging_product = "whatsapp", to = &...
user3656651's user avatar
0 votes
1 answer
98 views

WhatsApp Flow template receives empty dynamic data from flow_action_data

I'm integrating WhatsApp Flows with a message template using the WhatsApp Cloud API. My goal is to send dynamic data inside flow_action_data, but when I receive the Flow, all dynamic fields appear ...
Jacobo Molina's user avatar
1 vote
1 answer
195 views

WhatsApp for Business Embedded Signup Development Failed with "Application does not have permission for this action"

I'm trying to implement WhatsApp for Business Embedded Signup for our clients to be able to automate sending messages to their customers via their WhatsApp for Business Account (WABA). My intended ...
degemenc's user avatar
  • 561
0 votes
1 answer
58 views

Whatsapp Business Platform - issue about reply from an interactive message

I have developed all about sending/receive/staus/mark as read messages with Cloud API for Whatsapp Business Platform. Now I'm implementing different types of messages, and I found an issue on ...
Demo's user avatar
  • 1
0 votes
0 answers
20 views

Image through meta whatsapp api

I have a question that if I send a image to someone through whatsapp api and then delete the image from the server after successfully sending. The person who I sent the image was offline at that time ...
MUHAMMAD KASHIF's user avatar
0 votes
0 answers
19 views

WhatsApp Business Cloud API - Is it possible to update conversation labels?

I spent a couple hours yesterday trying to find official documentation about the API endpoints for WhatsApp Business Labels and i couldn't find anything (those labels you can manually add in the WA ...
Giacomo Contessi's user avatar
0 votes
1 answer
102 views

WhatsApp Business API requires that the user sends the first message before the business can reply

I checked the WhatsApp Business API documentation and couldn’t find a direct way to start a conversation without the customer initiating it. Currently, I can send messages only after receiving a ...
Maulana's user avatar
0 votes
0 answers
29 views

How to receive read status on official whatsapp api

i just successfully setup the webhook but why i can't get data for read status like read when user read when user open the chat u just get nothing like this? {"object":"...
Umar's user avatar
  • 418
1 vote
1 answer
338 views

Error: Invalid Parameter in Meta Cloud API WhatsApp Template Request (Inactive Users, 24-Hour Window)

I am encountering an error when sending a WhatsApp message using the Meta Cloud API (v19.0) for inactive users outside the 24-hour window. Here's the error message I'm getting: { "error"...
Suresh Chalamala's user avatar
0 votes
0 answers
38 views

How to connect WhatsApp API with Pabbly Webhook

I want to set up WhatsApp flows. For that I need to connect my webhook in meta. The problem is that I have to enter the verification token, but by default there is no token in Pabbly Webhook. How can ...
Ruben's user avatar
  • 1
0 votes
0 answers
66 views

Products uploaded via WhatsApp Business API stuck in 'Item will be reviewed' status

Using the WhatsApp Business API, I can create a catalog and have it displayed in the header of the WhatsApp Business number. I can also upload products via the API, and these products do appear in the ...
Ivano Mercuri's user avatar
2 votes
1 answer
153 views

WhatsApp Cloud API Messages "Accepted" but Never Delivered

I’m having trouble with my WhatsApp Cloud API setup. After several tests, it appears that outbound messages show a status of "accepted" in the API response, but the recipient phone never ...
Hazael Villaseñor's user avatar
0 votes
0 answers
27 views

Meta Whatsapp cloud api : Image is missing from the media header in a newly created template

I have created a media template using following Json object. Template got created and approved. But when i check template in whatsApp manager image was missing from it. Sending these templates also ...
yogesh84's user avatar
  • 181
4 votes
3 answers
1k views

Cannot send Whatsapp messages with new-lines via Facebook Graph API

I want to print dynamic multiline text in whatsapp messages. The messages are sent via Facebook Graph API. I have used the \\n character to insert a new line. See request below. Request: POST https://...
Somanna's user avatar
  • 346
1 vote
1 answer
153 views

Cannot decrypt RSA key and complete WhatsApp flows healthcheck

The issue I am trying to setup a flow with WhatsApp Business API but am unable to complete the decryption of the key as part of the endpoint healthcheck. I get this error: Encryption/decryption failed ...
Séamus CAREY's user avatar
1 vote
0 answers
108 views

I can't receive messages through my webhook with Whatsapp Cloud API

I created a webhook and added the business number. My webhook is correctly verified and is receiving test messages sent from the dashboard, however when I send whatsapp messages to the business number,...
emanuelef's user avatar
0 votes
0 answers
53 views

WhatsApp Business API: 'Unsupported post request' error persists with full permissions

Issue: Getting 'Unsupported post request' error when accessing /accounts with WABA_ID despite having all required permissions: whatsapp_business_messaging whatsapp_business_management Tech Provider ...
Zohar Swissa's user avatar
0 votes
0 answers
13 views

how can i set up/run my code from the cloud for scheduled whatsapp message to a person or group?

I ran this python code in my pc, and it works well, and I wanted to run this from a cloud because I can't keep my pc wake all the time, I don't know how to set this up in cloud? import pywhatkit as ...
Karthick Raja's user avatar
1 vote
0 answers
122 views

Whatsapp API send document with message template

I'm trying to send a document with a template via the Whatsapp API. I encounter a strange error in the API response which tells me that a parameter is missing even though it does not exist in the ...
Illiassou Icy's user avatar
0 votes
0 answers
17 views

How to get Meta Ads Account ID using Cloud APIs or Graph APIs?

Is retrieving the Meta Ads Account ID using Cloud APIs or Graph APIs possible? I have checked the documentation but couldn't find relevant information. If you know anything related to this, please ...
shivchandra kumar's user avatar
0 votes
0 answers
99 views

WhatsApp Business API Webhook doesn't work even though subscribed properly

I'm having a few issues with WhatsApp business API webhook. I've subscribed to the webhook under WhatsApp business account and turned on the messages event as well, but I don't get any notifications ...
user25694928's user avatar
0 votes
0 answers
47 views

Which webhook hosting service to use for whatsapp cloud api?

I have tried ngrok urls. But they are not getting validated. Then I deployed my code on render.com with the GET and POST request having /webhook endpoint. When I try to configure it, the webhook does ...
Rishabh Aditya's user avatar
1 vote
0 answers
53 views

WhatsApp business number-register : call to /v21/<phone_number_id>/register fails

I have been trying to register my facebook whatsapp business account but it is not working. Am I using the correct api? Or what am I doing wrong? Note: I have passed the correct phone number id and a ...
NUACHE's user avatar
  • 263
2 votes
1 answer
136 views

How to Manage Automated WhatsApp Bots for Multiple Tenants with Unique Phone Numbers in a Multi-Tenant Application?

I have a multi-tenant application where each tenant (client) can manage their products and interact with their customers through WhatsApp. Here’s my setup and the problem I’m facing: I have 70 ...
Otabek Eshpo'latov's user avatar
1 vote
0 answers
452 views

Is there a strategy to simulate "typing" status with WhatsApp Cloud API using Node.js?

I am developing a chat application that interacts with users via the WhatsApp Cloud API. The idea is to show the "typing" status when the user is writing, but I can't find a way to implement ...
rafnakb's user avatar
  • 13
0 votes
1 answer
75 views

Whatsapp Flow Run issue (Flow sending failed)

When trying to send flow, I received this message: enter image description here { "version": "5.1", "screens": [ { "id": "...
Mostafa Mohamed's user avatar
1 vote
1 answer
68 views

WhatsApp Template Media Header Handler vs Media ID

I have created whatsapp template using header as image using Resumable API and attached the hash like this. { "h": "2:c2FtcGxl..." } Now to send this template i need to ...
bliveinhack's user avatar
0 votes
0 answers
30 views

get analytics details for WhatsApp Business using the Cloud API

I'm trying to make a GET request to the Facebook Graph API to fetch analytics for a WhatsApp Business Account using Postman. The request is structured as follows: https://graph.facebook.com/v21.0/{...
Cherridev cherritech's user avatar
1 vote
1 answer
862 views

Send template with variables on WhatsApp Cloud API

I'm trying to send a template message in PHP using the WhatsApp Cloud API and I'm struggling with what should be a simple fix but I've been staring at the code for too long and would welcome a second ...
Andrew Broughton's user avatar
2 votes
1 answer
492 views

WhatsApp API Webhook Not Receiving Message Webhooks - all other webhooks works well

I'm experiencing an issue with WhatsApp webhook messages events not being triggered, despite other webhook tests working correctly (like flows \ security \ account_alerts. Environment: Using WhatsApp ...
yeya's user avatar
  • 2,204
0 votes
0 answers
48 views

Asynchronous API call in R

I have an R script that sends whatsapp messages using Meta's API... According to the documentation, it should be possible to send up to 80 messages per second, however it seems like batch messaging is ...
Ekapunk's user avatar
  • 153
-1 votes
2 answers
258 views

Send Feedback buttons in Message Templates in Whatsapp API

I want to know how can we add thumbs up and thumbs down feedback buttons(Refer in image below message container) for Whatsapp Messages sent via whatsapp APIs using the message template I have explored ...
Sarthak Agarwal's user avatar
2 votes
0 answers
82 views

How can we add more than two phone numbers for whatsapp on Meta?

We are building an AI based tool users can communicate with our ai over Whatsapp. Its basically a chatbot. Cutomers provide their own whatsapp phone numbers and we connect the bot to that phonenumber. ...
Emre Mutlu's user avatar
1 vote
0 answers
200 views

Error 100 in WhatsApp Graph API: "Unsupported post request. Object with ID '${{phoneNumber-id}}' does not exist"

I'm working on sending WhatsApp messages through the Meta (Facebook) Graph API using the following endpoint: https://graph.facebook.com/v21.0/${{phoneNumber-id}}/messages Here is the body { "...
Sarthak Agarwal's user avatar
5 votes
1 answer
1k views

WhatsApp Business API: "messages" Webhook Not Triggering Even with Manual Testing from Dashboard

'm currently working with the WhatsApp Business API and facing an issue specifically with the "messages" webhook. For some reason, this webhook isn't being triggered, even when I test it ...
Aashish Vinu's user avatar
0 votes
0 answers
53 views

How to programmatically open whatsApp links and save messages as drafts without manual confirmation?

I've developed a cloud service (Google cloud Run job) with a webapp that responds to messages as if the replies were from me. When triggered, it reads all my emails and writes a draft as an answer. ...
emanuelef's user avatar
0 votes
0 answers
40 views

WhatsApp Business Cloudapi return same Wamid

I've developed a PHP app, created a Facebook app, configured the webhook and everything is working fine, I can send and receive WhatsApp messages. My problem is with the Webhook status, all time ...
user2001782's user avatar
0 votes
0 answers
34 views

Proper way to send "unprompted" Whatsapp messages

I'm working on a project in my university and one of the requirements would be to send alerts to users on Whatsapp when some conditions are met. The end goal is Whatsapp as we aim to make the alerts ...
fmleo's user avatar
  • 21

1
2 3 4 5 6