Integration Guide
Make + ToolCenter
Build powerful visual automations with Make's drag-and-drop scenario builder and ToolCenter's 35+ developer APIs.
What is Make?
Make (formerly Integromat) is a visual automation platform that lets you design, build, and automate complex workflows using a drag-and-drop interface. Unlike linear automation tools, Make supports branching, loops, error handling, and parallel execution.
Using Make's HTTP module, you can call any ToolCenter API endpoint to capture screenshots, generate PDFs, validate emails, analyze SEO, and more — all within sophisticated multi-step scenarios.
Why Make + ToolCenter?
Visual Scenario Builder
Design complex workflows visually. See exactly how data flows from trigger to ToolCenter to your destination apps.
Advanced Logic
Use routers, filters, iterators, and error handlers. Process arrays of URLs, handle failures gracefully, and build enterprise workflows.
Cost Efficient
Make's generous free tier (1,000 operations/month) combined with ToolCenter's free plan gives you a zero-cost starting point for automation.
How to Set Up
Create a new Scenario
In Make, click "Create a new scenario". Add your trigger module — this could be a Schedule, Webhook, Google Sheets row, Gmail, or any of Make's 1,500+ app triggers.
Add an HTTP module
Click the "+" button and search for "HTTP" → "Make a request". Configure it as follows:
- URL:
https://api.toolcenter.dev/v1/screenshot - Method: POST
- Body type: Raw → JSON
- Headers:
Authorization: Bearer tc_live_your_api_key
Content-Type: application/json
Configure the JSON body
In the request body, specify the parameters. Use Make's mapping panel to insert dynamic values from previous modules.
{
"url": "{{1.url}}",
"fullPage": true,
"format": "png",
"store": true
}
Parse the response and use downstream
Make automatically parses JSON responses. Map the output URL or data to subsequent modules — save to Google Drive, send via Slack, update Airtable, or trigger another scenario.
Popular Use Cases
🔄 Bulk Screenshot Processing
Use Make's Iterator module to loop through a Google Sheets column of URLs and capture screenshots for each one — then store results back in the sheet.
📊 Multi-page SEO Dashboard
Run SEO analysis on multiple pages, aggregate the results with Make's aggregator, and push a summary to Notion or Google Data Studio.
🏷️ E-commerce QR Labels
When a new WooCommerce order comes in, generate QR codes for tracking and product pages, then compile them into a PDF label sheet.
🔒 SSL Expiry Monitoring
Check SSL certificates for a list of domains weekly. If any expire within 14 days, send alerts via Email and Slack simultaneously using Make's Router.
Ready to build with Make?
Get your free API key and create your first scenario in minutes.