Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 607 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 607 Bytes

A simple web server written in Typescript, nodejs and express to accept inbound webhook calls from Zammad and forward only the event without content to a slack channel

Running it locally

yarn && yarn start

Running it locally with Docker

docker build -t zammad-to-slack .
docker run -d -p 8000:8000 zammad-to-slack

Running it in your favourite docker orchestration environment

The docker image is available on public.ecr.aws/refapp/zammad-to-slack:

Publishing it

./build-docker.sh or ./ecr-publish-docker.sh <AWS_PROFILE> <ECR_PUBLIC_ALIAS>