Build an n8n workflow that turns any copied detail into a fully enriched, tagged CRM record — without touching a single field.
What's inside
by Divjot Sahni · EZYE Consulting · ezye.com.au
The core idea: your copy action is the trigger
Most people paste details into a CRM by hand, field by field, losing focus every time.
The shift: stop treating the copy as a step and start treating it as the trigger itself.
When anything hits your clipboard, a background workflow fires and does the entry for you.
Here's the exact listener setup that watches your clipboard and passes the raw text into n8n…
Turning raw text into a structured lead
A single messy paste — an email signature, a LinkedIn blurb, a forwarded intro — becomes the input.
One AI node reads it and extracts name, company, role, and a few other fields into clean JSON.
The trick is the parsing prompt that never returns half-empty records. We give you the full version inside…
Free access — enter your email below