Tomorrow.io · Example Payload

Alert Create Request Example

Saved monitoring location for the Boston headquarters rooftop sensor.

WeatherClimateForecastHistorical WeatherAir QualityPollenFireFloodRoutesMap TilesAviationMaritimePublic APIs

Alert Create Request Example is an example object payload from Tomorrow.io, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

namedescriptioninsightIdslocationIdsnotificationsactive

Example Payload

Raw ↑
{
  "name": "Hail Watch \u2014 Northeast Region",
  "description": "Saved monitoring location for the Boston headquarters rooftop sensor.",
  "insightIds": [
    "6183d156022c1b0008685cc6"
  ],
  "locationIds": [
    "6183d156022c1b0008685cc6"
  ],
  "notifications": [
    {
      "type": "webhook",
      "url": "https://hooks.example.com/tomorrow-alerts"
    }
  ],
  "active": true
}