Heads up that I haven't actually ran this yet, as I was hoping to get away with not having to install Erlang and relying on the CI to build and test this, since I'm hoping the change is rather straightforward.
The webhook API accepts username and password in addition to secret. I verified this by manually modifying it in the UI and inspecting the request.
Heads up that I haven't actually ran this yet, as I was hoping to get away with not having to install Erlang and relying on the CI to build and test this, since I'm hoping the change is rather straightforward.
The webhook API accepts
username
andpassword
in addition tosecret
. I verified this by manually modifying it in the UI and inspecting the request.