# Slack alerts for new Coursera lectures

**Use case:** 

Get a Slack card whenever a Coursera course adds a new lecture — title, course, and transcript. Schedule it and forget it.

## Input

```json
{
  "courseSlugs": [
    "machine-learning"
  ],
  "language": "en",
  "transcriptFormats": [
    "txt"
  ],
  "maxLecturesPerCourse": 0,
  "includeLocked": false,
  "monitorMode": true,
  "alertOnNewLecture": true,
  "slackWebhookUrl": "https://hooks.slack.com/services/T000/B000/XXXX",
  "proxyConfiguration": {
    "useApifyProxy": true
  },
  "requestConcurrency": 5,
  "diagnose": false
}
```

## Output

```json
{
  "course_title": {
    "label": "Course",
    "format": "string"
  },
  "lecture_title": {
    "label": "Lecture",
    "format": "string"
  },
  "language": {
    "label": "Lang",
    "format": "string"
  },
  "segment_count": {
    "label": "Cues",
    "format": "integer"
  },
  "transcript": {
    "label": "Transcript",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Coursera Transcript Scraper — Lecture Subtitles (No Login)](https://apify.com/scrapersdelight/coursera-transcript-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapersdelight/coursera-transcript-scraper) to learn more, explore other use cases, and run it yourself.