Hello Everyone!
First let me start out by saying I'm a programming novice! I just started getting into writing some extremely simple bash and Python code to accomplish some things I've always wanted to do, like configuring alerts and content filtering categories uniformly across all my networks. What a game changer!
Now I am trying to configure a Teams webhook alert for each of my network sites. To start, I first pick a "template" network where I want to configure all my alerts for exactly how I want it to be throughout the organization. I run a Meraki API request to get those settings and copy the JSON output for later application.
Unfortunately, this didn't go as planned using the template JSON I collected. The webhooks are not applied to the network alerts as I had intended. How can I use the Meraki API to push out the webhook alerts to all networks? Does this functionality even exist at the moment?
Would be a shame if I had to go into each of my networks and manually configure the web hooks.
Thanks!