> ## Documentation Index
> Fetch the complete documentation index at: https://docs.famulor.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Feiertage-Service Integration

> Kostenlose Feiertage-Abfrage für Terminplanung und Business-Scheduling während Kundengesprächem

# Feiertage-Service Integration Template

## Konfiguration im Famulor Interface

<Tabs>
  <Tab title="Werkzeugdetails">
    \| **Name**\* | `Nächste Feiertage` |
    \| **Funktionsname**\* | `get_next_public_holidays` |
    \| **HTTP-Methode** | `GET` |
    \| **Endpoint**\* | `https://date.nager.at/api/v3/NextPublicHolidays/{countryCode}` |
    \| **Timeout (ms)** | `5000` |
  </Tab>
</Tabs>

### Parameter-Schema

```json theme={null}
{
  "type": "object",
  "properties": {
    "countryCode": {
      "type": "string",
      "description": "Ländercode (z.B. 'DE', 'AT', 'CH', 'US')"
    }
  },
  "required": ["countryCode"]
}
```

**Agent-Message**: `"Ich schaue nach den nächsten Feiertagen für {{countryCode}}..."`

**Success-Template**: `"Die nächsten Feiertage für {{countryCode}}: {{response}}"`

***

<Tip>
  Passende Seiten: [Introduction](/de/automation-platform/introduction) und [Building Flows](/de/automation-platform/building-flows) und [Debugging Runs](/de/automation-platform/debugging-runs).
</Tip>

<Tip>
  Statt einzelner HTTP-Aktionen ein ganzes Toolset auf einmal? Externen **MCP-Server** verbinden — Tools werden automatisch erkannt. Siehe [MCP-Server](/de/platform/mcp-servers).
</Tip>
