# Agency Cold Email Generator Tool

**Use case:** 

Generate a cold email sequence for marketing agencies around reporting overhead and your automated dashboard offer.

## Input

```json
{
  "prospects": [
    {
      "name": "",
      "company": "BrightPath Agency",
      "industry": "agency",
      "painPoint": "manual client reporting",
      "offer": "dashboards that automate client reports",
      "steps": 3
    }
  ]
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "industry": {
    "label": "Industry",
    "format": "text"
  },
  "offer": {
    "label": "Offer",
    "format": "text"
  },
  "subject": {
    "label": "First subject",
    "format": "text"
  },
  "emails": {
    "label": "Emails",
    "format": "array"
  },
  "truncated": {
    "label": "Input truncated",
    "format": "boolean"
  },
  "observedAt": {
    "label": "Written at",
    "format": "text"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Tool: Cold Email & Outreach Sequence Writer](https://apify.com/scrapers_lat/cold-email-writer-tool) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/cold-email-writer-tool) to learn more, explore other use cases, and run it yourself.