Webhooks

Webhooks

Simple webhook client and server demo apps.

Deploy Webhooks

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

More templates in this category

View Template
mellow-vue

mellow-vue

A full-stack Vue app with The Boring JavaScript Stack.


View Template
.NET8 Web API

.NET8 Web API

A basic ASP.NET Core Web API template (.NET 8)


View Template
Django Monolith

Django Monolith

A Django app connected to a Postgres database with Celery and Celery Beat.