Receive a JSON-based webhook and get notified
Other popular Webhooks workflows and automations
-
-
If you say "Okay Google, activate bater o ponto", then Make a web request
-
Make a web request when a new video matches your YouTube search
-
If Maker Event "Temperature data", then Add row to Mrinmay Das’s Google Drive spreadsheet
-
Turn on Smart Life Device via Webhook
-
Make a web request whenever someone specific tweets
-
LootUP Create a post on your Blogger
-
If a webhook is triggered, get a mobile notification
-
RSS feed to Webhook

Build your own Webhooks and Weather Underground automations
Triggers (If this)
-
Today's weather report
This Trigger retrieves today's current weather report within 5 minutes of the time you specify. NOTE: Pollen count available only in the USA.
-
Receive a web request with a JSON payload
This trigger fires every time the Maker service receives a web request to notify it of an event. For information on triggering events, go to your Maker service settings and then the listed URL (web) or tap your username (mobile)
-
Tomorrow's weather report
This Trigger retrieves tomorrow's weather report within 5 minutes of the time you specify, depending on when forecast data is updated.
-
Receive a web request
This trigger fires every time the Maker service receives a web request to notify it of an event. For information on triggering events, go to your Maker service settings and then the listed URL (web) or tap your username (mobile)
-
Current temperature drops below
This Trigger monitors your local temperature and fires whenever the temperature drops below the value you provide.
-
Current temperature rises above
This Trigger monitors your local temperature and fires whenever the temperature rises above the value you provide.
-
Current condition changes to
This Trigger monitors changes in the current weather condition. When one of those conditions is met the Trigger fires. Currently only these simple conditions are supported: Rain, Snow, Cloudy, Clear.
-
Tomorrow's low drops below
This Trigger fires every time tomorrow’s forecasted low temperature drops below a value you provide.
-
Tomorrow's high rises above
This Trigger fires every time tomorrow’s forecasted high temperature rises above a value you provide.
-
Tomorrow's forecast calls for
This Trigger monitors changes in tomorrow’s forecasted weather condition.
-
Sunrise
This Trigger fires within 15 minutes of the sunrise in your location.
-
Sunset
This Trigger fires within 15 minutes of the sunset in your location.
-
Wind speed rises above
This Trigger fires every time the wind speed rises above a value you specify in your location.
-
Current pollen count rises above
This Trigger monitors your local pollen levels and fires every time the pollen count rises above the value you specify (1-12). NOTE: Available only in the USA.
-
Current humidity level rises above
This Trigger monitors your local humidity and fires every time the humidity rises above the value you specify.
-
Current UV index rises above
This Trigger monitors your local UV levels and fires every time the UV index rises above the value you specify (0-16).

Today's weather report
This Trigger retrieves today's current weather report within 5 minutes of the time you specify. NOTE: Pollen count available only in the USA.

Receive a web request with a JSON payload
This trigger fires every time the Maker service receives a web request to notify it of an event. For information on triggering events, go to your Maker service settings and then the listed URL (web) or tap your username (mobile)

Tomorrow's weather report
This Trigger retrieves tomorrow's weather report within 5 minutes of the time you specify, depending on when forecast data is updated.

Receive a web request
This trigger fires every time the Maker service receives a web request to notify it of an event. For information on triggering events, go to your Maker service settings and then the listed URL (web) or tap your username (mobile)

Current temperature drops below
This Trigger monitors your local temperature and fires whenever the temperature drops below the value you provide.

Current temperature rises above
This Trigger monitors your local temperature and fires whenever the temperature rises above the value you provide.

Current condition changes to
This Trigger monitors changes in the current weather condition. When one of those conditions is met the Trigger fires. Currently only these simple conditions are supported: Rain, Snow, Cloudy, Clear.

Tomorrow's low drops below
This Trigger fires every time tomorrow’s forecasted low temperature drops below a value you provide.

Tomorrow's high rises above
This Trigger fires every time tomorrow’s forecasted high temperature rises above a value you provide.

Tomorrow's forecast calls for
This Trigger monitors changes in tomorrow’s forecasted weather condition.

Sunrise
This Trigger fires within 15 minutes of the sunrise in your location.

Sunset
This Trigger fires within 15 minutes of the sunset in your location.

Wind speed rises above
This Trigger fires every time the wind speed rises above a value you specify in your location.

Current pollen count rises above
This Trigger monitors your local pollen levels and fires every time the pollen count rises above the value you specify (1-12). NOTE: Available only in the USA.

Current humidity level rises above
This Trigger monitors your local humidity and fires every time the humidity rises above the value you specify.

