211 questions
0
votes
1
answer
58
views
WhatsApp Cloud API webhook verification fails: “The callback URL or verification token check failed”
i started to listening nginx, and when i press the button confirm and save, no one call or check my website, my nginx console is clear. But i past correct address. I spend to this whole day. Can ...
0
votes
0
answers
50
views
Meta Cloud - Recovering Lost WhatsApp Webhook Messages
We recently migrated our WhatsApp Business API to Meta Cloud. After going live, we noticed that a few incoming messages sent to our receive webhook were blocked by our WAF’s ModSecurity filter. As a ...
0
votes
0
answers
115
views
How do i send a test message on whatsapp cloud api with production number?
I've succefully setup whatsapp cloud api (business verification + payment method) and also my phone number is verified:
{
"data": [
{
"verified_name": "...
0
votes
0
answers
56
views
Can Facebook Webhooks notify follower count changes on a Page?
Limite de débit de l’application
We would like to monitor in real time the changes in the number of followers (subscribers) of a Facebook Page.
Is there a Webhook field that allows receiving a ...
0
votes
0
answers
82
views
WhatsApp Business API added multiple null records. Might they from Meta?
I have implemented WhatsApp Business API & SignalR in my project and simulated a chat page. But after each response there are multiple empty records (usually 2 or 3) in DB. I tried debugging and I ...
0
votes
1
answer
230
views
Unable to Receive Messages from WhatsApp App in Webhook despite Successful Curl Requests
I’ve set up a server to interact with the WhatsApp API and configured everything as per the instructions. I’ve implemented my code, and I’m able to send messages to my server via curl successfully. ...
0
votes
0
answers
56
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 ...
1
vote
0
answers
124
views
How to get the original reel URL from Instagram Webhook response
I have created a business Instagram handle where I can receive messages from user when they share reel.
When an Instagram user sends reel to my business Instagram handle via chat, I receive a CDN/...
0
votes
0
answers
121
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 ...
0
votes
0
answers
62
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 ...
0
votes
0
answers
168
views
Whatsapp Webhook endpoint verification failing
I'm experiencing issues setting up Webhook events to my system's endpoint. Every attempt fails, and the following error message appears in the developer console:
The callback URL or verify token ...
2
votes
1
answer
2k
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 ...
0
votes
0
answers
48
views
Facebook Graph API - Get Page Commets
I'm working on a Facebook integration and need to retrieve comments from posts on any public Facebook Page (not just Pages I manage) using webhooks.
My app type is currently set to Consumer. I read ...
1
vote
0
answers
60
views
Facebook Leadgen Webhook Returning Mock Data Instead of Real Leads
I'm developing an application to capture leads from a Facebook lead form. Here's what I've done so far:
I created an App in the Facebook Developer Dashboard.
I verified the webhook for this app, and ...
0
votes
1
answer
786
views
Can we connect Instagram with Node.js to receive and send messages?
I've created a Node.js API that receives and send messages from/to my Facebook page, its a chat-bot connected with Open AI for a restaurant. I want to do the same for the Instagram, I've Instagram ...
1
vote
0
answers
178
views
Unable to programmatically set WhatsApp / Instagram webhook subscriptions
I would like to call for suggestions regarding a challenge I've been trying to solve recently involving Meta API & Webhooks. I assume this particular setting has not been addressed here before.
As ...
1
vote
1
answer
186
views
Facebook Webhook User ID seems incorrect?
I created a small script to handle all webhooks from Facebook feed. The goal is to detect when a page goes live and get all comments from that live video. So far, everything is working well: I receive ...
2
votes
0
answers
492
views
Not getting all leads from Meta/Facebook using webhook for page leadgens
We have integrated leadgen for page using webhook and everything is working great. We are getting leads for all form under that page from facebook.
But after running for few days we have observed an ...
-1
votes
1
answer
63
views
RASA postback from Button click not working - Facebook Messenger
Issue :
enter image description here
The Search Flight button is stopped working.
But the prompt "Search Flight" is working
Also , I can't see the log in webhook requests when I click the ...
13
votes
1
answer
2k
views
Facebook Messenger API not sending "messaging" webhook
I am trying to set up a basic webhook to fire when a page receives a message. If I manually curl a message, my server gets it. If I use the app dashboard to test something like "message reactions&...
0
votes
0
answers
286
views
Webhook did not fire after subscribed WABA to application
In order to connect WhatsApp business with an application, I use embedding singup flow.
All seems well - I use subscribed_apps endpoints and get a successful response:
curl --location --request POST '...
5
votes
1
answer
2k
views
How to test Instagram Webhooks and get approved?
Background:
The webhook allows to receive the context and information about the interaction of Instagrammers with particular users, the official documentation states that instagram_manage_messages ...
1
vote
1
answer
2k
views
Google Sheet Facebook Lead Form integration does not updates with new leads
I want to integrate the new Google Sheet CRM in order to get a Google Spreadsheet updated each time I receive a new lead from an Ad.
These are the steps I'm following.
I can see the leads inserted in ...
0
votes
1
answer
1k
views
Can not configuration webhook. The callback URL or verify token couldn't be validated. Please verify the provided information or try again later
i am trying to configure webhook's callback URL on whatsapp with my API but it is not working
Here is my API code
<?php
add_action('rest_api_init', function () {
register_rest_route(
'test/...
1
vote
1
answer
1k
views
Is there a way to receive outgoing messages through webhook? (Official Whatsapp Business API)
I´m testing the official WhatsApp Business API by Meta, and want to receive the messages that i send to the users through the webhook, because the logic on my program manage the messages that way (I´...
2
votes
0
answers
266
views
Unable to Receive messaging_referrals Events Despite Proper Webhook Configuration for Messenger Webhook API Facebook
I'm facing an issue with my Facebook Messenger app where I'm unable to receive messaging_referrals events despite having configured my webhook permissions correctly.
Here's what I've done so far:
I've ...
0
votes
1
answer
84
views
Agent Executer chain giving multiple 200 OK POST requests to meta webhooks
@router.post("/webhook")
async def webhook_events(request: Request):
payload = await request.json()
# print(json.dumps(payload, indent=4))
message = ""
# print(...
0
votes
0
answers
465
views
How to make your facebook bot created using Graph API available to all public?
I have successfully created a facebook messenger bot using Graph API by following these two tutorials:
https://www.pragnakalp.com/create-facebook-chatbot-using-python-tutorial-with-examples/
https://...
0
votes
0
answers
76
views
How to fetch the user email address from sender_id field of Mentions webhook of Facebook Graph API?
I have subscribed to Page Mention webhook of Facebook Graph API. It returns me a response in this format :
{
"entry": [
{
"id": "0",
&...
0
votes
1
answer
931
views
Trouble with webhook for whatsapp
I am writing a webhook in C# to receive messages, change state and so on from whatsapp business platform.
My webhook receives data correctly from meta, but I cannot understand how to convalidate URL.
...
0
votes
2
answers
1k
views
Facebook/Whatsapp Webhook is not being verified
I am setting up an app to work with WhatsApp.
In order to do that I need to supply a webhook, per Facebook's specifications.
I did so.
When I try to use Quickstart - Configuration - Webhook - Edit to ...
0
votes
1
answer
1k
views
Facebook webhook node.js server does not receive test post requests from facebook
I have created a facebook webhook using node.js to pick messages sent to my account. However, I am unable to receive the test post requests on my server. I thought the problem was with my code, but ...
0
votes
0
answers
425
views
I want to get Real Time updates using the Facebook Web Hooks whenever someone fills the Instant Forms and Leads are added
I want this to be similar to a saas service where people can connect their page and whenever a new lead is added we can send a POST request to an API using Webhook.
I am able to just Read the data but ...
0
votes
1
answer
705
views
Meta WhatsApp Client Localization Request Body not working in my Webhook code as prescribed in the Doc
I have a nodejs bot and a method which helps me send client a request for their location using a special Meta Whatsapp body as prescribed in the section Location Request Messages of Sending ...
2
votes
1
answer
3k
views
Unable to validate callback URL and verify token for Meta's WhatsApp Cloud API with Google Cloud Function
I'm trying to set up a webhook in my Google Cloud Function that can receive incoming messages from the WhatsApp Business API and forward them to platform called Front. However, when configuring the ...
3
votes
3
answers
2k
views
Trouble adding webhook url to WhatsApp Business product on Facebook Developers Dashboard
After selecting the Whatapp product on my Facebook developer dashboard, I try to add a webhook but it fails to verify the call back URL and get I an error message that says:
The callback URL or ...
1
vote
1
answer
777
views
Facebook Leadgen webhook does not include ad_id nor adgroup_id
Issue:
I have configured webhooks in my Facebook App to send leadgen data to my web application. It works fine for the most part and I receive the webhooks in real time but the the fields adgroup_id ...
1
vote
0
answers
146
views
How do I get message_reads webhook from Facebook?
I have an issue with message_reads webhook (Messenger Conversations). I have been registered my app to messages and message_reads webhooks but I only get events from messages.
My app has ...
0
votes
0
answers
185
views
Paypal Invoice Paid Webhook
PS: I am unsure the right place to ask this question
I have recently been working with PayPal invoices in an application. This application generates an invoice which the user then pays. It is then ...
1
vote
1
answer
654
views
Facebook lead ad webhook how to set authentication
I want to setup a webhook for facebook leads. i.e Every time there is a lead in facebook I should get a webhook on the configured URL. I am able to do this with the help of the documentation https://...
1
vote
2
answers
924
views
Is there local Accepted Tunneling Solution To Test Facebook Webhooks
I am integrating WhatsApp with Django application that I am still running locally to send WhatsApp which is working fine.
However to receives messages from Facebook it needs a webhook that I have ...
3
votes
0
answers
2k
views
Instagram Messenger API Registering Webhooks
I'm building an integration that manages Instagram Messenger chats on behalf of clients. In the past I've done an integration for Facebook Messenger.
I'm stuck on how to actually get the client ...
0
votes
1
answer
468
views
Instagram: invalid message data error while trying to send pushback buttons
Using https://graph.facebook.com/v13.0/me/messages?access_token=pagetoken post url trying to send pushback buttons. But its gives error as:
"message": "(#100) Invalid message data"...
2
votes
2
answers
2k
views
How to validate payload for facebook whatsapp webhook in AWS Lambda?
I am trying to validate facebook's webhook payload using the instruction they have given in their developer docs. The signature I am generating (expectedHash) is not matching the signature that I am ...
1
vote
4
answers
3k
views
WhatsApp messaging webhook does not work in production mode
I am trying to create a connection between our WhatsApp Business account and our website where we gather all messages sent to our business on different channels (through our own app, text, WhatsApp, .....
0
votes
1
answer
691
views
I can no longer receive messages from whatsapp on my webhook but I do from postman
I created a webhook to retrieve messages from a whatsapp number.
It had worked very well so far.
Now when I test the webhook on postman it works. But messages from whatsapp are ignored.
NB: I followed ...
6
votes
4
answers
2k
views
facebook webhook url error has been identified as malicious and/or abusive
We are testing facebook messenger with our bot. Few months back we were able
to configure ngrok url over facebook.developer as callback webhook url, but not its giving error as "The url https://...
0
votes
0
answers
513
views
Configuring Facebook Webhooks to get notifications in Laravel app
I am trying to configure my Laravel app to receive notifications for any comments given on my Facebook page.
I have verified the Webhooks with my Laravel app and now am trying to subscribe to a sample ...
1
vote
1
answer
1k
views
Independently subscribe to Instagram and Facebook Page webhooks?
I know it is possible to subscribe to webhooks (for a Meta/Facebook App) for a specific Facebook page by using https://graph.facebook.com/{pageId}/subscribed_apps?subscribed_fields={fields}&...
5
votes
1
answer
3k
views
Facebook webhook verification response structure
This is my first time posting the question so please feel to provide feedback to improve the question.
Facebook webhook mentions that the endpoint should be first verified before the webhook endpoint ...