4,890 questions
0
votes
0
answers
16
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 ...
0
votes
0
answers
22
views
Paddle Webhook Not Returning Email or Customer Info After Checkout Success
I'm integrating Paddle Checkout on a custom PHP application (not Laravel, not WooCommerce).
I want to retrieve the customer's email address after successful payment so I can send them their plugin ...
-1
votes
0
answers
15
views
Webhooks - Last delivery was not successful. Invalid HTTP Response: 307 in Github Jenkins Integration
I am facing an issue while adding a webhook in github to integrate with Jenkins in local system. I read several other stack overflow posts that insists on using a public address that points to Jenkins ...
0
votes
0
answers
15
views
Graph webhooks for entire organization
I'm trying to make an application that receives notifications when someone in the organization adds an event to his/her outlook calendar.
I am able to achieve this for a single user but i was ...
0
votes
0
answers
59
views
PayPal Webhooks Not Received on Production Server (but working via ngrok and webhook.site)
I’m working on a PayPal integration in a Next.js (App Router) project running on a Hetzner Ubuntu server. It’s reverse proxied through NGINX and optionally uses Cloudflare (currently paused for ...
-1
votes
0
answers
22
views
Argument of type 'Promise<void>' is not assignable to parameter of type 'ClerkWebhookEvent<any>'. ts(2345)
Clerk Webhook Controller
import { Request, Response } from "express";
import { verifyClerkWebhook } from "@/utils/handleClerkWebhook";
import { handleClerkWebhookEvent } from "...
1
vote
1
answer
41
views
Can't publish an app on https://cloud.opencpu.org/ using Github Webhook
Two years ago, the Github webhook was working fine : a push to master was all that was needed.
Today, I just couldn't update the package.
All I am getting is a 400 reply, and "Currently only ...
0
votes
0
answers
9
views
'Secret' field not working as expected in webhooks
Am using admin 'webhooks' in Jira. Create webhook form provides 'secret' field as shown below.
When i receive payload i do not see that in response 'header' or 'footer'.
I do not see any help in ...
1
vote
0
answers
29
views
How to validate stripe signature?
I’m currently working on a small test setup where I’m trying to validate a Stripe webhook signature using C# in a console application. I have written some code for this purpose, and I’m attempting to ...
0
votes
0
answers
57
views
Azure Automation Account using a private endpoint experiencing issues communicating with Webhook URI from Azure Data Factory with Webhook Activity
Resource Group : RG1
Virtual Network : vNet1
Automation Account : acount1
Runbook : Runbook1
language : Powershell 7.2
Access : System Managed ...
0
votes
1
answer
27
views
How to handle an slow request of Stripe webhook?
Following the Stripe documentation I come to create a webhook endpoint on my app to catch the customer.subscription.created event, which I use as a signal to create a new account in my database.
I'm ...
0
votes
0
answers
35
views
Can not receive message webhook from instagram in development mode
I have added two instagram tester accounts in my development mode app and permitted access from both in their settings.
After that, I added my webhook product.
https://neutral-ant-subtly.ngrok-free....
0
votes
1
answer
39
views
Problem between Stripe in test mode and Stripe in production mode
I’m facing an issue. I’ve developed a Supabase edge function that serves as a webhook. The problem is that when I'm in test mode, everything works perfectly, my function correctly receives Stripe ...
1
vote
0
answers
50
views
Stripe Checkout Metadata Missing in Webhook Events
I'm currently building a subscription flow using Stripe Checkout and tracking users through sessions with the help of metadata. I'm facing a persistent issue where the metadata (especially discordId) ...
0
votes
0
answers
16
views
elevenlab agent is becoming silent during workflow
have implemeted the one conversational ai agent in eleven labs and my response goes to webhook tool and agent is receiveing the answer from webhook tool,so during my conversation sometimes i give ...