interface TwakeNodeParameters {
additionalFields?: {
senderIcon?: string;
senderName?: string;
};
channelId?: string;
content?: string;
operation?: "send";
resource?: "message";
}
Properties§
Source§readonly channel Id?: string
readonly channel Id?: string
Channel's ID. Choose from the list, or specify an ID using an expression. Type options: {"loadOptionsMethod":"getChannels"}
Default: {}