4,865 questions
Best practices
0
votes
2
replies
70
views
How to verify webhook signatures from multiple providers (Stripe, GitHub, Shopify, etc.) in Go?
I'm building a webhook handler that needs to accept webhooks from multiple providers (Stripe, GitHub, Shopify, Twilio, etc.). Each provider uses different signature verification methods:
- Stripe: ...
0
votes
0
answers
62
views
How to set the Elevenlabs webhook type programmatically?
I am using ElevenLabs for transcribing audio (speech to text), and want to create a webhook which will be triggered once audio transcription is complete.
I found that you must specify the webhook type ...
0
votes
0
answers
30
views
I want to use ngrok's .app domain in python so I can use the whatsapp api
I'm using ngrok Free to expose a local server. The problem is that ngrok always assigns me a domain: xxxxx.ngrok-free.dev and I need the domain to be .app because WhatsApp Cloud API does not accept ....
0
votes
0
answers
72
views
Zoom Server-to-Server OAuth App – “URL validation failed” & “Invalid redirect” issues using Laravel (ngrok / Cloudflare Tunnel)
I'm building a Server-to-Server OAuth Zoom App for my Laravel project, and I'm facing two issues during setup:
1. Zoom Webhook – “URL validation failed. Try again later.”
I’m using a local ...
1
vote
1
answer
45
views
Flutterwave Webhook Not Triggering in Production (Works on Development)
I am integrating Flutterwave payments in my project(Node.js/Express).
In development, deposits work correctly:
User pays;
Flutterwave triggers the webhook;
Payment gets verified and the user balance ...
Best practices
0
votes
0
replies
39
views
Why prefer webhooks to CDC?
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 ...
0
votes
0
answers
78
views
Is it reasonable to use Cloud storage for async webhook processing on Cloud Run
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-...
0
votes
0
answers
36
views
Paypal: sandbox webhook works, when switched to live - nothing
So here is my problem... I setup everything in sandbox environment including a webhook (PAYMENT.CAPTURE.COMPLETED event). Everything works perfectly, my API gets called and logs appear on dashboard.
...
0
votes
0
answers
51
views
Paypal webhook simulator not firing
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 ...
1
vote
0
answers
82
views
'Invalid webhook signature' when using ngrok for stripe webhooks
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 ...
0
votes
1
answer
67
views
Webhook requires pooling on client side after data is pushed to webhook endpoint?
I do not understand the real difference between webhooks and traditional pooling of endpoints because to me webhooks still require pooling.
**Traditional case: Client asks, server tells
**
In a ...
0
votes
2
answers
91
views
Docusign connect event Notification (Rest API) not being received by Microsoft Teams
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/).
...
0
votes
1
answer
70
views
Why Github webhook deliveries list is empty while push is happening?
I am troubleshooting a problem with connection between Github and Jenkins, but it looks like the Github webhook deliveries list is completely empty despite having multiple branches with push happening....
1
vote
0
answers
82
views
RabbitMQ Error: "PRECONDITION_FAILED - reply consumer cannot acknowledge" Code: 406
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 ...
1
vote
0
answers
108
views
Persistent Stripe Webhook Secret for local development
I created a sandbox for local development specifically, and using docker-compose I spin up a tunnel via stripe-cli using the following service:
stripe:
image: stripe/stripe-cli
container_name: ...
0
votes
0
answers
28
views
Detecting Primary Domain Updates in GHL
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.
...
-1
votes
1
answer
86
views
Does Bit Flows Pro limit either the number of nodes executed in a single flow or the maximum duration?
Bit Flows Pro flow stops early (~20–21s) with fewer nodes than expected on WordPress (OpenLiteSpeed + lsphp). Where is the timeout coming from and how do I raise it?
Environment
WordPress + Bricks ...
1
vote
0
answers
68
views
Facebook/Instagram webhook not firing for non-admin/tester business accounts
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 ...
0
votes
1
answer
98
views
Markdown Table Displays Correctly in Console but Misaligned in Mezon
I am working on a C# application that generates a Markdown table to summarize project timesheet data. I want to send it to a Discord like platform called Mezon. The table displays correctly (with ...
0
votes
0
answers
126
views
n8n Production Webhook URLs Fail Facebook Webhook Verification While Test URLs Work - Same Configuration
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 ...
0
votes
0
answers
86
views
Xero Api Webhook Intent to Receive C#
I am struggling to set up my controller to validate Xero's webhook for intent to receive validation. I can't seem to find any documentation on how to set it up in .Net using C#.
This is my code ...
1
vote
1
answer
150
views
Apple StoreKit Certificate API Now Requires Authentication (401 Error) - Started September 1, 2025
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
...
0
votes
1
answer
262
views
Run workflow globally for all repos in an organization
company/repo_A -> some commit \
company/repo_B -> run workflow in company/repo_codecheck
company/repo_C -> some commit /
company/repo_D
We are looking to implement code ...
1
vote
0
answers
179
views
Plivo <Stream> + ElevenLabs Conversational AI WebSocket – no audio playback on call
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: ...
1
vote
0
answers
72
views
How to receive the request object from webhook, Clientdisconnect exception. `Client disconnected before the server could read the request body`
I'm integrating the LINE messaging API with bot server. Likewise the Whatsapp Business API. To create the public URL, I used ngrok. Now whenever the user send the message to us, the LINE server send ...
0
votes
1
answer
319
views
Stripe Webhook - my API version is not in the dropdown on the webhook setup page
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 ...
0
votes
0
answers
68
views
Square Webhook doesn't give confirmation if the payment is done or not to Python-django
I'm encountering a critical issue where my Django backend is unable to receive confirmation from Square about whether a payment has been completed.
Environment details:
Python: 3.13.2
Django: 5.1.6
...
1
vote
0
answers
47
views
I'm not receiving webhooks when enrolled in Conversation Routing
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 ...
1
vote
0
answers
56
views
How to send custom data (e.g., site URL or user ID) with FastSpring webhook?
I'm integrating FastSpring with my WordPress plugin, and I'm using a webhook like this: https://example.com/wp-json/v1/webhook
Whenever a payment is completed in FastSpring, a webhook is triggered — ...
0
votes
1
answer
54
views
After Once mutating webhook modifies object, subsequent validating webhook calls get empty object
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 ...
0
votes
0
answers
60
views
How to Detect App Uninstall Event in Webflow?
I'm currently developing a Webflow app and have completed the OAuth integration. I successfully installed the app on our development site, and it's now listed under the Apps & Integrations section....
0
votes
0
answers
50
views
How to access LinkedIn Messaging and Comment APIs for custom integration?
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 ...
0
votes
1
answer
231
views
iOS In-App Purchase Webhook: How to Get User ID or Custom Parameter in Server-Side Webhook?
I'm integrating iOS in-app subscriptions with a NestJS backend. I've set up Apple’s server-to-server (S2S) subscription webhooks, and they're being received successfully.
Current flow:
User purchases ...
0
votes
0
answers
60
views
Next.js App Router API Route (Stripe Webhook) Returns 302 Instead of 200 on Google Cloud Workstations
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 ...
0
votes
1
answer
76
views
Remove/Disable webhook from elementor pro forms
I am editing a Wordpress website that has Elementor pro. This website has many forms and I created a custom code to send an API request for specific forms instead of the webhook that is already inside ...
0
votes
1
answer
142
views
I am trying to send POST request to create webhook registration via organization level
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 ...
0
votes
0
answers
36
views
Problem with character encoding on apache server while receiving a Stripe webhook
I'm currently trying to implement a payment system using Stripe. After a payment, Stripe sends a webhook containing information about the purchase. However, before even a single line of php code is ...
0
votes
1
answer
101
views
PayPal webhook signature verification failing in Node.js with crypto — how to debug raw body and message formatting issues?
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 ...
0
votes
0
answers
54
views
How to Create an Organization-Level Zoom Integration to Send Meeting Transcripts via Webhook in Python?
I'm trying to create an organization-level Zoom integration using Python. The goal is:
After every Zoom meeting, automatically send the meeting transcript to a Webhook URL that I control.
My ...
1
vote
1
answer
25
views
AssignPolicyToResources Webhook in Autodesk Forge Only Fires on First Permission Change
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 ...
0
votes
0
answers
308
views
discord.py "Unknown Webhook 10015" since new router
Ever since getting my new router (HG8147X6) I seem to have constantly run into an issue with my Discord.py bots.
After starting the bot, every slash command works once, then all of them fail (I get ...
2
votes
0
answers
106
views
Gmail Pub/Sub Push Notifications Reach Cloud Run but Not My Python Webhook App
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 ...
1
vote
1
answer
165
views
Can Azure DevOps Service Hooks (SaaS) access a private endpoint in an Azure VNet via Private Link?
I have an internal Azure Function app that is deployed inside a VNet and is not exposed to the public internet. It is integrated with a private endpoint and uses a private DNS zone for name resolution....
0
votes
1
answer
15
views
Check whether workitem change was made in webhook or UI
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 ...
-2
votes
1
answer
52
views
Webhook security - Github calling a Webhook
I'm looking at implementing some functionality in Runbooks, accessed via a webhook. The runbooks will be called from a HALO (ITSM) workflow, through to Github then into Azure.
I'm having problems ...
0
votes
2
answers
74
views
Xero Webhooks Intent to Receive - Laravel
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 ...
0
votes
1
answer
382
views
Triggering ArgoCD webhook using Github Actions
I want to utilize the this annotation: https://argo-cd.readthedocs.io/en/stable/operator-manual/high_availability/#webhook-and-manifest-paths-annotation but I can't use the traditional Github webhooks ...
0
votes
0
answers
65
views
Jira Webhook idempotency key
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 ...
3
votes
1
answer
331
views
Next.js API Route Error: "Cannot destructure property 'environmentVariableSelector' of 'undefined'" in Serverless Function
I'm encountering a runtime error in a Next.js (v13+) API route that handles Stripe webhooks. The error occurs during the build/deployment process in AWS Amplify, and I can't pinpoint the exact cause.
...
0
votes
0
answers
129
views
Meta Graph API - Can't subscribe app to page webhooks via /subscribed_apps using system user token
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 ...