Monday-Webhook App
Resolve the Challenge, Proxy the Webhook
This app serves as a tiny web proxy to monday in order to configure a URL that can both resolve the monday.com webhook challenge and forward it to a location of your choice.
Install
Build the Image:
- Run
docker image build .
from the root of the repository.
To Run on Kubernetes:
- Download the helm
chart
from the root of the repository. - Populate the
values.yaml
according to your configuration. Configure the mandatoryWEBHOOK_URL
environment variable for the app. - Run
helm install
and wait until all components are healthy.
Quick Usage
curl -X POST http://my-webhook-app/webhook -H "Content-Type: application/json" -d '{"data": "test"}'
monday.com
Configure a webhook for your board using the guide here.