Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I can push alerts from the postman collection through just fine, as well as the test event sent by the "send test webhook" button in the alert configuration page, but try as I might I can't get any *actual* events to come through. Ripping cables in/...
Solution came from Meraki support: I had defined the webhooks, but hadn't actually added the webhooks to the "default recipient list" as described in the docs here: https://documentation.meraki.com/zGeneral_Administration/Cross-Platform_Content/Aler...
Great idea! Still no luck using that site however.the "test webhook" button works fine, but all other attempts to trigger an alert fail. Things I've tried: * Cable pulls, power cycles etc * Trying right after applying the settings, and also 30 m...
yep. implementation detail is that this is fronted by Amazon API Gateway service. For *now* it's just using the randomly generated domain names they give you, and that all comes w/ solid certs. Ultimately I'll be replacing that w/ a custom domain...
And to be clear: When I say it's not sending alerts, I'm going off of logs from the actual webhook handler itself, and no HTTPS session is being created at all for real events (but "send test webhook" works fine, etc)