Block 1 - Sticky Note - Main Overview
- Type / Role
- n8n-nodes-base.stickyNote - stickyNote
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
This workflow contains community nodes that are only compatible with the self hosted version of n8n. Generate dynamic email sequences with runtime context and external data Who is this for? Growth ...
n8n-nodes-base.stickynote, n8n-nodes-base.webhook, @n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.lmchatanthropic, n8n-nodes-octavehq.octave, n8n-nodes-base.httprequest
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Nalin.
Original n8n.io sourceThis workflow contains community nodes that are only compatible with the self-hosted version of n8n.
Growth teams, sales development reps, and outbound marketers who want to reference specific, real-time information about prospects in their email sequences. Built for teams that have access to external data sources and want to create truly contextualized outreach that feels impossibly relevant.
Most outbound sequences are static - they use the same messaging for everyone regardless of what's actually happening at the prospect's company right now. You might know they're hiring, launched a product, got funding, or expanded to new markets, but your email sequences can't dynamically reference these timely events. This workflow shows how to inject real-time external context into Octave's sequence generation, creating outreach that feels like you're personally monitoring each prospect's company.
Lead Data & Context Collection:
Runtime Context Integration:
Dynamic Sequence Generation:
Campaign Integration:
Required Credentials:
Step-by-Step Configuration:
Set up External Data Source:
Set up Octave Sequence Agent:
your-octave-sequence-agent-id with your actual sequence agent IDConfigure Email Platform:
your-campaign-id-here with your actual campaign IDSet up Lead Source:
your-webhook-path-here with a unique, secure pathRequired Webhook Payload Format:
{
"body": {
"firstName": "Alex",
"lastName": "Chen",
"companyName": "InnovateTech",
"companyDomain": "innovatetech.com",
"profileURL": "https://linkedin.com/in/alexchen",
"email": "[email protected]",
"jobTitle": "VP of Engineering"
}
}
External Data Sources: Replace the AI agent with your preferred context collection method:
Runtime Context Configuration: Customize how external data integrates with sequences:
Data Processing: Replace the example AI agent with your external data processing:
Sequence Customization: Configure Octave sequence generation:
Email Platform Integration: Adapt for different email sequencing platforms:
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 | Generate Personalized Email Sequences with Octave, LLM & External Data |
|---|---|
| Complexity | intermediate |
| Nodes | 11 |
| Categories | Lead Nurturing, Multimodal AI |
| Author | Nalin |
| Published | 20 Aug 2025 |
Use the JSON export at /data/workflows/7617/7617.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.
This workflow contains community nodes that are only compatible with the self hosted version of n8n. Generate dynamic email sequences with runtime context and external data Who is this for? Growth ...
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 Lead Nurturing, Multimodal AI use case.