-
-
Notifications
You must be signed in to change notification settings - Fork 5
Deliver a payload to a configured webhook on form submission #15
Copy link
Copy link
Closed
Labels
P2Medium priority tasks.Medium priority tasks.area: adminCode relating to admin functionality like creating and reading form responses.Code relating to admin functionality like creating and reading form responses.area: form submissionCode relating to the response submission to forms backend.Code relating to the response submission to forms backend.type: featureA new feature that should be added to the application.A new feature that should be added to the application.
Metadata
Metadata
Assignees
Labels
P2Medium priority tasks.Medium priority tasks.area: adminCode relating to admin functionality like creating and reading form responses.Code relating to admin functionality like creating and reading form responses.area: form submissionCode relating to the response submission to forms backend.Code relating to the response submission to forms backend.type: featureA new feature that should be added to the application.A new feature that should be added to the application.
Type
Fields
Give feedbackNo fields configured for issues without a type.
We should attach an optional Discord webhook to the forms to relay new submissions into a Discord channel.
We'll need to update the form model and
SCHEMA.mdfile with an optionalwebhook_urlproperty and aWEBHOOK_ENABLEDform feature.