Recipe Catalog

Pre-configured monitoring feeds for EU regulatory data. Each recipe combines the right sources, languages, and filters for a specific use case.

How Recipes Work

A recipe is a saved configuration that tells Pauhu® which data sources to monitor, which languages to include, and where to send alerts. When a new document is published by an EU institution and matches your recipe, you receive a notification within minutes.

Every recipe includes:

Available Recipes

Legal Monitoring

Track EU legislation across all 27 member states. Covers the full legislative lifecycle from proposal through adoption to national transposition.

What it monitors:

Default sources: EUR-Lex National Law CURIA Parliament OEIL Publications

Best for: Legal departments, compliance teams, law firms, government affairs

Procurement Alerts

Follow the €700 billion/year EU public procurement market. Receive alerts the moment tenders matching your profile are published.

What it monitors:

Default sources: TED EUR-Lex Publications

Best for: Public procurement officers, bid managers, government suppliers

Compliance Tracking

Monitor regulatory frameworks that affect your organisation. Get notified when obligations change, deadlines approach, or new guidance is published.

What it monitors:

Default sources: EUR-Lex Commission Parliament National Law OEIL

Best for: DPOs, compliance officers, risk managers, CISOs

Pharma & Chemicals

EMA drug authorisation decisions, ECHA substance notifications, and regulatory terminology in all 24 EU languages.

What it monitors:

Default sources: EMA ECHA IATE EUR-Lex Commission

Best for: Regulatory affairs, pharmaceutical companies, chemical manufacturers

Patent Intelligence

EPO patent publications, cross-references, and family tracking. Stay ahead of filings in your technology area.

What it monitors:

Default sources: EPO EUR-Lex CORDIS

Best for: IP departments, patent attorneys, R&D teams

Financial Regulation

ECB decisions, banking supervision updates, and financial regulatory developments including DORA and ESG.

What it monitors:

Default sources: ECB EUR-Lex Commission Parliament Eurostat

Best for: Financial institutions, compliance teams, investment firms

Alert Format

When a document matches your recipe, Pauhu® delivers an alert via your configured webhook. Each alert is a JSON object with the following structure:

{
  "alert_id": "a_29f8c3e1",
  "recipe_id": "legal-monitoring",
  "timestamp": "2026-03-02T14:30:00Z",
  "document": {
    "title": "Regulation (EU) 2024/1183 amending eIDAS (European Digital Identity)",
    "source": "EUR-Lex",
    "celex": "32024R1183",
    "published": "2024-04-11",
    "languages": ["en", "fi", "sv", "de", "fr"],
    "topics": ["data protection", "digital identity", "electronic identification"],
    "url": "https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX:32024R1183"
  },
  "match": {
    "relevance_score": 0.94,
    "matched_topics": ["data protection", "electronic identification"],
    "matched_sources": ["EUR-Lex"]
  },
  "cross_references": [
    {
      "celex": "32014R0910",
      "title": "eIDAS Regulation",
      "relation": "amends"
    }
  ]
}

Alert Fields

FieldDescription
alert_idUnique identifier for this alert
recipe_idWhich recipe triggered the alert
timestampWhen the alert was generated (ISO 8601, UTC)
document.titleDocument title in your primary language
document.sourceOriginating institution
document.celexCELEX identifier (for legal documents)
document.topicsAutomatically assigned topic annotations
match.relevance_scoreHow well the document matches your recipe (0.0–1.0)
cross_referencesRelated documents (amends, repeals, implements, etc.)

Webhook Requirements

Customising a Recipe

Every recipe is a starting point. After selecting one, you can:

Use the Recipe Wizard to create or modify recipes visually, or submit a pauhu-recipe.yaml file via the API.