Hey,
I would like to create an alert that alerts me when a client connects to my Meraki network. This could be either a client that has connected to the network for the first time or a client that has already connected to the network in the past.
I explored the possibility to do that by setting an alert that would send a trigger to a webhook of mine.
Unfortunately, I could not find a way to set such an alert on the dashboard.
I noticed that you can also set alerts using Meraki API - https://n70.meraki.com/Armis-Network/n/33qHDagb/manage/support/api_docs/v1#update-the-alert-configur... - but I could not find a documentation of the alerts that could be set, using this API route.
Periodically querying the clients that are connected to the network using Meraki's API is not feasible.
It will consume too many API calls(I would like to monitor a relatively large number of networks) and we are limited to only 5 API calls per second.
Could anyone help me with that?
Thanks,
Gal.