Hi, I have a (working) slack webhook that responds with like:
{ "text": "== Queue ==\nelements lockdown (high priority)\n== Currently Building: ==\nelements develop-feature-removeselecionmanagerrefactoring (started 2 minutes ago on talax)\nelements stable-feature-gotham (started 12 hours ago on talax)" }
However nothing is showing in the channel (I do see the request arrives properly on the target url). Is there anyway to diagnose outgoing web requests, like extra logging I can turn on?