Skip to main content

Holiday Service Integration Template

Configuration in the Famulor Interface

| Name* | Next Holidays | | Function Name* | get_next_public_holidays | | HTTP Method | GET | | Endpoint* | https://date.nager.at/api/v3/NextPublicHolidays/{countryCode} | | Timeout (ms) | 5000 |

Parameter Schema

{
  "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}}"