Interface N8nTrainingCustomerMessengerNodeParameters

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

Properties§

§readonly customerId?: string
§readonly message?: string

Type options: {"rows":4}