This is pretty weird. I've been working on sending alerts from vROPs to our enterprise monitoring framework using a webhook.
while doing this, I setup postman as a reverse proxy and set the proxy on my outgoing instance in vROPs and I could then see the notifications coming out of vROPs... I did this as originally my notifications were not getting to my monitoring system. Using postman as reverse proxy I could see the problem with the request - I had configure the URL in both the outgoing instance and in the payload header and the result was they got concatenated. So great I fixed that.
Now that I have my great tool, the problem is that I am getting a bunch of other alerts, nothing to do with my alert. And these alerts have no Notification configured for them.... sooooo my question is: why am I getting notifications from alerts that have no notification assigned to the alert?