§ Integration · Self-hosted · GDPR-friendly

n8n × ToolCenter.

n8n is an open-source, self-hostable workflow automation tool — like Zapier, but running on your own infrastructure. Full data sovereignty, no vendor lock-in.

§ Why this pairing

Built for the
whole workflow.

n8n's HTTP Request node hits ToolCenter directly. Combine with n8n's JavaScript/Python code nodes, conditional logic, and cron triggers and you have a full automation pipeline with zero third-party cloud.

01

Add an HTTP Request node

Method POST · URL https://api.toolcenter.dev/v1/scrape.

02

Auth block

Generic Credential Type → Header Auth → Authorization: Bearer tc_live_… (saved once, reused in every workflow).

03

JSON body

{ "url": "{{ $json.url }}" } — use n8n expressions to plug values from upstream nodes.

§ Worked recipe

Change-monitoring for competitor pricing pages

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

Trigger

Cron · every 6 hours

Action

/v1/scrape → /v1/website-diff vs yesterday's snapshot → Telegram alert on change

Result

You know about pricing changes before the competitor announces them.

§ Heads up

Self-hosted means you run the postgres, redis, and n8n processes. Use n8n-hosted if you want managed — it still talks to ToolCenter.

§ Try it today

Wire n8n in 10 minutes.

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