Skip to main content
27 votes
2 answers
74k views

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 ...
Grant's user avatar
  • 395
51 votes
3 answers
95k views

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......
Aaron Trumm's user avatar
1 vote
1 answer
3k views

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 ...
Gegham Jivanyan's user avatar
40 votes
5 answers
55k views

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 ...
Christoph's user avatar
  • 5,652
51 votes
4 answers
157k views

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 ...
Ignasi93's user avatar
  • 763
46 votes
5 answers
73k views

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?
leech's user avatar
  • 8,461
37 votes
3 answers
29k views

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 ...
Yamaneko's user avatar
  • 3,583
17 votes
5 answers
6k views

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 ...
Xeoncross's user avatar
  • 57.6k
12 votes
3 answers
30k views

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 ...
mrvnklm's user avatar
  • 1,898
5 votes
2 answers
4k views

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 ...
fuzzi's user avatar
  • 2,337
4 votes
1 answer
6k views

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 ...
user avatar
1 vote
2 answers
3k views

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 ...
Abhinav Tyagi's user avatar
82 votes
10 answers
11k views

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 ...
Cory Gross's user avatar
  • 37.3k
59 votes
2 answers
17k views

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?
Muhammad Rehan Saeed's user avatar
46 votes
7 answers
43k views

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/...
James's user avatar
  • 18.5k

15 30 50 per page
1
2 3 4 5
21