Can you check Settings > API & Webhooks > Delivery Log for that webhook? It'll show every attempt along with the HTTP status code Slack returned. If it shows a non-200 response, that tells us where to look — Slack incoming webhooks are picky about payload format (they expect a specific JSON shape with a text field at minimum).