# Real Estate Cold Email Generator

**Use case:** 

Generate a cold email sequence for real estate agencies around lead follow up delays and your CRM automation offer.

## Input

```json
{
  "prospects": [
    {
      "name": "",
      "company": "Skyline Realty",
      "industry": "real estate",
      "painPoint": "slow lead follow up",
      "offer": "a CRM that automates buyer follow ups",
      "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.