AIDiveForge AIDiveForge
AIDiveForge — Workflow Pack Implementation Guide

Sales Email Outreach at Scale

Generate personalized sales sequences with market intelligence and CRM automation—enabling one sales rep to manage 5x more outreach with higher reply rates and less manual work.

Difficulty: Intermediate Tools: 5 Time Saved: 8-12 hours/week Updated: April 10, 2026
Sales Large Language Models Writing Tools Productivity
Tools Required
#ToolRoleWebsite
1 Grok Market research & sentiment https://x.ai
2 Copy.ai Email copy generation https://copy.ai
3 ClickUp CRM task management https://clickup.com
4 Make (Integromat) Workflow automation https://make.com
5 Grammarly AI Quality assurance & polish https://grammarly.com
In This Guide

# Sales Email Outreach at Scale Implementation Guide

1Overview

This workflow enables sales teams to generate personalized, market-informed email sequences and manage outreach campaigns at scale using AI-powered copy generation, intelligent task management, and automation. By combining market research, email personalization, quality assurance, and CRM automation, a single sales representative can manage 5x more qualified outreach with higher reply rates while eliminating 8–12 hours of manual work per week.

---

2What's in This Pack

1. Grok

What it does: Grok is a large language model (LLM)—a type of AI trained on vast amounts of text to understand and generate human language—developed by xAI. It excels at real-time market research, competitive analysis, and sentiment detection by accessing current information and generating contextual insights. You interact with it through a conversational interface, asking questions and receiving detailed written responses.

Role in this workflow: Grok conducts market research and analyzes company sentiment to inform personalized email angles and talking points for each prospect.

Documentation: Grok API Documentation

Note:

---

2. Copy.ai

What it does: Copy.ai is an AI writing assistant purpose-built for marketing and sales copy. It generates email subject lines, body copy, call-to-action statements, and other promotional content based on your input parameters (target audience, product, tone). It runs entirely in your browser and integrates with common productivity apps.

Role in this workflow: Copy.ai generates personalized email body copy and subject lines based on prospect data and Grok's market insights.

Documentation: Copy.ai Getting Started Guide

Note:

---

3. ClickUp

What it does: ClickUp is a comprehensive project and task management platform that functions as a lightweight CRM (Customer Relationship Management)—a system for tracking and managing customer interactions and sales activities. You create tasks, assign them to team members, set deadlines, add custom fields (like "prospect company," "email status," "reply received"), and view progress across lists, boards, or calendars.

Role in this workflow: ClickUp tracks outreach tasks, stores prospect data, logs email send dates and replies, and automates task creation as campaigns scale.

Documentation: ClickUp API Documentation

Note:

---

4. Make (Integromat)

What it does: Make (formerly Integromat) is a visual workflow automation platform—think of it as a no-code tool for connecting different apps so data flows automatically between them without manual copy-paste. You design workflows by dragging modules (actions) onto a canvas, setting conditions, and mapping data fields. Make acts as the "glue" that connects your sales tools.

Role in this workflow: Make automates data handoffs between Grok, Copy.ai, ClickUp, and Grammarly, triggering outreach sequences and reducing manual steps.

Documentation: Make API & Integrations Documentation

Note:

---

5. Grammarly AI

What it does: Grammarly is an AI-powered writing assistant that checks grammar, tone, clarity, and engagement in real time. It highlights errors and suggestions as you write in your browser, email client, or its native editor. It also offers a web API for programmatic access, allowing other tools to pass text through Grammarly's engine.

Role in this workflow: Grammarly polishes generated email copy for tone, grammar, and professionalism before sending.

Documentation: Grammarly AI Documentation

Note:

---

3Prerequisites

---

4Setup & Integration Guide

6. Setting Up Grok

  1. Visit https://grok.x.ai (requires an X/Twitter account; create one if needed).
  2. Log in with your X account. If you're using the free tier, ensure you have an active X Premium subscription ($8/month).
  3. If automating Grok calls via Make, retrieve your API key:
  1. Test Grok by asking a sample question: "What is [competitor name]'s latest product announcement and market positioning?" Verify that responses are current and relevant.
Integration — Make: In Make, you'll add a Grok module (HTTP request) in Step 5 of the workflow setup. The module will use your API key to send research prompts to Grok automatically when a new prospect is added to ClickUp.

---

