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:
- 2.4 million terminology entries for accurate multilingual matching
- Automatic topic annotations on every document
- 290,000+ cross-references linking related documents across institutions
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:
- New regulations, directives, and decisions published in the Official Journal
- Legislative proposals and their progress through Parliament and Council
- CURIA case law and preliminary rulings
- National transposition measures in all member states
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:
- New contract notices and prior information notices
- Contract award notices and modification notices
- eForms data (the new EU standard for procurement notices)
- Framework agreement opportunities
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:
- GDPR enforcement actions, guidelines, and interpretations
- NIS2 implementation measures and national transpositions
- DORA regulatory technical standards
- EU AI Act delegated and implementing acts
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:
- New marketing authorisation decisions and variations
- REACH and CLP substance notifications
- Safety alerts and pharmacovigilance updates
- Regulatory terminology changes (IATE)
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:
- New patent applications and grants
- Patent family relationships and citations
- Opposition decisions and appeals
- Related regulatory developments
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:
- ECB monetary policy decisions and supervisory actions
- Banking regulation updates (CRD, CRR)
- DORA digital operational resilience requirements
- ESG and sustainable finance reporting standards
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
| Field | Description |
|---|---|
alert_id | Unique identifier for this alert |
recipe_id | Which recipe triggered the alert |
timestamp | When the alert was generated (ISO 8601, UTC) |
document.title | Document title in your primary language |
document.source | Originating institution |
document.celex | CELEX identifier (for legal documents) |
document.topics | Automatically assigned topic annotations |
match.relevance_score | How well the document matches your recipe (0.0–1.0) |
cross_references | Related documents (amends, repeals, implements, etc.) |
Webhook Requirements
- HTTPS endpoint (HTTP not accepted)
- Must respond with
2xxstatus within 10 seconds - Failed deliveries retry 3 times with exponential backoff (1 min, 5 min, 30 min)
- After 3 failures, the alert is placed in a dead-letter queue accessible via your dashboard
Customising a Recipe
Every recipe is a starting point. After selecting one, you can:
- Add or remove data sources to broaden or narrow your feed
- Change languages to match your team's needs
- Add a webhook for real-time delivery, or poll the API on your own schedule
- Save multiple recipes for different teams or topics within your organisation
Use the Recipe Wizard to create or modify recipes visually, or submit a pauhu-recipe.yaml file via the API.