Interface HookCreate

Hierarchy

  • HookCreate

Properties

dependencies?: {
    [key: string]: any;
}

Dependencies of this hook used by webtask server.

Type declaration

  • [key: string]: any
enabled?: boolean

Whether this hook will be executed (true) or ignored (false).

name: string

Name of this hook.

script: string

Code to be executed when this hook runs.

Execution stage of this rule. Can be credentials-exchange, pre-user-registration, post-user-registration, post-change-password, or send-phone-message.