310 questions
27
votes
2
answers
74k
views
How to process a github webhook payload in Jenkins?
I'm currently triggering my Jenkins builds through a GitHub webhook. How would I parse the JSON payload? If I try to parameterize my build and use the $payload variable, the GitHub webhook fails with ...
51
votes
3
answers
95k
views
WooCommerce payment complete hook
After a long search, I found this post:
WooCommerce hook for "after payment complete" actions
which talks about creating web hooks in WooCommerce to notify a script to do...something......
1
vote
1
answer
3k
views
Refresh Google drive access__token
I integrate Google Drive to my app. And want to receive push notifications/webhooks every time something changed in a connected drive account. access_token expires after an hour since drive account ...
40
votes
5
answers
55k
views
How do I receive Github Webhooks in Python
Github offers to send Post-receive hooks to an URL of your choice when there's activity on your repo.
I want to write a small Python command-line/background (i.e. no GUI or webapp) application running ...
51
votes
4
answers
157k
views
How to set Telegram bot webhook?
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 ...
46
votes
5
answers
73k
views
How do I create a GitLab webhook?
I've read that GitLab is capable of sending messages to other servers via "web hooks" but I can't find where one would create one.
Can someone point me in the right direction?
37
votes
3
answers
29k
views
How to create a Gitlab webhook to update a mirror repo on Github?
I would like to create a webhook within Gitlab to automatically update a mirror repository on Github, whenever a push event happens. I've checked this page, but I didn't understand how it is done.
My ...
17
votes
5
answers
6k
views
How to verify a post-receive hook request actually came from github?
Github offers a way to let a URL know when a project has been updated using webhooks.
How do I verify that a post sent to my server's post-receive hook actually came from github?
Should I check the ...
12
votes
3
answers
30k
views
Sending message to different channel via slack webhook fails
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 ...
5
votes
2
answers
4k
views
Slack Incoming Webhook sends as my user
I've created an Incoming Webhook within my Slack workspace. I'm using it from a third party tool to post a JSON object to the hook url. I want to send a notification to @user_1
My issue is that the ...
4
votes
1
answer
6k
views
Why is the Instagram Graph API webhook not working
I am not able to get webhook calls when another user post a comment (with mentions) on another/my media.
Just for testing purposes I set up a ngrok server for my webhook endpoint, which always ...
1
vote
2
answers
3k
views
Dialogflow NodeJs Fulfillment V2 - webhook method call ends before completing callback
I am developing a Dialogflow webhook using dialogflow-fulfillment-nodejs client to find temperature for a city. While using the services to fetch the temperature for a city, everything works and the ...
82
votes
10
answers
11k
views
How can I sync documentation with Github Pages?
I have a project together with several people and we have a README.md file with a bunch of GitHub Flavored Markdown that is rendered on our GitHub page. We also set up a GitHub Pages branch which is ...
59
votes
2
answers
17k
views
Difference between ASP.NET WebHooks and Signal-R
What is the difference between the newly release ASP.NET WebHooks and Signal-R? What are the advantages or disadvantages? What are the use cases for each technology?
46
votes
7
answers
43k
views
Facebook Messenger webhook setup, but not triggered
So I'm trying to setup a bot for the new Facebook Messenger API.
I'm following the quickstart.
I setup the webhook ok, and see it in my webhooks,
I called this:
https://graph.facebook.com/v2.6/me/...