Interface N8nTrainingCustomerMessengerNodeParameters

Source
interface N8nTrainingCustomerMessengerNodeParameters {
    customerId?: string;
    message?: string;
}

Properties§

Source§

readonly customerId?: string

Source§

readonly message?: string

Type options: {"rows":4}