PropaGator Demo

This page documents how to test webhook capture and replay. Use the endpoint below to send a request.

Send webhook to:
POST https://www.propagator.mindgoner.com/demo/webhook
Example request
curl -X POST "https://www.propagator.mindgoner.com/demo/webhook" \
  -H "Content-Type: application/json" \
  -d '{"event":"demo","value":123}'

Verification & Status

Check last recorded request
https://www.propagator.mindgoner.com/demo/latest
GET this endpoint to verify that data was recorded.
Pull endpoint (public server)
https://www.propagator.mindgoner.com/propagator/pull
Protected with HTTP Basic auth.

Required configuration

Variable Value Status
PROPAGATOR_KEY - ok
PROPAGATOR_AUTH_SECRET - ok
PROPAGATOR_SECRET - ok
PROPAGATOR_PULL_PATH /propagator/pull ok

Optional configuration

Variable Value Status
PROPAGATOR_REMOTE_URL not set
PROPAGATOR_LOCAL_URL https://propagator.mindgoner.com ok