GreenWay Sprinklers


Locally Owned & Operated EST.2020

About Us

GreenWay Sprinklers is a proud locally owned and operated Sprinkler, Irrigation, Landscaping, and Snow Removal business.
Established in 2020, with a combined 15+ years of experience in sprinklers & landscaping, along with 18+ years experience in the customer service sector, we bring a breath of fresh air to the industry.
Interested? Get in touch!

Testimonials


Contact

Please feel free to contact us below

1926 Easthill, Saskatoon, Saskatchewan306-716-9549
greenwaysprinklersyxe@hotmail.com

Services In & Around Saskatoon

  • Installing new irrigation systems at Residential, Commercial, and Acreage locations

  • Upgrading irrigation systems (manual to electronic or visa-versa, upgrading heads/valves/manifolds/etc.)

  • Aeration & Fertilizing

  • Various Landscaping (paving stone laying, material ordering, etc.)

  • Mulch/Dirt/Stone Spreading

  • Sprinkler system blowouts

  • Snow Removal

  • & Many more services!

~ Prices vary per service, inquire today for more information! ~

Tier 1:
Snow removal done 5 times/month. Callout on snowfall 3cm+. Removal done within 24-36 hours after snowfall. Past 5 shovels can be done at additional cost.
Tier 2:
Snow removal done unlimited times/month. Callout on snowfall 3cm+. Removal done within 24 hours after snowfall.
Click on your Tier choice below to take advantage of this offer!

const PHONE = "3067169549"; const tier1 = document.getElementById("tier1"); const tier2 = document.getElementById("tier2"); function clearSelection() { tier1.classList.remove("selected"); tier2.classList.remove("selected"); } function openSMS(tierName) { const message = `Hi there I am interested in your ${tierName} snow removal package! (please insert your first & last name and address & we will respond back asap, thank you!)`; const encoded = encodeURIComponent(message); window.location.href = `sms:${PHONE}?body=${encoded}`; } tier1.addEventListener("click", () => { clearSelection(); tier1.classList.add("selected"); openSMS("Tier 1"); }); tier2.addEventListener("click", () => { clearSelection(); tier2.classList.add("selected"); openSMS("Tier 2"); });