Skip to main content

World Time Service Integration Template

Configuration in the Famulor Interface

| Name* | Weltzeit abfragen | | Function Name* | get_world_time | | HTTP Method | GET | | Endpoint* | http://worldtimeapi.org/api/timezone/{timezone} | | Timeout (ms) | 5000 |

Parameter Schema

{
  "type": "object",
  "properties": {
    "timezone": {
      "type": "string",
      "description": "Timezone (e.g. 'Europe/Berlin', 'America/New_York')"
    }
  },
  "required": ["timezone"]
}
Agent Message: "Looking up the current time in {{timezone}}..." Success Template: "Current time in {{timezone}}: {{response.datetime}}"