You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Slack: use json= to send a message using webhooks (#11536)
* Slack: use `json=` to send a message using webhooks
It was giving us 400 because we weren't sending the data as JSON.
I also add a small log line, just in case.
* Simplify the message to remove some icons and add more links
0 commit comments