Interface: WebhookAction
types/formManagement/action.WebhookAction
An action that is executed when a submission is create/deleted/udpated in the form management system.
Hierarchy
-
↳
WebhookAction
Properties
handler
• handler: ("after" | "before")[]
When the action should be executed.
Inherited from
Defined in
src/web-app/src/types/formManagement/action.ts:17
method
• method: ("create" | "updated" | "delete")[]
Which methods should trigger the action.
Inherited from
Defined in
src/web-app/src/types/formManagement/action.ts:21
name
• name: string
The name of the action.
Inherited from
Defined in
src/web-app/src/types/formManagement/action.ts:9
settings
• settings: WebhookActionSettings
The settings for the action.
Inherited from
Defined in
src/web-app/src/types/formManagement/action.ts:25
title
• title: string
The title of the action (displayed in the UI).