EU public tenders (TED)

New procurement notices from the EU Tenders Electronic Daily (TED), plus your own saved-search feed, as one deduplicated stream.

Tenders Electronic Daily (TED) is the EU's official procurement journal. This template watches the TED RSS surface for new notices and lets you add your own saved-search feed URL so a specific sector or CPV filter flows through the same normalized event stream. Notices arrive as feed events the Engine deduplicates, so a re-published notice does not re-alert.

What it monitors

SourceURLTier
TED (SIMAP) noticeshttps://ted.europa.eu/en/simap/rss-feedFeed
TED saved search: {saved_search}https://ted.europa.eu/en/simap/rss-feed?q={saved_search}Feed

Parameters

KeyNameTypeRepeatableNotes
saved_searchTED saved-search feed URL tailstringnoOptional: a TED saved-search token appended to the sector feed path. Leave empty to watch the base feed only.

Instantiate it

Attach these sources to your library (and create the suggested alerts) with one call. Instantiation is idempotent and partial-success: a valid request always returns 200 with a per-source report, even when some sources fail.

bash
curl -X POST https://api.hypeline.io/v1/templates/eu-tenders-starter/instantiate \
  -H "X-API-Key: $HYPELINE_KEY" \
  -H "Content-Type: application/json" \
  -d '{"params":{"saved_search":["software"]},"alerts":true}'

A successful response is a report you can act on:

json
{
  "template": "eu-tenders-starter",
  "version": 1,
  "status": "complete",
  "sources": [
    {
      "url": "https://ted.europa.eu/en/simap/rss-feed",
      "status": "attached_new",
      "source_id": "0197a1b2-...",
      "detected_type": "feed"
    }
  ],
  "alerts": [
    {
      "name": "IT and software tenders",
      "status": "created",
      "alert_id": "0199c3d4-...",
      "source_count": 1
    }
  ],
  "next_steps": {
    "add_destination": "/alerts/0199c3d4-.../destinations",
    "stream": "/v1/stream?..."
  },
  "summary": {
    "attached": 1,
    "already": 0,
    "failed": 0,
    "alerts_created": 1
  }
}

Suggested alerts

  • IT and software tenderssoftware OR "information technology" OR cloud OR platform (en)

Every event this watchlist emits is Ed25519-signed. See Verifying events to check a signature offline.