webhooks Questions
3
I am developing a SPA webapp through which I add events to my users google calendar They have given permission for. However this is my first time using Google calendar API, and was unclear about ho...
Bradwell asked 3/2, 2017 at 10:38
2
I have written this small PoC for discord webhooks and i am getting error that Can not send empty string. I tried to google but couldn't find a documentation or an answer
here is my code
import r...
Sweepstakes asked 29/9, 2018 at 4:30
6
I can't find any information on what algorithm to use to decode WooCommerce webhook field X-Wc-Webhook-Signature in PHP. Does anyone know how to decode it?
Thanks!
Merrymaker asked 1/6, 2017 at 16:15
2
Solved
Following the guide here, I'm trying to set up Google Drive "push notifications" (webhooks) so I can watch for all file changes. I need to send a one-off POST request to https://www.googleapis.com/...
Isaacson asked 15/12, 2016 at 19:31
3
We want to use Slack Webhook (Outgoing Webhook) with an internal web service.
Our company is behind a firewall, so outside connections must be whitelisted.
It appears that Slack has multiple addr...
3
Solved
Can anyone clarify what is the purpose of using queue ?
What i understand is that a webhook is just a URL , you do a POST request to that URL and then do some stuff based on the body/data of the r...
Guessrope asked 3/9, 2018 at 23:14
3
Solved
I'm not sure if I am understanding the way how to use webhooks quite right, but:
I want to send messages in different channels or to different users (not at once), without being involved in that co...
6
I use the same code as in the stripe tutorial:
def webhook(request):
payload = request.body
sig_header = request.META['HTTP_STRIPE_SIGNATURE']
event = None
try:
event = stripe.Webhook.constr...
Marmoreal asked 21/5, 2020 at 14:48
7
Solved
I am using the code provide by Stripe to test a webhook. The Stripe secret and the endpoint secret have been triple checked.
Stripe version: 6.19
Body-Parser: 1.19
When I test webhook on the Stripe...
Stretto asked 29/6, 2019 at 8:38
5
I am using STRIPE for credit card payments in my Asp.net Application. Application have an monthly subscription plan. First time when user subscribe the webhook event 'customer.subscription.created'...
Collete asked 24/3, 2014 at 5:10
6
Solved
Update:
I succesfuly sent a post request from curl to trigger jenkins job:
curl -I -X POST http://jenkinsAccountUserName:jenkinsAccountPassword@JenkinsIp:8080/job/projecty_ci/build -H "Jenkins-Cr...
2
I am currently in test mode with Stripe.
I cancelled a users subscription is Stripe dashboard, but the webhook I set up on my site's web server (which uses Laravel Cashier) does not fire i.e. the s...
Toxic asked 12/4, 2018 at 17:36
2
So this has been such an annoying issue I've been having with facebook.
We :
created a messenger app
verified the web-hook
submitted the app for review
got approval from Facebook
Everything works...
2
Our Company used to self-host GitLab for source-code management and configured webhook on gitlab to trigger all the project pipelines on jenkins. Initially, the gitlab url was 'https://git.fulcrumd...
Pilfer asked 20/6, 2022 at 11:20
2
I'm trying to get WhatsApp's Cloud API working. I managed to set up Meta Business Account and configure a WhatsApp app. Then I configured a webhook and subscribed to messages event (see the followi...
2
I am using woo commerce and I have been looking at the webhooks.
All of them have logs (aka they have been firing)
However, the order.updated webhook is the only one which does not have any logs....
Monanthous asked 8/7, 2015 at 20:51
2
Solved
Our product creates WebHooks at GitHub. One for each customer project.
Each such project, is linked to a single branch.
When a push to GitHub is performed, the corresponding WebHook is triggered...
Melar asked 10/9, 2017 at 11:30
3
I've done a bot for telegram and it worked but some days ago it appears a problem.
"can't use getUpdates method while webhook is active; use deleteWebhook to delete the webhook first"
I u...
2
I think I've done the hard part already: the Github webhook after a push always returns a success message.
I can build manually. But it never builds after the push, because "polling" never happen...
3
I am using a logic app to create a webhook (used in a log search alert), which then pushes the alert payload to slack. I am trying to send along with the alert payload data (to slack) a url to the ...
Crossbreed asked 1/7, 2019 at 19:26
5
The "Settings" menu is supposed to be the last menu, just after the "Graphs" menu.
Not having the "Settings" menu interferes with my ability to set Webhooks.
And yes, this is my repo - I own it.
...
8
Solved
I want to clear all pending_update_count in my bot!
The output of below command :
https://api.telegram.org/botxxxxxxxxxxxxxxxx/getWebhookInfo
Obviously I replaced the real API token with xxx
i...
Modestomodesty asked 27/12, 2016 at 16:41
2
Solved
I'm trying to set up a webhook from Stripe to handle the payment_intent.succeeded event, but I get an exception. This is my code from the Node backend (I have extracted all the relevant parts I hop...
Stephanus asked 15/5, 2019 at 9:10
4
Solved
I'm aware of the customer.subscriptions.trial_will_end event. It fires 3 days before a trial ends.
I couldn't find an event that actually fires when the trial is over and the customer hasn't paid....
Transferase asked 18/11, 2014 at 0:22
4
I'm not very knowledgeable in SSL and certificates. I used the post
"How to use hash_hmac() with "SHA256withRSA" on PHP?" to see if I can get webhooks with PayPal working.
The issue I a...
© 2022 - 2024 — McMap. All rights reserved.