# Education Cold Email Generator Tool

**Use case:** 

Write a cold email sequence for schools and edtech around student engagement and your learning platform offer.

## Input

```json
{
  "prospects": [
    {
      "name": "",
      "company": "BrightMinds Academy",
      "industry": "education",
      "painPoint": "low student engagement",
      "offer": "a platform that boosts course completion",
      "steps": 2
    }
  ]
}
```

## 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.