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