interface RocketchatNodeParameters {
attachments?: {
audioUrl?: string;
authorIcon?: string;
authorLink?: string;
authorName?: string;
collapsed?: boolean;
color?: string;
fields?: {
fieldsValues: {
short?: boolean;
title?: string;
value?: string;
}[];
};
imageUrl?: string;
messageLink?: string;
text?: string;
thumbUrl?: string;
title?: string;
titleLink?: string;
titleLinkDownload?: boolean;
ts?: string;
videoUrl?: string;
};
attachmentsJson?: string;
channel?: string;
jsonParameters?: boolean;
operation?: "postMessage";
options?: {
alias?: string;
avatar?: string;
emoji?: string;
};
resource?: "chat";
text?: string;
}Properties§
§§§§§§
readonly attachments?: { ... }§
readonly attachments Json?: stringType options: {"alwaysOpenEditWindow":true}
readonly channel?: stringThe channel name with the prefix in front of it
readonly json Parameters?: boolean§readonly operation?: "postMessage"Default: "postMessage"
readonly options?: { ... }Default: {}
readonly resource?: "chat"Default: "chat"
readonly text?: stringThe text of the message to send, is optional because of attachments
Default: {} Type options: {"multipleValues":true,"multipleValueButtonText":"Add Attachment"}