1,028 questions with no answers
0
votes
0
answers
46
views
How to sync Fundraise Up webhook data to external authentication provider?
I'm integrating Fundraise Up donations with a membership system that needs authentication. When a user donates, Fundraise Up sends a webhook with donor information, and I need to automatically create/...
0
votes
0
answers
98
views
How to create a direct link to a specific user's conversation in Facebook Business Inbox using Graph API?
I'm working with the Facebook Graph API to fetch webhook data and conversation details for a Facebook Page. I need to create a direct link to a specific user's conversation in the Facebook Business ...
0
votes
0
answers
74
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
32
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
76
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 ...
Best practices
0
votes
0
replies
42
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 ...
1
vote
0
answers
165
views
Question about how configure a "webhook" with "tech provider"
Actually I don't have a specific error, sorry about that. But I would like to ask a few questions about this topic, because I think the documentation a bit confusing.
I followed all the steps to use ...
0
votes
0
answers
87
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
39
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
84
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 ...
1
vote
0
answers
83
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
118
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
vote
0
answers
73
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 ...