10 Facts Page + n8n Webhook

Ten resume facts delivered in one webhook call

This page makes one HTTPS request to my n8n webhook, receives up to 10 facts, and displays them as bubbles that appear one after another.

Facts

What the workflow says about my resume

The bubbles below come directly from the webhook response. No facts are hardcoded.

Loading facts...

Workflow

How it works

The page sends one request. n8n returns the list of facts as JSON, and JavaScript renders them.

01

Webhook

The browser calls the n8n Webhook URL over HTTPS.

02

AI agent

The AI agent reads resume text and produces facts in a structured format.

03

Response

n8n responds with JSON and CORS allows the portfolio domain to read it.

Connected to the portfolio

This is the third n8n connected page

After this, you can screenshot the page and the n8n workflow for the report.