Try pre-set campaigns and get your first conversions within 15 minutes.
Mailocator / Actions 2025-01-28 10:06:51

toClipboard - action for copying content to clipboard

To copy content to clipboard, use the toClipboard action as follows:

toClipboard: .copied-element-class-name, COPIED! 
  • the first parameter refers to the class of the element whose content we want to copy
  • the second parameter contains the text that appears in the button after successful copying
 <button onclick="mailocator.do('toClipboard: .copied-element-class-name, COPIED!')">COPY</button>