webhooks Questions
1
I'm using bullmq to send webhooks events. Jobs are scheduled and an automatic retry is in place. Let's say I want to re-execute some tasks which already successfully completed and I have the ids of...
2
I'm trying to sync my Clerk data to my database in my Next js 13 project. My webhooks are publicly exposed with Ngrok. Here's my code:
import { IncomingHttpHeaders } from "http";
import {...
4
Solved
Sendgrid webhook has sg_message_id
But the response of Web API v2 when sending mail doesn't have sg_message_id.
In fact, there is only message showing only success or failed.
So, how do i associat...
3
I'm confused about why Stripe's documentation suggests the customer.subscription.updated event is not fired when I believe it should:
A Stripe subscription object has the properties current_perio...
Lobation asked 11/10, 2016 at 8:12
4
Solved
I'm developing a Telegram bot, and I want to set the webhook to my domain's URL. I've already generated a self-signed certificate following the Telegram's guide. However, I'm not able to set the we...
Waine asked 2/3, 2017 at 11:42
3
Solved
I try to work with a webhook to get a JSON,
I read that I should install ngrok because webhooks do not work locally, so I installed ngrok,
and tried to follow this small tuto : https://medium.com...
Happy asked 19/12, 2019 at 15:15
5
I am using Stripe Checkout in an ASP.NET Web Forms app to let people pay for subscriptions, and that part of the code works fine. I created a webhook with the following code:
using Stripe;
using St...
Proctor asked 8/6, 2021 at 21:51
4
I am playing around with Paypal REST(php) enviroment and i like to play around with the sandbox webhooks.
Is it possible to use paypal sandbox webhooks with a local setup? http://localhost/test
i...
Lira asked 22/1, 2015 at 13:24
4
I would be creating Stripe web hooks and want to know how to ensure security such that only Stripe can access my URL?
I am using Laravel with the Stripe library.
Ence asked 3/2, 2015 at 9:57
5
Stripe .net "The signature for the webhook is not present in the Stripe-Signature header."
I am using Stripe.net SDK from NuGet. I always get the
The signature for the webhook is not present in the Stripe-Signature header.
exception from the StripeEventUtility.ConstructEvent method.
[H...
Numbing asked 27/9, 2017 at 15:14
2
Solved
I am currently facing an issue with the Meta Cloud API and WhatsApp Business API and I'm seeking some guidance.
Issue Description:
I have a WhatsApp chatbot for customers, and to facilitate testing...
Kirkwall asked 5/1 at 19:30
2
Solved
(I already asked in the Microsoft Forum but didn't get an answer.)
I have an App Service using a private registry with Continuous Deployment enabled. The app is running totally fine but the Webhoo...
Ipecac asked 15/2, 2019 at 17:2
3
I've created Jenkins Pipline job and want it to be triggered on my GitHub repo push event.
I've added repo url to job config and checked "trigger on push option":
I've also added GitHub token wi...
Corinacorine asked 3/5, 2017 at 11:23
3
Solved
I use Stripes' webhooks and want to get notified, if the customer successfully "paid the bill". I came across two webhooks, which in my opinion both could do the job:
Webhook "invoi...
Establishmentarian asked 12/11, 2020 at 18:35
6
I am integrating SNS and Slack. I have created a slack app with incoming webhook enabled. I have got the webhook URL. I created a subscription for a SNS Topic with HTTPS protocol and set the Endpoi...
Bimonthly asked 17/3, 2018 at 19:42
12
I am creating a payment gateway using Stripe.
I want to set my localhost url localhost/stripe/webhook.php as my webhook url. Is it possible to set a localhost address as a webhook url? This will b...
Crossman asked 12/3, 2013 at 9:21
4
Solved
I have successfully built out a rails app as per Ryan Bates' railscast (http://railscasts.com/episodes/288-billing-with-stripe) - However, in the railscast he doesn't cover webhooks. I was wonderin...
Diaspora asked 21/2, 2012 at 3:5
3
Solved
I've been reading about Webhooks and I'm trying to determine if it's a specification vs a style/pattern.
By "specification" I mean that the implementation details, e.g. headers, payload and so on ...
Evoy asked 31/5, 2010 at 18:59
5
Pulling my hair out trying to pass a raw body for Stripe webhook on NextJS!.
Trying lots of solutions from everywhere and I cant seem to make it work.
Opening it up the devs with superpowers (of wh...
Wallaroo asked 15/11, 2021 at 0:59
3
I've added webhooks using Trello's API (Node JS package).
How do I get the current webhooks or how do I get an existing webhook ID?
Could'nt find a way through the API:
https://developers.trello.co...
2
This is my first time working with Webhooks and I was wondering if it was possible to receive notifcations from a Webhooks subscription. I'm using create-react-app for my project and want to use gi...
Trujillo asked 14/5, 2020 at 4:23
3
Solved
I have been looking around for how to create a webhook that is triggered when an email is sent or received in Gmail. For example someone sends an email, that email gets POSTed as a JSON object to o...
Sudoriferous asked 29/5, 2014 at 7:56
1
Solved
I am developing a webhook in which a third-party service will hit my URL and will provide some files, now I can not use FastAPI's UploadFile = File (...) because it throws an error of the required ...
6
Solved
A webhook is sending me a POST, and I want to do some debugging on it. Currently I'm looping over the array and then sending a mail() to myself instead of printing (because how could I see what's p...
2
Solved
I'm currently using SendGrid's Inbound Parse Webhook to feed emails to my application. I've been able to get it working by pointing the URL to an endpoint which my application has exposed. SendGrid...
1 Next >
© 2022 - 2024 — McMap. All rights reserved.