Zapier lets non-developers wire ToolCenter into Gmail, Slack, Airtable, Google Sheets, Notion, and 5,000+ other apps — without writing code.
Trigger screenshots on inbound emails. Log API responses into a Google Sheet. Post a PDF to Slack when a form is submitted. If you can describe the workflow, Zapier can automate it.
Inside Zapier, add a "Webhooks by Zapier" action. Choose POST.
URL: https://api.toolcenter.dev/v1/screenshot — headers: Authorization: Bearer tc_live_…
Body: JSON with the fields (url, format, fullPage). Zap variables from the trigger are just template tokens.
A real pipeline you can copy-paste. Adjust the trigger and endpoint for your stack.
Gmail: New email matching "label:screenshot-me"
Webhook POST → /v1/screenshot
Slack message: "Your screenshot is ready — ⬇ linear.app.png"
Zapier free tier only allows 100 runs/mo. Combine with ToolCenter's 100 free calls and you get a fully free pipeline for small volumes.
Free tier covers 100 calls — enough to stand up the pipeline before committing. No credit card, no gotchas.