Skip to main content
0 votes
0 answers
46 views

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

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

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'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

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

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

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

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

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

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

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

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

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

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

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 ...

15 30 50 per page
1
2 3 4 5
69