aboutsummaryrefslogtreecommitdiffstats
path: root/backend/constants.py
diff options
context:
space:
mode:
authorGravatar Hassan Abouelela <[email protected]>2020-12-17 04:31:37 +0300
committerGravatar Hassan Abouelela <[email protected]>2020-12-17 06:35:22 +0300
commitb80b3293a5cc50d4482ead0903d516652f83b27e (patch)
tree604d70d7dd6522b30bfb528b653eddbf5cba0424 /backend/constants.py
parentCreate config.yml (diff)
Adds Webhook Option
Adds webhook option on form creation, and adds validation. Updates `SCHEMA.md`. Signed-off-by: Hassan Abouelela <[email protected]>
Diffstat (limited to 'backend/constants.py')
-rw-r--r--backend/constants.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/backend/constants.py b/backend/constants.py
index fdf7092..e733e53 100644
--- a/backend/constants.py
+++ b/backend/constants.py
@@ -58,3 +58,4 @@ class FormFeatures(Enum):
OPEN = "OPEN"
COLLECT_EMAIL = "COLLECT_EMAIL"
DISABLE_ANTISPAM = "DISABLE_ANTISPAM"
+ WEBHOOK_ENABLED = "WEBHOOK_ENABLED"