I am attempting to deliver updates from my statuspage to a webhook endpoint where I can parse the information and take action based on it (Trigger VictorOps alert for the relevant team(s) when a component is switched from operational).
I have setup a webhook in Azure LogicApps as well as several through free services online. I configured these endpoints to respond with a 200 as described in the documentation.
Unfortunately I cannot get StatusPage to fire anything off. I am receiving email updates for every action, but none of my webhooks have received any data.
Investigated this with Anthony in a support ticket, but wanted to share some information here as well.
At this time, Statuspage does not honor case-sensitive information in a webhook subscription URL. All addresses are stored as lowercase values.
In this specific case of using an Azure LogicApps webhook, there was a Shared Access Signature value being passed along in the webhook, which requires case sensitive validation. As information was being sent from Statuspage back to LogicApps, there was not an exact match in that SAS value, and thus the payload was rejected.
We've opened this for discussion internally, and if changes are made we will post an update on this thread.
Hello! Is this case sensitivity behavior still the same? I'm trying to troubleshoot similar behavior and the only thing I can see is that there are some caps in the webhook subscription url from the customer. Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.