Print

Prints text to war room (Markdown supported)

javascript · Common Scripts

Source

return {
    HumanReadableFormat: formats.markdown,
    Type: entryTypes.note,
    Contents: args.value,
    HumanReadable: args.value
};

README

Prints text to the War Room. Markdown is supported.

Script Data


Name Description
Script Type javascript
Tags Utility

Inputs


Argument Name Description
value The value to print to the War Room. To print a stored value that is stored in context, the value should be in format $\{key\}, where the key is the name of context key.

Outputs


There are no outputs for this script.