ZAMMAD + WEBHOOK

Install https://golangrepo.com/repo/adnanh-webhook-go-devops-tools Create a cert with openssl. Create an executable script. Create the one who rules all: hooks.json >>> [ { “id”: “webhook_bbr_approved”, “execute-command”: “/usr/local/homegrown/webhooks/execute.sh”, “command-working-directory”: “/usr/local/homegrown/webhooks/output”, “pass-arguments-to-command”: [ { “source”: “string”, “name”: “bbr” }, { “source”: “string”, “name”: “approved” }, { “source”: “payload”, “name”: “ticket.customer.firstname” }, { “source”: “payload”, “name”: “ticket.customer.lastname” }, { “source”: […]