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