Interface RocketchatNodeParameters
Sourceinterface 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;
}
Default: {} Type options: {"multipleValues":true,"multipleValueButtonText":"Add Attachment"}