Personalisierte Vertriebs-E-Mails mit Claude 3.7 via OpenRouter basierend auf LinkedIn-Daten generieren
Dies ist ein Lead Nurturing, Multimodal AI-Bereich Automatisierungsworkflow mit 23 Nodes. Hauptsächlich werden If, Set, Gmail, Filter, Aggregate und andere Nodes verwendet. Auf Basis von LinkedIn-Daten über OpenRouter Claude 3.7 zum Generieren personalisierter Vertriebs-E-Mails verwenden
- •Google-Konto + Gmail API-Anmeldedaten
- •Möglicherweise sind Ziel-API-Anmeldedaten erforderlich
- •Google Sheets API-Anmeldedaten
Verwendete Nodes (23)
Kategorie
{
"meta": {
"instanceId": "45e293393b5dd8437fb351e5b1ef5511ef67e6e0826a1c10b9b68be850b67593",
"templateCredsSetupCompleted": true
},
"nodes": [
{
"id": "ad859b3e-dc9e-4016-b9c5-3585eb2fb43e",
"name": "Bei Klick auf 'Workflow ausführen'",
"type": "n8n-nodes-base.manualTrigger",
"position": [
-240,
-100
],
"parameters": {},
"typeVersion": 1
},
{
"id": "cb022f15-5f65-4e14-885e-ab394c3b56ef",
"name": "Aggregieren",
"type": "n8n-nodes-base.aggregate",
"position": [
820,
-80
],
"parameters": {
"include": "specifiedFields",
"options": {},
"aggregate": "aggregateAllItemData",
"fieldsToInclude": "searchResult",
"destinationFieldName": "results"
},
"typeVersion": 1
},
{
"id": "b358d396-0a34-41fe-9b54-038b0e8256d8",
"name": "Nur Personen-Links",
"type": "n8n-nodes-base.filter",
"position": [
620,
-80
],
"parameters": {
"options": {},
"conditions": {
"options": {
"version": 2,
"leftValue": "",
"caseSensitive": true,
"typeValidation": "strict"
},
"combinator": "and",
"conditions": [
{
"id": "39ff27fa-4a6a-4c30-9775-bdb9f4395eed",
"operator": {
"type": "string",
"operation": "regex"
},
"leftValue": "={{ $json.searchResult.url }}",
"rightValue": "^https:\\/\\/www\\.linkedin\\.com\\/in\\/[a-zA-Z0-9\\-_%]+\\/?$"
}
]
}
},
"typeVersion": 2.2
},
{
"id": "7b52cb25-50bf-4398-96d5-ee38dc978576",
"name": "Haftnotiz",
"type": "n8n-nodes-base.stickyNote",
"position": [
380,
-240
],
"parameters": {
"color": 6,
"width": 840,
"height": 400,
"content": "## Get Person Profile data from LinkedIn\n- Apify => Google search for \"{{ First Name }} {{ Last Name }} {{ Company }} site:linkedin.com\"\n- Does a RegEx to filter people pages (assumes the first result is correct - won't work for John Smith @ Walmart)\n- Apify => Fetch matched LinkedIn Person URL"
},
"typeVersion": 1
},
{
"id": "3d49a9fb-1a85-4bf1-9d82-5afa85b7dc2b",
"name": "Aggregieren1",
"type": "n8n-nodes-base.aggregate",
"position": [
1000,
500
],
"parameters": {
"include": "specifiedFields",
"options": {},
"aggregate": "aggregateAllItemData",
"fieldsToInclude": "searchResult",
"destinationFieldName": "results"
},
"typeVersion": 1
},
{
"id": "0d529556-abca-44ee-8f59-35d7c0458a38",
"name": "Haftnotiz1",
"type": "n8n-nodes-base.stickyNote",
"position": [
380,
200
],
"parameters": {
"color": 6,
"width": 1300,
"height": 520,
"content": "## Get Company Profile data from LinkedIn\n- Apify => Google search for {{ Company }} site:linkedin.com\n- Does a RegEx to filter company pages (assumes the first result is correct)\n- Apify => Fetch matched LinkedIn Company URL"
},
"typeVersion": 1
},
{
"id": "5f9cda61-14be-4af2-aa7c-442ca90d7941",
"name": "Abrufen LinkedIn Person",
"type": "n8n-nodes-base.httpRequest",
"onError": "continueRegularOutput",
"position": [
1000,
0
],
"parameters": {
"url": "https://api.apify.com/v2/acts/apimaestro~linkedin-profile-detail/run-sync-get-dataset-items",
"method": "POST",
"options": {},
"sendBody": true,
"sendQuery": true,
"authentication": "genericCredentialType",
"bodyParameters": {
"parameters": [
{
"name": "username",
"value": "={{ $json.results.first().searchResult.url }}"
}
]
},
"genericAuthType": "httpHeaderAuth",
"queryParameters": {
"parameters": [
{
"name": "memory",
"value": "4096"
},
{
"name": "timeout",
"value": "180"
}
]
}
},
"credentials": {
"httpHeaderAuth": {
"id": "bJQWEiMA9ceXQW5s",
"name": "Header Auth account"
}
},
"typeVersion": 4.2,
"alwaysOutputData": true
},
{
"id": "8b725ed1-8595-4cf2-80d4-fadb5e2a344e",
"name": "Nur Unternehmens-Links",
"type": "n8n-nodes-base.filter",
"position": [
820,
500
],
"parameters": {
"options": {},
"conditions": {
"options": {
"version": 2,
"leftValue": "",
"caseSensitive": true,
"typeValidation": "strict"
},
"combinator": "and",
"conditions": [
{
"id": "39ff27fa-4a6a-4c30-9775-bdb9f4395eed",
"operator": {
"type": "string",
"operation": "regex"
},
"leftValue": "={{ $json.searchResult.url }}",
"rightValue": "^https:\\/\\/www\\.linkedin\\.com\\/company\\/[a-zA-Z0-9\\-_%]+\\/?$"
}
]
}
},
"typeVersion": 2.2
},
{
"id": "bf62897a-7f7c-45dc-b142-dd34f30a0a09",
"name": "Aktuelles Unternehmen vorhanden?",
"type": "n8n-nodes-base.if",
"position": [
400,
360
],
"parameters": {
"options": {},
"conditions": {
"options": {
"version": 2,
"leftValue": "",
"caseSensitive": true,
"typeValidation": "strict"
},
"combinator": "and",
"conditions": [
{
"id": "b762cbba-c2eb-4bf3-95b2-783d59ad862a",
"operator": {
"type": "string",
"operation": "exists",
"singleValue": true
},
"leftValue": "={{ $json.basic_info.current_company_url }}",
"rightValue": ""
}
]
}
},
"typeVersion": 2.2
},
{
"id": "20b6b7d5-4082-4f38-a596-7c36fa46020d",
"name": "Google Suche nach Unternehmen LinkedIn",
"type": "n8n-nodes-base.httpRequest",
"onError": "continueRegularOutput",
"position": [
620,
500
],
"parameters": {
"url": "https://api.apify.com/v2/acts/apify~rag-web-browser/run-sync-get-dataset-items",
"method": "POST",
"options": {},
"sendBody": true,
"sendQuery": true,
"authentication": "genericCredentialType",
"bodyParameters": {
"parameters": [
{
"name": "query",
"value": "={{\n`${$json['Company']} site:linkedin.com`\n}}"
}
]
},
"genericAuthType": "httpHeaderAuth",
"queryParameters": {
"parameters": [
{
"name": "memory",
"value": "4096"
},
{
"name": "timeout",
"value": "180"
}
]
}
},
"credentials": {
"httpHeaderAuth": {
"id": "bJQWEiMA9ceXQW5s",
"name": "Header Auth account"
}
},
"typeVersion": 4.2,
"alwaysOutputData": true
},
{
"id": "425bb1e7-6fa3-46f7-91b1-137d76c27a50",
"name": "Google Suche nach Person LinkedIn",
"type": "n8n-nodes-base.httpRequest",
"onError": "continueRegularOutput",
"position": [
420,
-80
],
"parameters": {
"url": "https://api.apify.com/v2/acts/apify~rag-web-browser/run-sync-get-dataset-items",
"method": "POST",
"options": {},
"sendBody": true,
"sendQuery": true,
"authentication": "genericCredentialType",
"bodyParameters": {
"parameters": [
{
"name": "query",
"value": "={{\n`${$json['First Name']} ${$json['Last Name']} ${$json['Company']} site:linkedin.com`\n}}"
},
{
"name": "maxResults",
"value": "={{Number(10)}}"
}
]
},
"genericAuthType": "httpHeaderAuth",
"queryParameters": {
"parameters": [
{
"name": "memory",
"value": "4096"
},
{
"name": "timeout",
"value": "180"
}
]
}
},
"credentials": {
"httpHeaderAuth": {
"id": "bJQWEiMA9ceXQW5s",
"name": "Header Auth account"
}
},
"typeVersion": 4.2,
"alwaysOutputData": true
},
{
"id": "e72d6c81-2bb8-4d10-86f3-51dabae509c9",
"name": "Abrufen LinkedIn Unternehmen",
"type": "n8n-nodes-base.httpRequest",
"onError": "continueRegularOutput",
"position": [
1460,
560
],
"parameters": {
"url": "https://api.apify.com/v2/acts/apimaestro~linkedin-company-detail/run-sync-get-dataset-items",
"method": "POST",
"options": {},
"sendBody": true,
"sendQuery": true,
"authentication": "genericCredentialType",
"bodyParameters": {
"parameters": [
{
"name": "identifier",
"value": "={{ [$json.company_url] }}"
}
]
},
"genericAuthType": "httpHeaderAuth",
"queryParameters": {
"parameters": [
{
"name": "memory",
"value": "4096"
},
{
"name": "timeout",
"value": "180"
}
]
}
},
"credentials": {
"httpHeaderAuth": {
"id": "bJQWEiMA9ceXQW5s",
"name": "Header Auth account"
}
},
"typeVersion": 4.2,
"alwaysOutputData": true
},
{
"id": "fe92e0aa-7b45-4355-81ec-5a7531816637",
"name": "Leads abrufen",
"type": "n8n-nodes-base.googleSheets",
"position": [
-40,
-100
],
"parameters": {
"options": {},
"sheetName": {
"__rl": true,
"mode": "list",
"value": "gid=0",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1-_4LR9HEyqSlg85zcyAXm3tkOW_ip9JzpsVfQu2hQuI/edit#gid=0",
"cachedResultName": "Leads / Unprocessed"
},
"documentId": {
"__rl": true,
"mode": "list",
"value": "1-_4LR9HEyqSlg85zcyAXm3tkOW_ip9JzpsVfQu2hQuI",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1-_4LR9HEyqSlg85zcyAXm3tkOW_ip9JzpsVfQu2hQuI/edit?usp=drivesdk",
"cachedResultName": "Outreach Bot"
}
},
"credentials": {
"googleSheetsOAuth2Api": {
"id": "04iXS2lwUVyzn6F2",
"name": "Google Sheets account"
}
},
"typeVersion": 4.6
},
{
"id": "562dab6b-7aeb-436c-8573-821f330c55c5",
"name": "Unternehmens-URL setzen",
"type": "n8n-nodes-base.set",
"position": [
1200,
340
],
"parameters": {
"mode": "raw",
"options": {},
"jsonOutput": "={\n \"company_url\": \"{{ $json.basic_info.current_company_url }}\"\n}\n"
},
"typeVersion": 3.4
},
{
"id": "3b1f1c2a-1c7b-4419-8954-99ab719f1a15",
"name": "Unternehmens-URL setzen1",
"type": "n8n-nodes-base.set",
"position": [
1200,
500
],
"parameters": {
"mode": "raw",
"options": {},
"jsonOutput": "={\n \"company_url\": \"{{ $json.results.first().searchResult.url }}\"\n}\n"
},
"typeVersion": 3.4
},
{
"id": "a0802c94-1b9c-44bf-a454-5a17ec5d0a85",
"name": "Personalisierte E-Mail generieren",
"type": "@n8n/n8n-nodes-langchain.chainLlm",
"position": [
560,
900
],
"parameters": {
"text": "=INPUT:\n\nPerson:\n\n{{ $('Get LinkedIn Person').item.json.toJsonString() }}\n\nCompany:\n\n {{ $('Get LinkedIn Company').item.json.toJsonString() }}",
"batching": {},
"messages": {
"messageValues": [
{
"message": "=## Context\n\nYour name is Dolly, you are an AI Agent. \n\nThis is important, you'll have to introduce and refer to yourself as you're \"Dolly, {{$json.company_name}}'s lifecycle marketing agent\". \n\nYour task is to send cold emails on behalf of {{$json.company_name}}.\n\nYour email address is {{$json.email_address}}.\n\nHere is some detailed information about {{ $json.company_name }} and the services they offer:\n\n{{ $json.company_info }}\n\n## Email Composing Guidelines:\n\nOwn and be true to your personality. \n\n1. Be Very Concise: Write short, snappy emails. Write as you're almost in a rush. \n\n2. Be funny: You're an AI stand-up comedian with humor coded into your algorithms—a blend of wit, absurdity, and sarcasm inspired by cosmic comedy. Your jokes are universal and accessible to all, without insider references. Give us your best routine where every line hits, every pun lands, and the only thing dry is the martini in the front row.\n\n3. Personalise your subject line, it should invite the user to open the email\n\n4. Casual, Simple Language: Use casual language as if you're in a rush. Write at a below 4th-grade reading level to ensure simplicity and ease of understanding.\n\n5. Personalized Opening: Start with a personalized opening that ties directly into the rest of the email.\n\n6. Prioritize Relevance: Focus on information most relevant to the user, especially how the AI tool can simplify their job and make it more efficient in the future.\n\n7. Format all links in emails as Markdown: place the visible text in square brackets followed by the URL in parentheses, like this: [link](https://link.examplelink.com/bzajkas/booking-link)\n\n\n## Email personalization process:\n\nGo beyond basic personalization by incorporating specific insights about the recipient's recent projects, achievements, interests, or challenges. Avoid simply mentioning past roles or companies where they worked. Instead, demonstrate a genuine understanding of their work to make the email truly relevant and valuable to them.\n\n1. Craft the Short Opening Sentence:\n\nUse specific details from user research to create a personalized and relevant opening. This must be relevant to the jobs to be done. \n\nConnect the opening to the user's jobs to be done, role, achievements, or interests.\n\n2. Bridge to the Key Theme of the Email Touch:\n\nEnsure the opening sentence flows naturally into the key theme of the email touch.\n\n3. Share the Key Theme of the Email Touch:\n\nShare the key theme of the email touch in a way that directly addresses the user’s needs or pain points.\n\nHighlight specific benefits.\n\n4. Include a Brief Self-Introduction:\n\nIntroduce yourself and your role.\n\nMention that you've done some research with limited information but are still learning.\n\n5. Show Off Your Research:\n\nMention key research details that support why you talk about the key theme of the email touch.\n\nProvide details that only someone who conducted in-depth research would know about the user or their company.\n\n6. Explain the Purpose:\n\nState that you're providing the key theme of the email touch to help the user achieve their goals faster.\n\nRelate the key theme to their work and how it can free up time for other interests or priorities.\n\n7. Encourage Engagement:\n\nPrompt the user to take action, by logging in to {{$json.company_name}}'s platform and build something extremely useful in 2 minutes. \n\nKeep the tone friendly and helpful.\n\n## Expected Input\n\nYou will be given extensive JSON data of a particular lead + the company that they work for.\n\n## Expected Output\n\nYou should return an email addressed to the prospective client, demonstrating personalization and direct relevance to what they are doing.\n\nYou should return your output as JSON data with fields for \"subject\" and \"body\", wrapped in an output field, so that we can use an output parser.\n\nDo not include anything else in your answer than the output JSON.\n\n## Examples\n\n### Input\n\nINPUT:\n\nPerson:\n\n{\"basic_info\":{\"fullname\":\"Adam Janes\",\"first_name\":\"Adam\",\"last_name\":\"Janes\",\"headline\":\"Fractional CTO | Building with AI workflows and automations\",\"public_identifier\":\"adamjanes\",\"profile_picture_url\":\"\",\"about\":\"I am a product-minded technologist with hacker DNA building things in AI automation. \\n\\nI have a broad and varied background - having worked in Product, Design, and Sales - combined with deep technical experience as a Senior Developer and Fractional CTO.\\n\\nI am also a best-selling Udemy instructor (with 25K+ students), and founder of WOOFCODE - a free coding camp for fullstack developers.\\n\\nI practice non-violent communication, motivational interviewing, and Tibetan Buddhist meditation.\\n\\nAlways looking to connect with potential co-conspirators with shared passions.\",\"location\":{\"country\":\"\",\"city\":\"Australia\",\"full\":\"Australia\"},\"creator_hashtags\":[],\"is_creator\":false,\"is_influencer\":false,\"is_premium\":true,\"created_timestamp\":1393120240313,\"show_follower_count\":true,\"background_picture_url\":\"https://media.licdn.com/dms/image/v2/C4E16AQFUpJWxCZhi-A/profile-displaybackgroundimage-shrink_350_1400/profile-displaybackgroundimage-shrink_350_1400/0/1517432943755?e=1756944000&v=beta&t=QpBGsEjoTvATlwih5Jxl9lO9-p1UAnK7BoZKhdzzwxw\",\"urn\":\"ACoAABNTxV4BdKmdnmW6F6m8PX0lEsqaJ7cS6m0\",\"follower_count\":2159,\"connection_count\":1880,\"current_company\":\"MISSION+\",\"current_company_urn\":\"14626762\",\"current_company_url\":\"https://www.linkedin.com/company/missionplus\"},\"experience\":[{\"title\":\"Fractional CTO\",\"company\":\"Mission\",\"description\":\"Mission Plus is a digital innovation studio that works with world renowned and emerging companies to execute their tech innovation initiatives, from idea to build and launch.\\n\\nMy role involves scoping projects on technical level, planning sprints, and managing a remote and distributed engineering team.\\n\\nProjects worked on include BCG FinTech Control Tower, Blue Fire AI, and Verity Nature.\",\"duration\":\"Dec 2020 - Present · 4 yrs 8 mos\",\"start_date\":{\"year\":2020,\"month\":\"Dec\"},\"is_current\":true,\"company_linkedin_url\":\"https://www.linkedin.com/company/14626762/\",\"company_logo_url\":\"https://media.licdn.com/dms/image/v2/C560BAQF2wc70vBeJ0A/company-logo_400_400/company-logo_400_400/0/1675063711821/missionplus_logo?e=1756944000&v=beta&t=g2UpLFVNXKrEPi0exGgSHOxxkjusxf2GZchRIEKUsg4\",\"employment_type\":\"Plus\",\"company_id\":\"14626762\"},{\"title\":\"Course Instructor\",\"company\":\"Udemy\",\"description\":\"I teach an online video course on data visualization in D3.js. \\\"Mastering data visualization in D3.js\\\" takes students from knowing nothing about D3, to a level where they can build almost any visualization by themselves, using the world's premier data visualization library.\\n\\nThe course includes over 6 hours of video content introducing the D3 library. I produced these videos myself, using my knowledge of D3 to design the curriculum. The course includes 4 class projects, which become increasingly advanced, allowing students to test out their skills with real-world data.\\n\\nAs a course instructor, I help students with questions and concerns about their learning experience, and actively promote D3 as a tool for data visualization.\",\"duration\":\"Oct 2017 - Present · 7 yrs 10 mos\",\"start_date\":{\"year\":2017,\"month\":\"Oct\"},\"is_current\":true,\"company_linkedin_url\":\"https://www.linkedin.com/company/822535/\",\"company_logo_url\":\"https://media.licdn.com/dms/image/v2/D560BAQEf_NHzN2yVQg/company-logo_400_400/company-logo_400_400/0/1723593046388/udemy_logo?e=1756944000&v=beta&t=z05fW1PIaYe4shr5_-0KrTbHxV0VfUlFI2aBqJ5BLFo\",\"company_id\":\"822535\"},{\"title\":\"Founder\",\"company\":\"WOOFCODE\",\"description\":\"I ran a donation-only course over Zoom, teaching the fundamentals of full-stack web development \\n\\nI ran a live Zoom lecture once per week, and gave students various homework assignments to complete on their own time. The course lasted for 10 weeks, covering HTML, CSS, JavaScript, React, and Node.js/Express.\",\"duration\":\"Sep 2020 - Dec 2021 · 1 yr 4 mos\",\"start_date\":{\"year\":2020,\"month\":\"Sep\"},\"end_date\":{\"year\":2021,\"month\":\"Dec\"},\"is_current\":false,\"company_linkedin_url\":\"https://www.linkedin.com/company/70443428/\",\"company_logo_url\":\"https://media.licdn.com/dms/image/v2/C4D0BAQER2FPH0fKsQA/company-logo_400_400/company-logo_400_400/0/1630522713341?e=1756944000&v=beta&t=waDfmiECn6_hK6IKxA3A9ZdcQcA_huTBXl5Y8MBHbbc\",\"company_id\":\"70443428\"},{\"title\":\"Fellow\",\"company\":\"Dalarub\",\"location\":\"Berlin Metropolitan Area\",\"description\":\"Dalarub & Ettrich is a tech consultancy, primarily offering virtual CTO and virtual VP of Engineering services to clients across many industries. \\n\\nI worked in a small team alongside former CTOs of HERE Technologies, TrollTech and Airmap, and served as the company's Head of Frontend Engineering. My role involved building our own products, augmenting the engineering teams of our clients, and conducting technical interviews for Senior NodeJS and React developers.\",\"duration\":\"Sep 2019 - Jun 2020 · 10 mos\",\"start_date\":{\"year\":2019,\"month\":\"Sep\"},\"end_date\":{\"year\":2020,\"month\":\"Jun\"},\"is_current\":false,\"company_linkedin_url\":\"https://www.linkedin.com/company/14799700/\",\"company_logo_url\":\"https://media.licdn.com/dms/image/v2/C4D0BAQG7Pwuj9KSlrA/company-logo_400_400/company-logo_400_400/0/1630525805847?e=1756944000&v=beta&t=HfQbSEQXwz0M3oHUTnJj4D5B9GKZ3MRih5LsRvhweck\",\"employment_type\":\"& Ettrich\",\"company_id\":\"14799700\"},{\"title\":\"Co-Founder\",\"company\":\"F35\",\"location\":\"Berlin Metropolitan Area\",\"description\":\"F35 aimed to indivudualize HR processes so that people feel a sense of meaning and connection at work. We made \\\"personality cards\\\" for teams, and offered workshops to help team members better understand and empathise with each other.\",\"duration\":\"Apr 2019 - Sep 2019 · 6 mos\",\"start_date\":{\"year\":2019,\"month\":\"Apr\"},\"end_date\":{\"year\":2019,\"month\":\"Sep\"},\"is_current\":false,\"company_linkedin_url\":\"https://www.linkedin.com/company/14068012/\",\"company_logo_url\":\"https://media.licdn.com/dms/image/v2/C4D0BAQHQwk4J6uvitQ/company-logo_400_400/company-logo_400_400/0/1636291746650/f35_logo?e=1756944000&v=beta&t=P8nONmjFkSWXRxy3cFrSYJyJ51b7l36wwYyOwQTynn4\",\"company_id\":\"14068012\"}],\"education\":[{\"school\":\"Harvard University\",\"degree\":\"Bachelor’s Degree, Economics / Computer Science\",\"degree_name\":\"Bachelor’s Degree\",\"field_of_study\":\"Economics / Computer Science\",\"duration\":\"2012 - 2016\",\"school_linkedin_url\":\"https://www.linkedin.com/company/1646/\",\"activities\":\"4-year member of the men's heavyweight crew team.\",\"school_logo_url\":\"https://media.licdn.com/dms/image/v2/C4E0BAQF5t62bcL0e9g/company-logo_400_400/company-logo_400_400/0/1631318058235?e=1756944000&v=beta&t=neDLC3VojnXUN8BUWBVez6McqxniGoh7fYK1ucl1z_0\",\"start_date\":{\"year\":2012},\"end_date\":{\"year\":2016},\"school_id\":\"1646\"},{\"school\":\"University of Oxford\",\"degree\":\"Master of Philosophy - MPhil, Tibetan and Himalayan Studies\",\"degree_name\":\"Master of Philosophy - MPhil\",\"field_of_study\":\"Tibetan and Himalayan Studies\",\"duration\":\"Sep 2023 - Jun 2025\",\"school_linkedin_url\":\"https://www.linkedin.com/company/4477/\",\"description\":\"Finished the first year of a 2-year Master's program\",\"school_logo_url\":\"https://media.licdn.com/dms/image/v2/D4E0BAQGnc4qXLbE8Sg/company-logo_400_400/company-logo_400_400/0/1709206435851/oxforduni_logo?e=1756944000&v=beta&t=-RaTxjhDFM4J3ruMg1f0ueU6NBoKq923iFAn4PbRHbI\",\"start_date\":{\"year\":2023,\"month\":\"Sep\"},\"end_date\":{\"year\":2025,\"month\":\"Jun\"},\"school_id\":\"4477\"}],\"certifications\":[{\"name\":\"Credential of Readiness, Pass with High Honors\",\"issuer\":\"Harvard Business School Online\",\"issued_date\":\"Issued Jul 2014\"}],\"languages\":[{\"language\":\"English\",\"proficiency\":\"Native or bilingual proficiency\"},{\"language\":\"German\",\"proficiency\":\"Limited working proficiency\"}]}\n\nCompany:\n\n {\"input_identifier\":\"https://www.linkedin.com/company/missionplus\",\"basic_info\":{\"name\":\"MISSION+\",\"universal_name\":\"missionplus\",\"description\":\"We build great products and help companies develop their engineering culture, empowering the visionaries of today with the freedom to build.\",\"website\":\"http://mission.plus\",\"linkedin_url\":\"https://www.linkedin.com/company/missionplus/\",\"specialties\":[\"Custom Development\",\"Dev Team Augmentation\",\"Tech Team for Hire\",\"Rapid Prototyping\",\"Design Thinking\",\"Fintech\",\"Insurtech\",\"Digital Transformation Sprint\",\"CTO\",\"Fractional CTO\"],\"industries\":[\"Computer Software\"],\"is_verified\":false,\"founded_info\":{\"year\":2019,\"month\":null,\"day\":null},\"page_type\":\"COMPANY\",\"verification\":{\"is_verified\":false,\"last_verified_at\":null}},\"stats\":{\"employee_count\":35,\"follower_count\":2223,\"employee_count_range\":{\"start\":51,\"end\":200},\"student_count\":null},\"locations\":{\"headquarters\":{\"country\":\"SG\",\"state\":\"Singapore\",\"city\":\"Singapore\",\"postal_code\":\"068914\",\"line1\":\"160 Robinson Road, #14-04\",\"line2\":null,\"is_hq\":true,\"description\":null},\"offices\":[{\"country\":\"HK\",\"state\":null,\"city\":\"Hong Kong\",\"postal_code\":null,\"line1\":\"No 1 Glenealy Tower\",\"line2\":\"2A, 17/F\",\"is_hq\":false,\"description\":null,\"region\":\"Hong Kong\"},{\"country\":\"SG\",\"state\":\"Singapore\",\"city\":\"Singapore\",\"postal_code\":\"068914\",\"line1\":\"160 Robinson Road, #14-04\",\"line2\":null,\"is_hq\":true,\"description\":null,\"region\":\"Singapore\"}],\"geo_coordinates\":{\"latitude\":22.421183,\"longitude\":114.1661}},\"media\":{\"logo_url\":\"https://media.licdn.com/dms/image/v2/C560BAQF2wc70vBeJ0A/company-logo_400_400/company-logo_400_400/0/1675063711821/missionplus_logo?e=1756944000&v=beta&t=g2UpLFVNXKrEPi0exGgSHOxxkjusxf2GZchRIEKUsg4\",\"cover_url\":\"https://media.licdn.com/dms/image/v2/D561BAQFTuV6ifmJvtQ/company-background_10000/B56ZXnrzamHEAU-/0/1743348775238/missionplus_cover?e=1752303600&v=beta&t=AVi2oE9qtcsxzfpTsY9-XOA3Pky46e5Nr_12IrmVyXI\",\"cropped_cover_url\":\"https://media.licdn.com/dms/image/v2/D563DAQFsFLkLnLSFfA/image-scale_191_1128/B56ZXnrzaaGQAk-/0/1743348775069/missionplus_cover?e=1752303600&v=beta&t=h0i5DryCAyFg1o-4BTA670nnMm40H7yM1TIvyLDW5r4\"},\"funding\":{\"total_rounds\":null,\"latest_round\":{\"type\":\"\",\"date\":null,\"url\":\"\",\"investors_count\":null},\"crunchbase_url\":\"\"},\"links\":{\"website\":\"http://mission.plus\",\"linkedin\":\"https://www.linkedin.com/company/missionplus/\",\"job_search\":\"https://www.linkedin.com/jobs/search?geoId=92000000&f_C=14626762\",\"sales_navigator\":null,\"crunchbase\":\"\"},\"company_urn\":\"14626762\"}\n\nOutput:\n\n[\n {\n \"output\": {\n \"subject\": \"Automate your legal workflows like your Udemy D3 wizardry\",\n \"body\": \"Hey Adam,\\n\\nJust stumbled across your D3.js course on Udemy (25K+ students? Impressive!) and your work as a Fractional CTO at Mission+. As someone bringing AI automation to innovative companies, I bet you're drowning in those repetitive tasks that eat up valuable time.\\n\\nI'm Dolly, AAAutomations's lifecycle marketing agent. We help legal professionals automate mundane tasks with n8n - think document generation, client onboarding, and syncing case notes across systems. All that toggle-switching between apps? Gone!\\n\\nGiven your technical background and hacker DNA (plus teaching experience), you'd probably appreciate our approach - we don't just hand you rigid templates. Our n8n-based systems give you full control and privacy consciousness. Perfect for someone who can teach 6+ hours of D3.js!\\n\\nCould save you hours weekly while reducing human error. Want to see how? Reply with \\\"Show me the automation\\\" and I'll share how it works.\\n\\nCheers,\\nDolly\\nAAAutomations\"\n }\n }\n]"
}
]
},
"promptType": "define",
"hasOutputParser": true
},
"typeVersion": 1.7
},
{
"id": "24c40f62-d345-477d-b8ae-a56b37f8df5a",
"name": "OpenRouter Chat Model",
"type": "@n8n/n8n-nodes-langchain.lmChatOpenRouter",
"position": [
560,
1060
],
"parameters": {
"model": "anthropic/claude-3.7-sonnet",
"options": {}
},
"credentials": {
"openRouterApi": {
"id": "ipzDVYsZqbum9bX4",
"name": "OpenRouter account 2"
}
},
"typeVersion": 1
},
{
"id": "6b3dc07d-0eb0-4017-b2d6-698b81996578",
"name": "Gmail",
"type": "n8n-nodes-base.gmail",
"position": [
900,
1060
],
"webhookId": "29b60782-4d89-4463-bd85-9b358c41f3f3",
"parameters": {
"sendTo": "={{ $('Get Leads').item.json.Email }}",
"message": "={{ $json.output.body }}",
"options": {
"replyTo": "={{ $('Set Data').item.json.email_address }} ",
"senderName": "={{ $('Set Data').item.json.sender_name }}",
"appendAttribution": false
},
"subject": "={{ $json.output.subject }}",
"emailType": "text"
},
"credentials": {
"gmailOAuth2": {
"id": "aXTuNMJaYuKFOKTa",
"name": "Gmail account"
}
},
"typeVersion": 2.1
},
{
"id": "141db351-ecd4-42ea-92f0-0f5645c00e26",
"name": "Haftnotiz2",
"type": "n8n-nodes-base.stickyNote",
"position": [
380,
760
],
"parameters": {
"color": 6,
"width": 720,
"height": 460,
"content": "## Write + Send the email\n- SET YOUR DATA HERE\n- LLM drafts your email\n- Send the enail from your Gmail account"
},
"typeVersion": 1
},
{
"id": "ed19dc93-966d-431d-b13a-2cba3c5d8e63",
"name": "Haftnotiz3",
"type": "n8n-nodes-base.stickyNote",
"position": [
160,
880
],
"parameters": {
"width": 190,
"height": 220,
"content": "## Set your data\nSet data about your company here so that the bot will customize your offer based on your lead."
},
"typeVersion": 1
},
{
"id": "1ea7f29d-393f-4631-9dc7-ab37f1d93188",
"name": "Strukturierter Ausgabe-Parser",
"type": "@n8n/n8n-nodes-langchain.outputParserStructured",
"position": [
720,
1060
],
"parameters": {
"jsonSchemaExample": "{\n\t\"subject\": \"Bet you're tired of toggling between apps while managing MISSION+ tech projects\",\n\t\"body\": \"Adam,\\n\\nThe irony of being a Fractional CTO is real - you help others automate while probably juggling 17 tabs, 3 project management tools, and enough notifications to make your phone vibrate off the table. Been there!\\n\\nI noticed your work at MISSION+ involves managing remote engineering teams across multiple fintech projects like BCG FinTech Control Tower. I'm betting there are repetitive tasks eating up your time that could be automated.\\n\\nI'm Dolly, AAAutomations's lifecycle marketing agent. We build custom automations specifically for technical leaders like you who need to streamline operations and reduce human error. \\n\\nOur specialty? Using n8n (open-source automation tool) to connect literally any software you use - perfect for someone managing distributed teams across multiple projects. We can automate everything from document generation to deadline tracking across systems.\\n\\nUnlike rigid no-code platforms, we build deeply customized workflows that evolve with your needs - either fully managed by us or with coaching so you can learn to modify them yourself.\\n\\nCurious what tasks we could automate for you? I'd love to chat about your specific workflow challenges.\\n\\nCheers,\\nDolly\\n\\nP.S. When you're not being a tech wizard, do you find time to practice Tibetan Buddhist meditation between managing those engineering teams? Impressive balance!\"\n}"
},
"typeVersion": 1.2
},
{
"id": "89554e8e-5516-4341-bf52-2c9c834bda29",
"name": "Über Elemente iterieren",
"type": "n8n-nodes-base.splitInBatches",
"position": [
180,
-100
],
"parameters": {
"options": {}
},
"typeVersion": 3
},
{
"id": "d6fd7250-7536-48f6-9add-cf60af83f141",
"name": "Daten setzen",
"type": "n8n-nodes-base.set",
"position": [
400,
900
],
"parameters": {
"options": {},
"assignments": {
"assignments": [
{
"id": "ffbf5f38-71e1-48cb-a1ff-8103616e2887",
"name": "company_name",
"type": "string",
"value": "AAAutomations"
},
{
"id": "bb214147-4456-4224-9ae1-1af71aad7a7d",
"name": "email_address",
"type": "string",
"value": "hello@aaautomations.com"
},
{
"id": "3d1b7e87-1004-4a20-98b0-257fc5059fff",
"name": "company_info",
"type": "string",
"value": "At AAAutomations, we help legal professionals streamline their operations, save hours each week, and reduce human error by introducing powerful, tailor-made automations into their daily practice. We specialize in building automations with n8n, a robust and flexible open-source automation tool that connects virtually any software system you use — from document management and CRM platforms to e-signature tools, calendars, and client portals.\n\nWhether you're a solo practitioner or part of a large law firm, chances are you're spending too much time on repetitive admin. Think about tasks like:\n\nSorting incoming emails and attachments\n\nGenerating templated documents\n\nManaging client onboarding steps\n\nSyncing case notes across systems\n\nTracking deadlines and reminders\n\nCollecting signed contracts or forms\n\nLogging billable time across platforms\n\nWe can automate all of that — and much more.\n\nInstead of toggling between half a dozen apps or worrying about missed follow-ups, AAAutomations builds smart systems that do the work for you behind the scenes. You stay focused on what matters: serving your clients, building your cases, and practicing law.\n\nBuilt with n8n. Built for you.\nn8n is our weapon of choice because it’s privacy-conscious, endlessly adaptable, and gives you full control of your data. Unlike no-code platforms with rigid templates, n8n gives us (and you, if you want to learn) the power to create deeply customized automations that evolve with your business. Whether you host it yourself or let us manage everything for you, your workflows are always yours.\n\nLearn Automation Yourself — Or Let Us Handle It All\nSome lawyers prefer to hand off the tech and focus on the law. Others are curious and want to understand the nuts and bolts. At AAAutomations, we welcome both.\n\nWe offer done-for-you automation services, from scoping your processes to building and maintaining them. But we also have a growing community of automation-curious professionals, including other lawyers, tech-savvy assistants, and operational staff. We run live workshops, offer 1:1 coaching, and maintain a library of pre-built workflows to help you get started. If you’ve ever wanted to “learn to automate,” this is a great place to do it.\n\nWhy Legal Professionals Choose Us\nDeep respect for confidentiality and compliance\n\nCustom workflows that integrate with legal-specific tools\n\nOngoing support and optimization — we don’t just hand it over and disappear\n\nA friendly community of others learning the same skills\n\nAutomation isn't just a nice-to-have — it's rapidly becoming a competitive advantage in the legal industry. You don’t need to overhaul your systems. You just need to connect them.\n\nLet AAAutomations make your systems work for you — not the other way around."
},
{
"id": "f81f8de9-7d03-4e95-90a7-18b2a1fa73ad",
"name": "sender_name",
"type": "string",
"value": "Adam at AAAutomations"
}
]
}
},
"typeVersion": 3.4
}
],
"pinData": {},
"connections": {
"6b3dc07d-0eb0-4017-b2d6-698b81996578": {
"main": [
[
{
"node": "89554e8e-5516-4341-bf52-2c9c834bda29",
"type": "main",
"index": 0
}
]
]
},
"d6fd7250-7536-48f6-9add-cf60af83f141": {
"main": [
[
{
"node": "a0802c94-1b9c-44bf-a454-5a17ec5d0a85",
"type": "main",
"index": 0
}
]
]
},
"cb022f15-5f65-4e14-885e-ab394c3b56ef": {
"main": [
[
{
"node": "5f9cda61-14be-4af2-aa7c-442ca90d7941",
"type": "main",
"index": 0
}
]
]
},
"fe92e0aa-7b45-4355-81ec-5a7531816637": {
"main": [
[
{
"node": "89554e8e-5516-4341-bf52-2c9c834bda29",
"type": "main",
"index": 0
}
]
]
},
"3d49a9fb-1a85-4bf1-9d82-5afa85b7dc2b": {
"main": [
[
{
"node": "3b1f1c2a-1c7b-4419-8954-99ab719f1a15",
"type": "main",
"index": 0
}
]
]
},
"89554e8e-5516-4341-bf52-2c9c834bda29": {
"main": [
[],
[
{
"node": "425bb1e7-6fa3-46f7-91b1-137d76c27a50",
"type": "main",
"index": 0
}
]
]
},
"562dab6b-7aeb-436c-8573-821f330c55c5": {
"main": [
[
{
"node": "e72d6c81-2bb8-4d10-86f3-51dabae509c9",
"type": "main",
"index": 0
}
]
]
},
"3b1f1c2a-1c7b-4419-8954-99ab719f1a15": {
"main": [
[
{
"node": "e72d6c81-2bb8-4d10-86f3-51dabae509c9",
"type": "main",
"index": 0
}
]
]
},
"b358d396-0a34-41fe-9b54-038b0e8256d8": {
"main": [
[
{
"node": "cb022f15-5f65-4e14-885e-ab394c3b56ef",
"type": "main",
"index": 0
}
]
]
},
"8b725ed1-8595-4cf2-80d4-fadb5e2a344e": {
"main": [
[
{
"node": "3d49a9fb-1a85-4bf1-9d82-5afa85b7dc2b",
"type": "main",
"index": 0
}
]
]
},
"5f9cda61-14be-4af2-aa7c-442ca90d7941": {
"main": [
[
{
"node": "bf62897a-7f7c-45dc-b142-dd34f30a0a09",
"type": "main",
"index": 0
}
]
]
},
"e72d6c81-2bb8-4d10-86f3-51dabae509c9": {
"main": [
[
{
"node": "d6fd7250-7536-48f6-9add-cf60af83f141",
"type": "main",
"index": 0
}
]
]
},
"24c40f62-d345-477d-b8ae-a56b37f8df5a": {
"ai_languageModel": [
[
{
"node": "a0802c94-1b9c-44bf-a454-5a17ec5d0a85",
"type": "ai_languageModel",
"index": 0
}
]
]
},
"bf62897a-7f7c-45dc-b142-dd34f30a0a09": {
"main": [
[
{
"node": "562dab6b-7aeb-436c-8573-821f330c55c5",
"type": "main",
"index": 0
}
],
[
{
"node": "20b6b7d5-4082-4f38-a596-7c36fa46020d",
"type": "main",
"index": 0
}
]
]
},
"1ea7f29d-393f-4631-9dc7-ab37f1d93188": {
"ai_outputParser": [
[
{
"node": "a0802c94-1b9c-44bf-a454-5a17ec5d0a85",
"type": "ai_outputParser",
"index": 0
}
]
]
},
"a0802c94-1b9c-44bf-a454-5a17ec5d0a85": {
"main": [
[
{
"node": "6b3dc07d-0eb0-4017-b2d6-698b81996578",
"type": "main",
"index": 0
}
]
]
},
"425bb1e7-6fa3-46f7-91b1-137d76c27a50": {
"main": [
[
{
"node": "b358d396-0a34-41fe-9b54-038b0e8256d8",
"type": "main",
"index": 0
}
]
]
},
"20b6b7d5-4082-4f38-a596-7c36fa46020d": {
"main": [
[
{
"node": "8b725ed1-8595-4cf2-80d4-fadb5e2a344e",
"type": "main",
"index": 0
}
]
]
},
"ad859b3e-dc9e-4016-b9c5-3585eb2fb43e": {
"main": [
[
{
"node": "fe92e0aa-7b45-4355-81ec-5a7531816637",
"type": "main",
"index": 0
}
]
]
}
}
}Wie verwende ich diesen Workflow?
Kopieren Sie den obigen JSON-Code, erstellen Sie einen neuen Workflow in Ihrer n8n-Instanz und wählen Sie "Aus JSON importieren". Fügen Sie die Konfiguration ein und passen Sie die Anmeldedaten nach Bedarf an.
Für welche Szenarien ist dieser Workflow geeignet?
Experte - Lead-Pflege, Multimodales KI
Ist es kostenpflichtig?
Dieser Workflow ist völlig kostenlos. Beachten Sie jedoch, dass Drittanbieterdienste (wie OpenAI API), die im Workflow verwendet werden, möglicherweise kostenpflichtig sind.
Verwandte Workflows
Adam Janes
@adamjanesI am a product-minded technologist with hacker DNA building things in AI automation. I have a broad and varied background - having worked in Product, Design, and Sales - combined with deep technical experience as a Senior Developer and Fractional CTO. I am also a best-selling Udemy instructor (with 25K+ students), and founder of WOOFCODE - a free coding camp for fullstack developers. I practice non-violent communication, motivational interviewing, and Tibetan Buddhist meditation.
Diesen Workflow teilen