Takes the webhook request from docuseal and passes it to a discord webhook. Filters the request info to the necissary info. Makes the request to discrod show as a comment from the webhook bot.
- WEBHOOK_URL = Make this your discord webhook url
- URL_PATH = Sets automatically to "/". Can be modified but must include a slash.
Required
Optional
-
Docker
- Download the docker image and run image with set environment variables.
- Download files from github repo.
- Install dependencies from requirements.txt filr via pip.
- Run with "flask run".