# Cold Email Personalizer (`amcllc/cold-email-personalizer`) Actor

Generate personalized cold emails (subject lines + email + follow-ups) from lead/company context.

- **URL**: https://apify.com/amcllc/cold-email-personalizer.md
- **Developed by:** [AMCLLC](https://apify.com/amcllc) (community)
- **Categories:** AI, Agents, Automation
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, NaN bookmarks
- **User rating**: No ratings yet

## Pricing

from $0.01 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).


# README

## Cold Email Personalizer

Personalized cold emails in seconds from lead/company context.

This Actor generates a complete outbound pack per lead:

- 5 subject lines
- 1 short, specific cold email
- optional follow-ups
- personalization hooks and common objection replies

Use it to turn scraped/enriched lead data (like company URL, role, LinkedIn, notes) into ready-to-send copy.

### Who It's For

- SDR teams and outbound agencies
- founders doing founder-led sales
- recruiters or service providers reaching out to target accounts

### What You Get (Per Lead)

- subject lines, email body, follow-ups
- hooks you can reference in personalization
- suggested replies to common objections

### LLM Configuration (Ollama Cloud / Ollama)

Recommended: manage the model + credentials via Actor environment variables (Secrets):

```bash
LLM_API_STYLE=ollama
LLM_BASE_URL=http://localhost:11434   ## or your Ollama Cloud base URL
LLM_MODEL=llama3.1:8b
LLM_API_KEY=...                       ## optional (cloud endpoints often require it)
````

You can also override per-run via input: `llmApiStyle`, `llmBaseUrl`, `llmModel`, `llmApiKey`.

### Notes

- Always verify claims before sending. This is a drafting tool.
- Respect recipient consent laws and email compliance requirements.

# Actor input Schema

## `leads` (type: `array`):

List of leads to generate cold email packs for.

## `offer` (type: `string`):

One paragraph describing your product/service and target buyer.

## `valueProps` (type: `array`):

Optional bullet value props the model should use (2-6 is ideal).

## `tone` (type: `string`):

Writing style for the emails.

## `cta` (type: `string`):

Preferred call-to-action (e.g. ask for 10-min call, ask permission, etc).

## `senderName` (type: `string`):

Name that should be used in the email signature.

## `senderRole` (type: `string`):

Sender role/title used in the email signature.

## `senderCompany` (type: `string`):

Company used in the email signature.

## `includeFollowUps` (type: `boolean`):

Generate follow-up messages in addition to the initial email.

## `maxLeads` (type: `integer`):

Hard cap to limit spend. Extra leads will be returned without AI output.

## `aiConcurrency` (type: `integer`):

How many email packs to generate in parallel.

## `aiEnrichmentEnabled` (type: `boolean`):

If disabled, the Actor will only validate input and return a report.

## `llmApiStyle` (type: `string`):

Which API format to use: 'ollama' (native /api/chat) or 'openai' (OpenAI-compatible /v1/chat/completions).

## `llmBaseUrl` (type: `string`):

Base URL for the LLM API. For local Ollama: http://localhost:11434. For Ollama Cloud, set the Cloud base URL here or via LLM\_BASE\_URL env var.

## `llmApiKey` (type: `string`):

API key for the LLM provider. Prefer setting LLM\_API\_KEY (or OLLAMA\_API\_KEY) as an Actor secret instead of passing it in input.

## `llmModel` (type: `string`):

Model used for generation. Manage this via LLM\_MODEL/OLLAMA\_MODEL env vars if you prefer.

## `llmChatCompletionsUrl` (type: `string`):

Optional full URL override for OpenAI-compatible chat completions (e.g., https://.../v1/chat/completions). Takes precedence over llmBaseUrl when llmApiStyle='openai'.

## `aiMaxOutputTokens` (type: `integer`):

Maximum output tokens requested per lead.

## `aiTemperature` (type: `number`):

Lower values are more deterministic.

## `apifyPpeEnabled` (type: `boolean`):

Enable if monetized with Apify pay-per-event. Disable for local development.

## `apifyPpeEventName` (type: `string`):

Event to charge per generated email pack.

## `apifyPpeChargeOn` (type: `string`):

When to charge: 'success' (default) or 'attempt'.

## `apifyPpeStopOnLimit` (type: `boolean`):

If enabled, stops further generations when the user's max cost limit is reached.

## Actor input object example

```json
{
  "leads": [
    {
      "companyUrl": "https://example.com",
      "companyName": "Example Co",
      "contactName": "Alex",
      "contactRole": "Head of Marketing",
      "linkedinUrl": "https://linkedin.com/company/example",
      "notes": "Series A, hiring growth roles. Has pricing page."
    }
  ],
  "offer": "We help B2B SaaS teams generate more qualified demos with cold outbound personalization and deliverability-safe sequences.",
  "valueProps": [
    "Short time-to-value",
    "No long-term contract",
    "Works with your CRM"
  ],
  "tone": "direct",
  "cta": "Open to a quick 10-minute chat next week?",
  "senderName": "Your Name",
  "senderRole": "Founder",
  "senderCompany": "Your Company",
  "includeFollowUps": true,
  "maxLeads": 50,
  "aiConcurrency": 3,
  "aiEnrichmentEnabled": true,
  "llmApiStyle": "ollama",
  "llmBaseUrl": "http://localhost:11434",
  "llmModel": "llama3.1:8b",
  "aiMaxOutputTokens": 900,
  "aiTemperature": 0.4,
  "apifyPpeEnabled": true,
  "apifyPpeEventName": "email-pack",
  "apifyPpeChargeOn": "success",
  "apifyPpeStopOnLimit": true
}
```

# Actor output Schema

## `overview` (type: `string`):

No description

## `report` (type: `string`):

No description

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {};

// Run the Actor and wait for it to finish
const run = await client.actor("amcllc/cold-email-personalizer").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {}

# Run the Actor and wait for it to finish
run = client.actor("amcllc/cold-email-personalizer").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{}' |
apify call amcllc/cold-email-personalizer --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=amcllc/cold-email-personalizer",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Cold Email Personalizer",
        "description": "Generate personalized cold emails (subject lines + email + follow-ups) from lead/company context.",
        "version": "0.1",
        "x-build-id": "KMREiF2KexaP4vKzV"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/amcllc~cold-email-personalizer/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-amcllc-cold-email-personalizer",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/amcllc~cold-email-personalizer/runs": {
            "post": {
                "operationId": "runs-sync-amcllc-cold-email-personalizer",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/amcllc~cold-email-personalizer/run-sync": {
            "post": {
                "operationId": "run-sync-amcllc-cold-email-personalizer",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "properties": {
                    "leads": {
                        "title": "Leads",
                        "type": "array",
                        "description": "List of leads to generate cold email packs for.",
                        "default": [
                            {
                                "companyUrl": "https://example.com",
                                "companyName": "Example Co",
                                "contactName": "Alex",
                                "contactRole": "Head of Marketing",
                                "linkedinUrl": "https://linkedin.com/company/example",
                                "notes": "Series A, hiring growth roles. Has pricing page."
                            }
                        ]
                    },
                    "offer": {
                        "title": "Your offer (what you sell)",
                        "type": "string",
                        "description": "One paragraph describing your product/service and target buyer.",
                        "default": "We help B2B SaaS teams generate more qualified demos with cold outbound personalization and deliverability-safe sequences."
                    },
                    "valueProps": {
                        "title": "Value props",
                        "type": "array",
                        "description": "Optional bullet value props the model should use (2-6 is ideal).",
                        "default": [
                            "Short time-to-value",
                            "No long-term contract",
                            "Works with your CRM"
                        ],
                        "items": {
                            "type": "string"
                        }
                    },
                    "tone": {
                        "title": "Tone",
                        "enum": [
                            "friendly",
                            "direct",
                            "professional",
                            "casual"
                        ],
                        "type": "string",
                        "description": "Writing style for the emails.",
                        "default": "direct"
                    },
                    "cta": {
                        "title": "CTA",
                        "type": "string",
                        "description": "Preferred call-to-action (e.g. ask for 10-min call, ask permission, etc).",
                        "default": "Open to a quick 10-minute chat next week?"
                    },
                    "senderName": {
                        "title": "Sender name",
                        "type": "string",
                        "description": "Name that should be used in the email signature.",
                        "default": "Your Name"
                    },
                    "senderRole": {
                        "title": "Sender role",
                        "type": "string",
                        "description": "Sender role/title used in the email signature.",
                        "default": "Founder"
                    },
                    "senderCompany": {
                        "title": "Sender company",
                        "type": "string",
                        "description": "Company used in the email signature.",
                        "default": "Your Company"
                    },
                    "includeFollowUps": {
                        "title": "Include follow-ups",
                        "type": "boolean",
                        "description": "Generate follow-up messages in addition to the initial email.",
                        "default": true
                    },
                    "maxLeads": {
                        "title": "Max leads per run",
                        "type": "integer",
                        "description": "Hard cap to limit spend. Extra leads will be returned without AI output.",
                        "default": 50
                    },
                    "aiConcurrency": {
                        "title": "AI concurrency",
                        "type": "integer",
                        "description": "How many email packs to generate in parallel.",
                        "default": 3
                    },
                    "aiEnrichmentEnabled": {
                        "title": "AI generation enabled",
                        "type": "boolean",
                        "description": "If disabled, the Actor will only validate input and return a report.",
                        "default": true
                    },
                    "llmApiStyle": {
                        "title": "LLM API style",
                        "enum": [
                            "ollama",
                            "openai"
                        ],
                        "type": "string",
                        "description": "Which API format to use: 'ollama' (native /api/chat) or 'openai' (OpenAI-compatible /v1/chat/completions).",
                        "default": "ollama"
                    },
                    "llmBaseUrl": {
                        "title": "LLM base URL",
                        "type": "string",
                        "description": "Base URL for the LLM API. For local Ollama: http://localhost:11434. For Ollama Cloud, set the Cloud base URL here or via LLM_BASE_URL env var.",
                        "default": "http://localhost:11434"
                    },
                    "llmApiKey": {
                        "title": "LLM API key (optional)",
                        "type": "string",
                        "description": "API key for the LLM provider. Prefer setting LLM_API_KEY (or OLLAMA_API_KEY) as an Actor secret instead of passing it in input."
                    },
                    "llmModel": {
                        "title": "LLM model",
                        "type": "string",
                        "description": "Model used for generation. Manage this via LLM_MODEL/OLLAMA_MODEL env vars if you prefer.",
                        "default": "llama3.1:8b"
                    },
                    "llmChatCompletionsUrl": {
                        "title": "LLM chat completions URL (advanced)",
                        "type": "string",
                        "description": "Optional full URL override for OpenAI-compatible chat completions (e.g., https://.../v1/chat/completions). Takes precedence over llmBaseUrl when llmApiStyle='openai'."
                    },
                    "aiMaxOutputTokens": {
                        "title": "AI max output tokens",
                        "type": "integer",
                        "description": "Maximum output tokens requested per lead.",
                        "default": 900
                    },
                    "aiTemperature": {
                        "title": "AI temperature",
                        "type": "number",
                        "description": "Lower values are more deterministic.",
                        "default": 0.4
                    },
                    "apifyPpeEnabled": {
                        "title": "Pay per event (PPE) enabled",
                        "type": "boolean",
                        "description": "Enable if monetized with Apify pay-per-event. Disable for local development.",
                        "default": true
                    },
                    "apifyPpeEventName": {
                        "title": "PPE event name",
                        "type": "string",
                        "description": "Event to charge per generated email pack.",
                        "default": "email-pack"
                    },
                    "apifyPpeChargeOn": {
                        "title": "PPE charge timing",
                        "enum": [
                            "success",
                            "attempt"
                        ],
                        "type": "string",
                        "description": "When to charge: 'success' (default) or 'attempt'.",
                        "default": "success"
                    },
                    "apifyPpeStopOnLimit": {
                        "title": "Stop when user limit reached",
                        "type": "boolean",
                        "description": "If enabled, stops further generations when the user's max cost limit is reached.",
                        "default": true
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