Current UV index rises above
This Trigger monitors your local UV levels and fires every time the UV index rises above the value you specify (0-16).
Queries (With)
-
Current weather
Get the current weather
-
Make a web request
This query returns the status code from a request made to the provided URL. If the response body is in the correct format it will also return the body’s extracted values. Please see the documentation link on the Webhooks service page.
-
Two day forecast
Two day forecast
-
Make a web request with JSON response
This query returns the JSON response body. You can use filter code to parse it. Please see the documentation link on the Webhooks service page.
-
History of humidity level rose above threshold
This query monitors your local humidity and returns a list of times when the humidity rose above the value you specified. Note: this query will only return future events after this Applet is created.
-
History of web requests received
This query returns a list of times when the Maker service received a web request to notify it of an event. For information on querying events, go to your Maker service settings and then the listed URL (web) or tap your username (mobile)
-
History of Wind speed rose above threshold
This query returns a list of times when the wind speed rose above a value you specify in your location. Note: this query will only return future events after this Applet is created.
-
History of pollen count rose above threshold
This query monitors your local pollen levels and returns a list of times when the pollen count rose above the value you specified (1-12). NOTE: Available only in the USA. Note: this query will only return future events after this Applet is created.
-
History of Tomorrow's Forecast was above threshold alerts
This query returns a list of times when tomorrows forecasted high temperature rose above a value you provided. Note: this query will only return future events after this Applet is created.
-
History of Tomorrow's Forecast drops below alerts
This query returns a list of alerts when tomorrows forecasted low temperature dropped below a value you provided. Note: this query will only return future events after this Applet is created.
-
History of temperatre rose above threshold
This query monitors your local temperature and returns a list of times when the temperature rose above the value you provided. Note: this query will only return future events after this Applet is created.
-
History of temperature dropped below threshold
This query monitors your local temperature and returns a list of times when the temperature dropped below the value you provide. Note: this query will only return future events after this Applet is created.
-
History of UV index rose above threshold
This query monitors your local UV levels and returns a list of times when the UV index rose above the value you specified (0-16). Note: this query will only return future events after this Applet is created.
-
History of Sunrises
This query returns a history of sunrises in your location. Note: this query will only return future events after this Applet is created.
-
History of Sunsets
This query returns a history of sunsets at your location.
-
History of specified weather conditions
This query returns a list of times when the observed weather changed to meet a specific condition (Rain, Snow, Cloudy, or Clear).
-
History of specified forecast conditions
This query returns a list of times when the forecasted weather changed to meet a specific condition (Rain, Snow, Cloudy, or Clear).

Current weather
Get the current weather

Make a web request
This query returns the status code from a request made to the provided URL. If the response body is in the correct format it will also return the body’s extracted values. Please see the documentation link on the Webhooks service page.

Two day forecast
Two day forecast

Make a web request with JSON response
This query returns the JSON response body. You can use filter code to parse it. Please see the documentation link on the Webhooks service page.

History of humidity level rose above threshold
This query monitors your local humidity and returns a list of times when the humidity rose above the value you specified. Note: this query will only return future events after this Applet is created.

History of web requests received
This query returns a list of times when the Maker service received a web request to notify it of an event. For information on querying events, go to your Maker service settings and then the listed URL (web) or tap your username (mobile)

History of Wind speed rose above threshold
This query returns a list of times when the wind speed rose above a value you specify in your location. Note: this query will only return future events after this Applet is created.

History of pollen count rose above threshold
This query monitors your local pollen levels and returns a list of times when the pollen count rose above the value you specified (1-12). NOTE: Available only in the USA. Note: this query will only return future events after this Applet is created.

History of Tomorrow's Forecast was above threshold alerts
This query returns a list of times when tomorrows forecasted high temperature rose above a value you provided. Note: this query will only return future events after this Applet is created.

History of Tomorrow's Forecast drops below alerts
This query returns a list of alerts when tomorrows forecasted low temperature dropped below a value you provided. Note: this query will only return future events after this Applet is created.

History of temperatre rose above threshold
This query monitors your local temperature and returns a list of times when the temperature rose above the value you provided. Note: this query will only return future events after this Applet is created.

History of temperature dropped below threshold
This query monitors your local temperature and returns a list of times when the temperature dropped below the value you provide. Note: this query will only return future events after this Applet is created.

History of UV index rose above threshold
This query monitors your local UV levels and returns a list of times when the UV index rose above the value you specified (0-16). Note: this query will only return future events after this Applet is created.

History of Sunrises
This query returns a history of sunrises in your location. Note: this query will only return future events after this Applet is created.

History of Sunsets
This query returns a history of sunsets at your location.

History of specified weather conditions
This query returns a list of times when the observed weather changed to meet a specific condition (Rain, Snow, Cloudy, or Clear).

History of specified forecast conditions
This query returns a list of times when the forecasted weather changed to meet a specific condition (Rain, Snow, Cloudy, or Clear).
How to connect Webhooks and Weather Underground
Find or create an Applet
Start by discovering an automation to connect or customizing your own. It's quick and easy.Connect IFTTT to your accounts
Securely connect your Webhooks and Weather Underground accounts.Finalize and customize your Applet
Review your trigger and action settings. Your Applet is ready to go!Top integration tips, tools, and resources
Upgrade your automations with
-
Connect to more Applets
Connect up to 20 automations with Pro, and unlimited automations with Pro+ -
Add multiple actions with exclusive services
Add real-time data and multiple actions for smarter automations -
Get access to faster speeds
Get faster updates and more actions with higher rate limits and quicker checks
More on Discord and Instagram
About Webhooks
Learn to use webhooks and integrate other services on IFTTT with your DIY projects. You can create Applets that work with any device or app that can make or receive a web request. If you'd like to build your own service and Applets, check out the IFTTT Developer Dashboard. Connect a webhook to any of the 750+ apps and services on IFTTT.
Learn to use webhooks and integrate other services on IFTTT with your DIY projects. You can create Applets that work with any device or app that can make or receive a web request. If you'd like to build your own service and Applets, check out the IFTTT Developer Dashboard. Connect a webhook to any of the 750+ apps and services on IFTTT.
About Weather Underground
Connect the services and devices you love to hyperlocal weather data, powered by the world's largest Personal Weather Station Network.
Connect the services and devices you love to hyperlocal weather data, powered by the world's largest Personal Weather Station Network.