# Slack alert for new Wistia videos

**Use case:** 

Post a Slack message with transcript whenever a new Wistia video appears on a watched page - set and forget.

## Input

```json
{
  "hashedIds": [
    "z1fxq584qr"
  ],
  "pageUrl": "https://example.com/videos",
  "transcriptFormats": [
    "txt"
  ],
  "maxVideos": 0,
  "monitorMode": true,
  "alertOnNewVideo": true,
  "slackWebhookUrl": "https://hooks.slack.com/services/T/B/X",
  "proxyConfiguration": {
    "useApifyProxy": true
  },
  "requestConcurrency": 5,
  "diagnose": false
}
```

## Output

```json
{
  "title": {
    "label": "Video",
    "format": "string"
  },
  "duration_sec": {
    "label": "Sec",
    "format": "number"
  },
  "caption_language": {
    "label": "Lang",
    "format": "string"
  },
  "segment_count": {
    "label": "Segments",
    "format": "integer"
  },
  "transcript": {
    "label": "Transcript",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Wistia Transcript Scraper — Captions to TXT, SRT & VTT](https://apify.com/scrapersdelight/wistia-transcript-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapersdelight/wistia-transcript-scraper) to learn more, explore other use cases, and run it yourself.