§ Integration · Channel-native · zero code

Slack × ToolCenter.

Surface ToolCenter results straight into your team's Slack channels — screenshots, PDFs, health-check alerts. Zero-setup with incoming webhooks.

§ Why this pairing

Built for the
whole workflow.

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.

01

Create an Incoming Webhook

api.slack.com/apps → "Create app" → "Incoming Webhooks". Paste into your ToolCenter app as SLACK_WEBHOOK.

02

Call ToolCenter

Run any endpoint that produces a storable URL (screenshot, PDF) or structured JSON (SEO, accessibility).

03

Forward to Slack

POST the result as a Block Kit payload to the webhook URL.

§ Worked recipe

Weekly "State of the site" digest

A real pipeline you can copy-paste. Adjust the trigger and endpoint for your stack.

Trigger

Cron · Monday 09:00

Action

/v1/seo + /v1/pagespeed + /v1/broken-links → compose a Block Kit message

Result

Channel message: "SEO 87 (↑2) · LCP 1.4s (↓0.3) · 0 broken links"

§ Heads up

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.

§ Try it today

Wire Slack in 10 minutes.

Free tier covers 100 calls — enough to stand up the pipeline before committing. No credit card, no gotchas.