Block 1 - π Overview
- Type / Role
- n8n-nodes-base.stickyNote - stickyNote
- Config choices
- Version 1
Stop sending sensitive agency drafts as permanent email attachments. This workflow creates a "self destructing" delivery system that hosts files via UploadToURL , sends branded previews via SendGri...
n8n-nodes-base.stickynote, n8n-nodes-base.webhook, n8n-nodes-base.code, n8n-nodes-base.if, n8n-nodes-uploadtourl.uploadtourl, n8n-nodes-base.googlesheets, n8n-nodes-base.sendgrid, n8n-nodes-base.respondtowebhook
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Jitesh Dugar.
Original n8n.io sourceStop sending sensitive agency drafts as permanent email attachments. This workflow creates a "self-destructing" delivery system that hosts files via UploadToURL, sends branded previews via SendGrid, and automatically expires access after a set duration while logging the entire lifecycle in Google Sheets.
Turns any sensitive file into a professional, time-limited client preview:
active with all metadata before the email is sent.expired and notifies both the client and the agency.n8n-nodes-uploadtourl must be installed.GSHEET_SPREADSHEET_ID: The ID of your tracking sheet.DEFAULT_EXPIRY_HOURS: Default time (e.g., 24) if not specified in the webhook.AGENCY_NAME & AGENCY_EMAIL: For branding the automated emails.BurnerLinks with columns: Token, Recipient Email, Status, Sent At, Expires At, and CDN URL.Generate Link Record code node to update the HTML/CSS for the email templates to match your brand colors.Send your high-stakes pitch deck with a 48-hour window. The urgency encourages the client to review it promptly while protecting your IP.
Share a draft agreement for a quick 24-hour review. Once the window closes, the client is prompted to contact you for the final version.
Share a custom portfolio or "lookbook" with a lead, giving them 7 days of access to create a "limited time" feel to your availability.
Validate Payload code node.Ready to secure your deliveries? Import this template and connect UploadToURL to start sending professional "burner" links today.
Questions about the Google Sheet setup? The workflow includes a detailed sticky note explaining the exact column headers needed for the database sync.
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 | Share time-limited preview links with UploadToURL, SendGrid, and Google Sheets |
|---|---|
| Complexity | advanced |
| Nodes | 19 |
| Categories | File Management |
| Author | Jitesh Dugar |
| Published | 23 Feb 2026 |
Use the JSON export at /data/workflows/13634/13634.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.
Stop sending sensitive agency drafts as permanent email attachments. This workflow creates a "self destructing" delivery system that hosts files via UploadToURL , sends branded previews via SendGri...
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 File Management use case.