Block 1 - Build vCard File
- Type / Role
- n8n-nodes-base.code - code
- Config choices
- Version 2
What This Workflow Does Snap a photo of a business card – or a whole stack laid out on a desk – and get back a Google Sheets row for every contact plus a file you can tap to add directly to your iP...
n8n-nodes-base.code, n8n-nodes-base.googlesheets, n8n-nodes-base.telegramtrigger, @easybits/n8n-nodes-extractor.easybitsextractor, n8n-nodes-base.splitout, n8n-nodes-base.set, n8n-nodes-base.merge, n8n-nodes-base.telegram
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Felix.
Original n8n.io sourceSnap a photo of a business card – or a whole stack laid out on a desk – and get back a Google Sheets row for every contact plus a .vcf file you can tap to add directly to your iPhone
Built for the moment you come back from a conference with 30 cards in your pocket. Lay them out, take one photo, and your contacts are in your phone before you finish your coffee.
timestamp · name · title · company · email · phone · website · address · notesThe easybits Extractor is a verified community node, so it's available on n8n Cloud out of the box – just search for "easybits Extractor" in the node panel and start using it. No installation needed.
On a self-hosted instance, go to Settings → Community Nodes → Install and enter: @easybits/n8n-nodes-extractor
Once added to your canvas, you only need two values from your easybits pipeline details page:
Leave Input Type on Binary Files (the default) – it reads the photo binary directly from the Telegram node, no encoding step needed.
Contacts are matched by email when available, otherwise by name + company. If a contact already exists in the sheet, it won't be re-added or sent back as a vCard – only genuinely new contacts come through.
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Scan business cards to Google Sheets and iPhone contacts with Telegram and easybits |
|---|---|
| Complexity | advanced |
| Nodes | 20 |
| Categories | Document Extraction, AI Summarization |
| Author | Felix |
| Published | 07 May 2026 |
Use the JSON export at /data/workflows/15530/15530.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
What This Workflow Does Snap a photo of a business card – or a whole stack laid out on a desk – and get back a Google Sheets row for every contact plus a file you can tap to add directly to your iP...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Document Extraction, AI Summarization use case.