Skip to main content
Filter by
Sorted by
Tagged with
Best practices
0 votes
0 replies
33 views

QuickBooks Online's API documentation includes a recommendation that users use webhooks instead of change-data-capture to synchronize their entity records with QuickBooks's. Why are webhooks ...
In Hoc Signo's user avatar
0 votes
0 answers
66 views

I'm processing webhooks on Cloud Run (Django) that need async handling because processing takes 30+ seconds but the webhook provider times out at 30s. Since Cloud Run is stateless and spins up per-...
user26535132's user avatar
0 votes
0 answers
43 views

To test a PayPal integration that also reacts to webhook events, I have created an endpoint https://example.com/paypal/webhook (POST) that logs all requests to see whether webhook calls are received ...
Armin Hierstetter's user avatar
1 vote
0 answers
69 views

When I use localhost directly for webhook callback e.g. stripe listen --forward-to localhost:<port>/webhooks/stripe and trigger an event e.g. stripe trigger payment_intent.succeeded webhook ...
tim bits's user avatar
  • 113
0 votes
2 answers
84 views

After working for some time with Docusign's API I thought it would be a good idea to look into the API's 'Connect' feature (https://developers.docusign.com/docs/esign-rest-api/reference/connect/). ...
Chazg76's user avatar
  • 663
1 vote
0 answers
69 views

I'm trying to get a response from a webhook and send it to rabbitmq if it works, consume it with ack if not, with nack to repeat the webhook process for payments or document validations, but I'm not ...
John Maciel Holanda's user avatar
0 votes
0 answers
27 views

I want to detect when a client’s primary domain is updated in GHL. For example, if a client originally had abc.com and later changes it to abc123.com, I need to capture that change automatically. ...
Jelly Roll's user avatar
1 vote
0 answers
64 views

I’m building an Instagram Business auto-reply system using the Instagram Graph API and Facebook Webhooks. My app is already reviewed, approved, and set to live. The app is deployed on Railway and ...
raj prajapati's user avatar
0 votes
0 answers
111 views

Description: I'm building a CRM system that integrates Facebook Messenger for businesses to manage customer conversations. The system works perfectly with n8n Test webhook URLs but fails verification ...
StackLyft's user avatar
1 vote
1 answer
117 views

Problem Summary As of September 1, 2025, Apple's StoreKit certificate endpoints are returning 401 Unauthorized errors for requests that were working perfectly on August 31, 2025. Affected Endpoints ...
William Sonesson's user avatar
1 vote
0 answers
171 views

I’m building a system where a Plivo outbound call streams audio in both directions to ElevenLabs Conversational AI via WebSocket. Tech stack: Node.js + Fastify + @fastify/websocket + Plivo SDK Goal: ...
Yasmin Jain's user avatar
0 votes
1 answer
256 views

I am setting up a webhook in Stripe. I am expecting to find version "2020-08-27" on the webhook set up page (shown in attached image), but it's not found in the dropdown. On my dev ...
Tom's user avatar
  • 192
1 vote
0 answers
44 views

Recently, Meta has been transfering pages from Handover Protocol to Conversation Routing. For my transferred pages I stopped receiving webhooks about thread passes to my non-default App. I know it is ...
TomekK's user avatar
  • 498
0 votes
1 answer
52 views

I have a mutating webhook which applies label on a CustomResource when it gets created. This part is working fine. I also have a validating webhook for the same CR but for detele call. When I delete ...
codego123's user avatar
  • 299
0 votes
0 answers
44 views

I’m trying to develop a custom integration where our backend system can interact with LinkedIn’s messaging and comment features — such as sending/receiving direct messages or posting/retrieving ...
ak0's user avatar
  • 1
0 votes
0 answers
55 views

Goal:* I'm trying to implement a Stripe webhook endpoint in my Next.js (App Router) application to handle the checkout.session.completed event. The endpoint should process the event and return a 200 ...
LinusNeedTechTips's user avatar
0 votes
1 answer
133 views

I was able to create webhook by API POST request from Azure Devops documentation without specifying projectid. I also got the events of the selected type from any project that was changed in this ...
kar66's user avatar
  • 17
0 votes
1 answer
94 views

I’m implementing PayPal webhook signature verification in Node.js using the built-in crypto module and Express. My goal is to validate incoming webhook requests by verifying the signature with the ...
Gurpreet Kaur's user avatar
1 vote
1 answer
24 views

I have subscribed to all folder-level events (dm.folder.*) via the Autodesk Forge Webhooks API so that I receive notifications whenever a folder is renamed or its permissions change. Renames work ...
George Kaladze's user avatar
2 votes
0 answers
103 views

My objective is to develop Python scripts that read the current messages in the client's Gmail inbox, and read the live messages coming through the client's Gmail inbox. This data will eventually by ...
bradenlearnscode's user avatar
0 votes
1 answer
14 views

We have a webhook in azure devops, which make some changes in workitems depending on our criteria. Is there some way to check in webhook payload, whether an incoming change was made from UI, or ...
sasjaq's user avatar
  • 771
0 votes
2 answers
63 views

For the Xero webhooks, one needs to validate the hashed payload against the signature in the header. This should be simple, but I cannot get the hashed and base64 encoded payload to match the ...
Lochinvar's user avatar
  • 125
0 votes
0 answers
57 views

I am working on a project where i need to use jira webhook. i want to make sure duplicate webhook not hit my webhook endpoint. Do jira ensure that each webhooks endpoint hits will be unique. If not ...
aakash singh's user avatar
0 votes
0 answers
113 views

I'm working on integrating a messaging app using the Messenger Platform and facing an issue when trying to subscribe to a Facebook Page's webhooks via the /subscribed_apps endpoint. Request: POST ...
Achilles Demey's user avatar
4 votes
1 answer
260 views

Our Jenkins deployment jobs have worked flawlessly for years. GitHub is set to call https://jenkins.[our-company]/github-webhook/ whenever a push event occurs. Then Jenkins receives the GitHub json ...
GoodLooking's user avatar

1
2 3 4 5
98