Surface ToolCenter results straight into your team's Slack channels — screenshots, PDFs, health-check alerts. Zero-setup with incoming webhooks.
Stop ToolCenter from living "in the API logs". Push the useful outputs — a Lighthouse score, a broken-link list, a weekly SEO diff — to the channel where the team already lives.
api.slack.com/apps → "Create app" → "Incoming Webhooks". Paste into your ToolCenter app as SLACK_WEBHOOK.
Run any endpoint that produces a storable URL (screenshot, PDF) or structured JSON (SEO, accessibility).
POST the result as a Block Kit payload to the webhook URL.
A real pipeline you can copy-paste. Adjust the trigger and endpoint for your stack.
Cron · Monday 09:00
/v1/seo + /v1/pagespeed + /v1/broken-links → compose a Block Kit message
Channel message: "SEO 87 (↑2) · LCP 1.4s (↓0.3) · 0 broken links"
Slack rate-limits incoming webhooks at roughly 1 msg/sec per channel. Batch multiple tool results into a single message to stay under the limit.
Free tier covers 100 calls — enough to stand up the pipeline before committing. No credit card, no gotchas.