Webhooks
Simple webhook client and server demo apps.
webhook-server
alphasecio/webhook-client-server
Just deployed
webhook-client
alphasecio/webhook-client-server
Just deployed
Template
This template deploys two services - one each for the webhook server and client. The webhook server is built with Node.js and Express, while the webhook client is built with Streamlit.
Overview
The webhook server listens on port 3000, and exposes two endpoints /webhook-1
and /webhook-2
. The webhook client takes Webhook URL and JSON Payload as inputs, and makes an HTTP POST request to the specified webhook endpoint URL along with the payload. Please note that this is an extremely simple example, and should not be used as-is in any production capacity without appropriate security measures.
Learn More
Template Content
webhook-server
alphasecio/webhook-client-serverwebhook-client
alphasecio/webhook-client-server