Merkra // live automation demo

Watch a real Make.com automation triage an inquiry in seconds.

Type an inquiry the way a customer would and hit run. It fires a genuine Make.com scenario I built: a webhook receives it, a language model behind my own endpoint classifies it, a router decides where it goes, and an action runs. Nothing here is faked.

Connecting to the live scenario

Send an inquiry

This is the same form a business would put on its contact page.

Sales inquiry Support ticket Obvious spam

The scenario, live

Each node lights up as Make actually reaches it.

Receive inquiry
Webhook
Classify with AI
HTTP // my endpoint
Decide the branch
Router
Run the action
HTTP
Reply to the page
Webhook response
sales priority: high
Why it decided that
Suggested reply it drafted
How this works, honestly. The automation is a real Make.com scenario on a free plan. The AI judgment is a language model running behind my own backend endpoint, called by Make over HTTP. It is not Make's built-in AI and it is not a self-hosted model. The activity feed only shows steps the scenario actually reports.