Consumes various webhooks and fires others.
When the Docker Hub pushes a new image, post to Datadog an Hipchat and then callback the hub.
When a room message fires, CC the message to Slack
Hipchat webhooks are configured like
curl 'api.hipchat.com/v2/room/${ROOMNAME}/webhook?auth_token=${AUTH_TOKEN}' -XPOST -H 'content-type: application/json' -d '{"url":"${HOOK_URL}","pattern":".*","event":"room_message","name":"${HOOK_NAME}"}'
- DATADOG_API_KEY
- HIPCHAT_AUTH_TOKEN
- HIPCHAT_ROOM
- HIPCHAT_SENDER_NAME
- SLACK_HOOK_URL