# Tender Alert Notifications to Slack/Webhook

**Use case:** 

Receive up to 15 buyer-ready tender alerts via Slack or webhook. Access critical details like deadlines, categories, and source URLs for local research.

## Input

```json
{
  "sourceMode": "startUrls",
  "startUrls": [
    {
      "url": "https://docs.apify.com/platform/storage/dataset",
      "sourceId": "APIFY-DATASETS",
      "userData": {
        "sourceId": "APIFY-DATASETS"
      }
    },
    {
      "url": "https://docs.slack.dev/messaging/sending-messages-using-incoming-webhooks",
      "sourceId": "SLACK-WEBHOOK",
      "userData": {
        "sourceId": "SLACK-WEBHOOK"
      }
    }
  ],
  "maxItems": 15,
  "sourceIds": [
    "APIFY-DATASETS",
    "SLACK-WEBHOOK"
  ],
  "pricingEvents": [],
  "sinceLastRun": false,
  "watchlistTerms": [],
  "includeSourceUrls": true,
  "includeMatchReasons": true,
  "outputMode": "buyer-ready-records"
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "buyerName": {
    "label": "Buyer name",
    "format": "string"
  },
  "country": {
    "label": "Country",
    "format": "string"
  },
  "deadline": {
    "label": "Deadline",
    "format": "string"
  },
  "sourceUrl": {
    "label": "Source",
    "format": "string"
  },
  "score": {
    "label": "Score",
    "format": "number"
  },
  "confidence": {
    "label": "Confidence",
    "format": "number"
  },
  "recordId": {
    "label": "Record id",
    "format": "string"
  },
  "sourceName": {
    "label": "Source name",
    "format": "string"
  },
  "retrievedAt": {
    "label": "Retrieved at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Tender Alerts to Slack/Webhook](https://apify.com/zentrafoundry/tender-alerts-to-slack-webhook) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zentrafoundry/tender-alerts-to-slack-webhook) to learn more, explore other use cases, and run it yourself.