# Daily GTM trigger signal email digest

**Use case:** 

Email a daily digest of new funding, license, layoff & hiring signals. Schedule it and start each morning with a fresh lead list.

## Input

```json
{
  "signalTypes": [
    "funding",
    "business_license",
    "liquor_license"
  ],
  "lookbackDays": 2,
  "includeAmendments": false,
  "excludeFunds": true,
  "fetchAmounts": true,
  "maxRecords": 25,
  "monitorMode": true,
  "alertOnNewSignal": true,
  "emailRecipients": [
    "sdr@example.com"
  ],
  "proxyConfiguration": {
    "useApifyProxy": true
  },
  "diagnose": false
}
```

## Output

```json
{
  "date": {
    "label": "Date",
    "format": "string"
  },
  "signal_type": {
    "label": "Signal",
    "format": "string"
  },
  "company_or_name": {
    "label": "Company / name",
    "format": "string"
  },
  "details": {
    "label": "Details",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "source": {
    "label": "Source",
    "format": "string"
  },
  "url": {
    "label": "Link",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [GTM Trigger Feed — Funding, Licenses, Layoffs & Openings](https://apify.com/scrapersdelight/gtm-trigger-feed) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapersdelight/gtm-trigger-feed) to learn more, explore other use cases, and run it yourself.