Giter Site home page Giter Site logo

awesome-webhooks's Introduction

Awesome Webhooks Awesome

Webhooks are awesome. They are HTTP requests that are triggered when some event happens. The HTTP requests basically notify you the moment something interesting happens. Webhooks enable realtime actions between systems across the internet. To receive webhooks from a system, you often simply need to provide a URL for the system to post to.

Please contribute to this list by pull request or contact me on Twitter @_adeel.

Share this list on Twitter.

Index

  • Community - Web communities to discuss webhooks.
  • About Webhooks - APIs that will make requests to your system about an event.
  • Outgoing - APIs that will make requests to your system about an event.
  • Incoming - APIs that can receive HTTP requests from your system about an event.
  • Development Tools - Resources for API providers and consumers of webhooks.

Community

Places to ask questions and discuss webhooks and associated topics.

About Webhooks

Tutorials, guides, articles about using webhooks.

Outgoing

APIs that will make requests to your system about an event.

Incoming

APIs that can receive HTTP requests from your system about an event.

Development Tools

Resources for API providers and consumers of webhooks.

  • Boomerang - Simple delayed webhook delivery
  • Charles - Tool to inspect HTTP traffic between your local machine and the internet
  • Convoy - An open source webhooks proxy; for sending and receiving events (cloud and open source)
  • Fanout Cloud - docs Push platform supporting webhooks
  • hook.io - Microservice and webhook hosting
  • Hookdeck - Inbound webhook queue supporting fanout, retry, alerting & more
  • hookrelay - Webhook delivery platform (webhooks as a service)
  • HostedHooks - Webhook platform (webhooks as a service)
  • Inhooks - Lightweight Incoming Webhooks Gateway
  • Jiter - Just In Time (JIT) webhooks for scheduling / delaying
  • ngrok - Secure tunnels to localhost
  • Open Webhook - Store webhooks and receive on localhost
  • Reliable Webhook - VS Code extension & relay app to help develop webhooks
  • RequestBin - RequestBin gives you a temporary URL that will collect and inspect requests made to it.
  • REST Hooks - A collection of patterns that treat webhooks like subscriptions
  • Postman - Configure custom webhooks in Postman
  • Svix - Webhook sending platform (webhooks as a service)
  • Svix Playground - Svix version of RequestBin
  • WebhookApp - Test, debug, proxy and replay webhooks
  • WebhookInbox - Like RequestBin but with live updates
  • webhooks.events.dev - Webhook platform (webhooks as a service)
  • webhooks.io - docs Inboud webhook queue
  • webhook.site - Inspect, test & automate any incoming HTTP request or e-mail
  • Webhook Relay - Inbound webhook gateway for devices not directly connected to the Internet
  • Webhook Wizard - Webhook platform (webhooks as a service)
  • WebReducer - Inbound webhook queue
  • Ultrahook - Receive webhooks on localhost
  • Zeplo - docs Add retry, delay, queue and schedule to your HTTP requests
  • Zurl - HTTP client worker with ZeroMQ interface
  • Webhook.cool - Testing tool. Receive and inspect incoming webhooks
  • LocalCan - Ngrok alternative with Public URLs and Local domains. Receive, inspect & replay any request

awesome-webhooks's People

Contributors

didil avatar eczajk1 avatar fiatjaf avatar ghepting avatar horlah avatar jaarson avatar leetrout avatar realadeel avatar samox avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

awesome-webhooks's Issues

"Incoming webhooks" is just a fancy name for HTTP API endpoints

In fact most web APIs out there have the ability to handle "incoming webhooks", if you just pass along with these requests an authentication token, either in the body of the request or in a header.

Slack, IFTTT, Zapier and Mattermost, which are currently listed in the "Incoming" section, just happened to use the name "webhook" for what they in fact offer as simple HTTP endpoints that trigger some specific actions inside them.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.