Přeskočit na hlavní obsah

Interface: WebhookAction

types/formManagement/action.WebhookAction

An action that is executed when a submission is create/deleted/udpated in the form management system.

Hierarchy​

Properties​

handler​

• handler: ("after" | "before")[]

When the action should be executed.

Inherited from​

Action.handler

Defined in​

src/web-app/src/types/formManagement/action.ts:17


method​

• method: ("create" | "updated" | "delete")[]

Which methods should trigger the action.

Inherited from​

Action.method

Defined in​

src/web-app/src/types/formManagement/action.ts:21


name​

• name: string

The name of the action.

Inherited from​

Action.name

Defined in​

src/web-app/src/types/formManagement/action.ts:9


settings​

• settings: WebhookActionSettings

The settings for the action.

Inherited from​

Action.settings

Defined in​

src/web-app/src/types/formManagement/action.ts:25


title​

• title: string

The title of the action (displayed in the UI).

Inherited from​

Action.title

Defined in​

src/web-app/src/types/formManagement/action.ts:13