Skip to content

ref-app/zammad-to-slack

Repository files navigation

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>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published