# Logistics Cold Email Generator

**Use case:** 

Generate a personalized cold email sequence for logistics companies around shipment tracking pain points and your offer.

## Input

```json
{
  "prospects": [
    {
      "name": "",
      "company": "Acme Logistics",
      "industry": "logistics",
      "painPoint": "manual shipment tracking",
      "offer": "software that automates shipment tracking",
      "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.