Interface WiseTriggerNodeParameters

Source
interface WiseTriggerNodeParameters {
    event?:
        | "balanceCredit"
        | "balanceUpdate"
        | "transferActiveCases"
        | "tranferStateChange";
    profileId?: string;
}

Properties§

Source§

readonly event?:
    | "balanceCredit"
    | "balanceUpdate"
    | "transferActiveCases"
    | "tranferStateChange"

Source§

readonly profileId?: string

Choose from the list, or specify an ID using an expression Type options: {"loadOptionsMethod":"getProfiles"}