# Start poche first
poche init && poche serve 7700
# Configure and run machhook
export MACHHOOK_POCHE_URL=http://127.0.0.1:7700
export MACHHOOK_POCHE_TOKEN=<admin-token>
machhook init
machhook serve --port 8787
# Send a webhook
curl -X POST http://127.0.0.1:8787/v1/hooks -d '{"event":"test"}'
# Inspect
machhook list
machhook show <id>