Releases: hotosm/central-webhook
Releases · hotosm/central-webhook
0.1.0-rc
- Adding ability to use CENTRAL_WEBHOOK_API_KEY environment variable to configure API key.
Full Changelog: 0.1.0-beta...0.1.0-rc
0.1.0-beta
- Most functionality should be working now, with three webhook triggers:
-updateEntityUrl
: when properties of Entities are updated.-newSubmissionUrl
: when a new submission is made.-reviewSubmissionUrl
: when a submission review state is updated.
- An
-apiKey
flag is also supported for passing aX-API-Key
header in the request to the receiving server.
Usage of ./centralwebhook:
-apiKey string
X-API-Key header value, for autenticating with webhook API
-db string
DB host (postgresql://{user}:{password}@{hostname}/{db}?sslmode=disable)
-debug
Enable debug logging
-newSubmissionUrl string
Webhook URL for new submission events
-reviewSubmissionUrl string
Webhook URL for review submission events
-updateEntityUrl string
Webhook URL for update entity events
Full Changelog: 0.0.0...0.1.0-beta
0.0.0
Full Changelog: https://github.com/hotosm/odk-webhook/commits/0.0.0