Copy to Clipboard

Action doc.on.clipboard

action.copy_to_clipboard

Copy text content or a file reference to the macOS clipboard. In auto-detect mode, the node inspects the incoming payload and chooses the appropriate clipboard type automatically. You can also force text or file mode explicitly.

Ports

DirectionNameData TypeDescription
InputInputAnyIncoming payload
OutputOutputAnyPassthrough with copy metadata

Configuration

FieldTypeDefaultDescription
modeDropdownautoCopy mode: Auto-detect, Text, or File
textText AreaText to copy. Supports {{var}} interpolation. Visible when mode = text.
filePathTextFile path to copy as a file reference. Visible when mode = file.

Output Variables

VariableTypeDescription
copiedBooleanWhether content was copied
contentTypeStringWhat was copied: image, file, or text

Example

Copy formatted webhook data to the clipboard: