Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
58 views

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 ...
Жасын Умирзаков's user avatar
0 votes
0 answers
50 views

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 ...
MaxExplode's user avatar
  • 2,017
0 votes
0 answers
115 views

I've succefully setup whatsapp cloud api (business verification + payment method) and also my phone number is verified: { "data": [ { "verified_name": "...
Muntasirul Islam's user avatar
0 votes
0 answers
56 views

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 ...
malek mtibaa's user avatar
0 votes
0 answers
82 views

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 ...
İrem Kürekçi's user avatar
0 votes
1 answer
230 views

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. ...
Nicholas Tomic's user avatar
0 votes
0 answers
56 views

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

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/...
deepak's user avatar
  • 65
0 votes
0 answers
121 views

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
62 views

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
0 votes
0 answers
168 views

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 ...
Otabek Eshpo'latov's user avatar
2 votes
1 answer
2k views

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,279
0 votes
0 answers
48 views

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 ...
tugba's user avatar
  • 21
1 vote
0 answers
60 views

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 ...
AKSHAY KUMAR KARNWAL's user avatar
0 votes
1 answer
786 views

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 ...
Ahmed Hassan's user avatar
1 vote
0 answers
178 views

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 ...
groove_of_course's user avatar
1 vote
1 answer
186 views

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 ...
Bruno's user avatar
  • 35
2 votes
0 answers
492 views

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 ...
Snziv Gupta's user avatar
  • 1,086
-1 votes
1 answer
63 views

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 ...
Hardik Mirani's user avatar
13 votes
1 answer
2k views

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&...
AlphaWulf's user avatar
  • 443
0 votes
0 answers
286 views

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 '...
Hodaya Shalom's user avatar
5 votes
1 answer
2k views

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 ...
Pathik Patel's user avatar
  • 1,530
1 vote
1 answer
2k views

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 ...
Carlos's user avatar
  • 139
0 votes
1 answer
1k views

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/...
Phạm Quang Trung's user avatar
1 vote
1 answer
1k views

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´...
Caleb Vivero's user avatar
2 votes
0 answers
266 views

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 ...
Dian Arief R's user avatar
0 votes
1 answer
84 views

@router.post("/webhook") async def webhook_events(request: Request): payload = await request.json() # print(json.dumps(payload, indent=4)) message = "" # print(...
Kushagra Punia's user avatar
0 votes
0 answers
465 views

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://...
AqashaT's user avatar
  • 135
0 votes
0 answers
76 views

I have subscribed to Page Mention webhook of Facebook Graph API. It returns me a response in this format : { "entry": [ { "id": "0", &...
Charles Mohapatra's user avatar
0 votes
1 answer
931 views

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. ...
Demo's user avatar
  • 1
0 votes
2 answers
1k views

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 ...
Andy Weinstein's user avatar
0 votes
1 answer
1k views

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 ...
Chris Kariuki's user avatar
0 votes
0 answers
425 views

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 ...
Adnan_developer's user avatar
0 votes
1 answer
705 views

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 ...
vially's user avatar
  • 305
2 votes
1 answer
3k views

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 ...
nvercher's user avatar
3 votes
3 answers
2k views

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 ...
tobi umar's user avatar
1 vote
1 answer
777 views

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 ...
Pablosorno's user avatar
1 vote
0 answers
146 views

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 ...
Julien's user avatar
  • 185
0 votes
0 answers
185 views

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 ...
SwordOfSouls's user avatar
1 vote
1 answer
654 views

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://...
pvpkiran's user avatar
  • 27.2k
1 vote
2 answers
924 views

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 ...
George Muddu's user avatar
3 votes
0 answers
2k views

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 ...
Alan's user avatar
  • 51
0 votes
1 answer
468 views

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"...
SushantPatade's user avatar
2 votes
2 answers
2k views

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 ...
Rishabh Tyagi's user avatar
1 vote
4 answers
3k views

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, .....
Pie's user avatar
  • 351
0 votes
1 answer
691 views

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 ...
Steve Dan's user avatar
6 votes
4 answers
2k views

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://...
SushantPatade's user avatar
0 votes
0 answers
513 views

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 ...
HarshGaikwad's user avatar
1 vote
1 answer
1k views

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}&...
Sten's user avatar
  • 1,139
5 votes
1 answer
3k views

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 ...
spirax4k's user avatar

1
2 3 4 5