Creating Webhook for Weather Conditions for Fleet Of Products

@nrobinson2000 Yes that's exactly what I'm trying to do.

I want a single webhook that I can call where the device calling the webhook also includes the Zip Code for it's current location.

I just need to make the last part of the weblink below which contains the zip code something that I can pass in from the Particle device calling the webhook.

http://api.wunderground.com/api/Your-API- Key/conditions/q/46037.json

I can see from your example that your passing info from the device that is calling the webhook via the {{Spark_Event_Value}} which get's labeled as value1 but I do not see how your adding those to the actual weblink URL that get's called.

I have found this link that looks like it may have the solution, I just need to take some more time to try to figure it out.

If I create a single webhook for returning weather, I assume I can have devices that are listening for that webhook return to only use that data if it the device ID matches it's actual device ID?