Skip to main content

Weather Service Integration Template

Integrate free weather service into your mid-call actions for natural conversation flow, local contextualization, and professional customer experience.

Configuration in the Famulor Interface

| Name* | Get Weather (wttr.in) | | Function Name* | get_current_weather | | HTTP Method | GET | | Endpoint* | https://wttr.in/{city} | | Timeout (ms) | 5000 |

Parameter Schema

{
  "type": "object",
  "properties": {
    "city": {
      "type": "string",
      "description": "The name of the city, e.g., 'Düsseldorf', 'Munich', or 'New York'"
    }
  },
  "required": ["city"]
}
Agent Message: "I am now checking the weather for you." Success Template: "Read the results aloud in full words, e.g. say 'kilometers per hour' instead of 'km/h' and spell out Celsius as a word, for example 'fifteen degrees Celsius'."