> ## 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.

# Holiday Service Integration

> Free holiday lookup for appointment scheduling and business planning during customer meetings

# Holiday Service Integration Template

## Configuration in the Famulor Interface

<Tabs>
  <Tab title="Tool Details">
    \| **Name**\* | `Next Holidays` |
    \| **Function Name**\* | `get_next_public_holidays` |
    \| **HTTP Method** | `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": "Country code (e.g. 'DE', 'AT', 'CH', 'US')"
    }
  },
  "required": ["countryCode"]
}
```

**Agent Message**: `"Looking up the next holidays for {{countryCode}}..."`

**Success Template**: `"The next holidays for {{countryCode}} are: {{response}}"`

***

<Tip>
  Related pages: [Introduction](/en/automation-platform/introduction) and [Building Flows](/en/automation-platform/building-flows), and [Debugging Runs](/en/automation-platform/debugging-runs).
</Tip>

<Tip>
  Need a whole toolset instead of building HTTP actions one by one? Connect an external **MCP server** — tools are discovered automatically. See [MCP Servers](/en/platform/mcp-servers).
</Tip>