7. Setting Up Copy.ai

  1. Visit https://copy.ai and click Sign Up.
  2. Enter your email, set a password, and verify your account.
  3. Upgrade to the paid plan:
  1. Create a custom template for your cold outreach:
  1. Refine the template by testing a few generations and adjusting the input fields for consistency.
  2. Retrieve your API key for automation:
Integration — Make: Make will use the Copy.ai API to automatically generate personalized email copy when a new prospect is added to ClickUp. You'll configure this in Make's workflow editor (Step 5).

---

8. Setting Up ClickUp

  1. Visit https://clickup.com and click Sign Up Free.
  2. Enter your email, set a password, and confirm your account.
  3. Create a new workspace:
  1. Create a custom list for prospects:
  1. Upgrade to the Business plan for API access:
  1. Retrieve your API key:
  1. Create an automation rule to reduce manual task creation:
Integration — Make: Make will read your ClickUp API token to fetch new prospects and create/update tasks as emails are generated and sent. You'll paste the API token into Make's ClickUp module (Step 5).

---

9. Setting Up Make

  1. Visit https://make.com and click Sign Up.
  2. Enter your email, set a password, and verify your account.
  3. Upgrade to Standard plan ($20/month):
  1. Create a new scenario (Make's term for a workflow):
  1. Add a Grok module to research each prospect:

``` { "model": "grok-beta", "messages": [ { "role": "user", "content": "Research {{Prospect Name}} at {{Company}}. Provide recent news, product positioning, and potential pain points in 100 words." } ] } ```

  1. Add a Copy.ai module to generate personalized email copy:

``` { "prompt": "Write a cold email subject line and 3-sentence body for {{Prospect Name}} at {{Company}}. Context: {{Market Intelligence}}. Tone: professional but conversational." } ```

  1. Add a Grammarly module to polish the email copy:

``` { "document": "{{Generate Email Copy.output}}", "language": "english" } ```

  1. Add a final ClickUp module to update the task with final email copy:
  1. Enable the scenario by toggling the Run switch (top left) to ON.

Connecting tools in this workflow: The Make scenario now automatically (1) watches for new tasks in ClickUp, (2) researches each prospect via Grok, (3) generates personalized email copy via Copy.ai, (4) polishes copy via Grammarly, and (5) updates the ClickUp task with all outputs. No manual copy-pasting is required.

---

10. Setting Up Grammarly AI

  1. Visit https://grammarly.com and click Sign Up.
  2. Enter your email, set a password, and verify your account.
  3. Upgrade to Premium:
  1. Install the Grammarly browser extension (optional but recommended):
  1. Retrieve your API key for Make automation:
  1. Configure tone settings:
Integration — Make: The Make scenario will automatically send generated email copy to Grammarly's API for tone and grammar checks. The API key from Step 5 is already configured in Make's Grammarly module (Step 7 of the Make setup above).

---

5Step-by-Step Workflow

  1. ClickUp: Create a new task in the "Prospect Pipeline" list for each outreach target.
  1. Make (automated): Make's Grok module triggers, researching the prospect.
  1. Make (automated): Make's Copy.ai module generates personalized email copy.
  1. Make (automated): Make's Grammarly module checks and polishes the email copy.
  1. Make (automated): Make updates the ClickUp task with final outputs.
  1. ClickUp: Sales rep reviews the drafted email and approves for sending.
  1. Email platform (Gmail, Outlook, or integrated email tool): Send the email.
  1. Email tracking & ClickUp: Monitor replies and auto-create follow-up tasks.

---

6Integration Map

The workflow follows this data flow:

``` Prospect List (CSV) ↓ ClickUp (New Task Created) ↓ Make Webhook Trigger ↙ ↓ ↘ Grok Copy.ai (Prospect data) (Research) ↓ ↓ Insight Email Copy ↓ ↓ └→ Make HTTP Module → Grammarly API ↓ Tone & Grammar Check ↓ ClickUp (Update Task Fields) ↓ Sales Rep Review (Manual) ↓ Email Client (Manual Send) ↓ Prospect (Email Received) ↓ Reply → ClickUp (Check Reply Box) ↓ Automation (Create Follow-up Task) ```

Data Format Specifications:

Automation vs. Manual Handoffs:

---

7Troubleshooting

Problem

Make's Grok module returns generic or irrelevant market research. Solution: Grok's research quality depends on the prompt specificity. In Make's Grok module, refine the research prompt to include: company size, industry, specific product area, and desired insight focus (e.g., "What recent funding or leadership changes has [Company] announced?"). Test the prompt manually in https://grok.x.ai before saving it in Make. Also verify that your Grok API key has active credits (free X Premium tier has daily limits; upgrade to paid API if testing frequently).

Problem

Copy.ai generates repetitive or off-brand email copy. Solution: Copy.ai's output reflects the input template quality. (1) Refine your template in Copy.ai's dashboard by testing different tone/audience combinations and selecting the strongest version as your "base" template. (2) In Make's Copy.ai module, add context variables—include Grok's market intelligence in the prompt so Copy.ai can personalize based on real prospect insights. (3) Consider generating 2–3 variations per prospect and selecting the best manually; adjust Make's module to call Copy.ai multiple times with slightly different prompts (e.g., "friendly approach" vs. "executive-focused approach").

Problem

Grammarly API returns errors or the tone check fails to execute. Solution: Verify your Grammarly API key is correct and active (paste it into Grammarly's Settings > Integrations > API to confirm it appears as "Active"). Ensure the text being sent to Grammarly is not empty (Make may pass blank text if Copy.ai fails); add a Make condition: "If Generate Email Copy output is not empty, proceed to Grammarly." Also check Make's rate limits: Grammarly allows 300 requests per minute; if you're processing 50+ emails per workflow run, batch your Grammarly checks or upgrade to a higher Make plan.

Problem

ClickUp custom fields don't populate with Make's data. Solution: Custom field names in ClickUp must exactly match the field names in Make's ClickUp Update module (capitalization matters). Verify in ClickUp: open the Prospect Pipeline list, click + Custom Field, and confirm the exact field name. In Make's ClickUp Update module, click the Custom Fields dropdown and manually select the field from the list (do not type the name manually). If the dropdown is empty, your ClickUp API key lacks the necessary permissions; regenerate the API key in ClickUp's Settings and re-authenticate Make's ClickUp connection.

Problem

Make's scenario runs but ClickUp tasks are not created for new prospects. Solution: The issue is likely in Make's ClickUp Watch trigger configuration. (1) Open the Watch Tasks module and verify that the workspace and list selections are correct (not blank). (2) Test the trigger by manually creating a task in ClickUp while Make's scenario is running; check Make's Logs tab to see if the trigger fired. (3) If the trigger did not fire, delete the connection and re-authenticate: click the ClickUp connection, re-paste your API key, and save. (4) Ensure your ClickUp workspace and list have at least one existing task; Make's Watch trigger sometimes requires initial data to initialize.

Problem

Emails sent from ClickUp integration are not appearing in the prospect's inbox or are marked as spam. Solution: This is typically a domain authentication issue. If you're using ClickUp's built-in email feature, verify your email domain is authenticated in your email provider (Gmail, Outlook, etc.) and that SPF (Sender Policy Framework—a security standard that verifies your domain is authorized to send emails), DKIM (DomainKeys Identified Mail—an authentication protocol that cryptographically signs emails), and DMARC (Domain-based Message Authentication, Reporting & Conformance—a policy standard for email verification) records are configured. For better deliverability, use Make's Email module instead and authenticate with your own email account (e.g., Gmail API). Test a single email to a personal account first to confirm delivery before scaling to 50+ prospects.

Problem

Make scenario is consuming operations faster than expected, approaching or exceeding the $20/month limit. Solution: Each operation in Make counts as 1 unit: fetching a task from ClickUp = 1 op, calling Grok = 1 op, updating ClickUp = 1 op. A single prospect in the workflow consumes ~5 operations. If you're processing 50+ prospects weekly, you'll exceed 1,000 operations. Solutions: (1) Use ClickUp's native automation rules (no operations cost) instead of Make for simple tasks (e.g., status changes). (2) Batch process prospects: run Make's scenario once per day at off-peak hours for all daily prospects instead of real-time triggering. (3) Upgrade to Make's Professional plan ($99/month, 10,000 operations). (4) Cache Grok research: if a prospect belongs to a company you've researched before, reuse the cached insights instead of querying Grok again (add a ClickUp filter condition in Make).

Use your browser's print dialog to save as PDF (Ctrl+P / Cmd+P)