# Email digest of new WARN layoff notices

**Use case:** 

Get a recurring email of every new WARN mass-layoff & closure notice with company, location and dates.

## Input

```json
{
  "states": [
    "TX",
    "IN"
  ],
  "lookbackDays": 30,
  "minEmployees": 0,
  "maxRecords": 0,
  "monitorMode": true,
  "alertOnNewNotice": true,
  "emailRecipients": [
    "alerts@example.com"
  ],
  "proxyConfiguration": {
    "useApifyProxy": true
  },
  "diagnose": false
}
```

## Output

```json
{
  "notice_date": {
    "label": "Noticed",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "company": {
    "label": "Company",
    "format": "string"
  },
  "employees_affected": {
    "label": "Affected",
    "format": "number"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "effective_date": {
    "label": "Effective",
    "format": "string"
  },
  "layoff_type": {
    "label": "Type",
    "format": "string"
  },
  "source_url": {
    "label": "Source",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [WARN Layoff Monitor — New Mass-Layoff & Closure Alerts](https://apify.com/scrapersdelight/warn-layoff-monitor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapersdelight/warn-layoff-monitor) to learn more, explore other use cases, and run it yourself.