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 language model behind my own endpoint reads it, enriches and scores it, a router decides where it goes, and real actions run. 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 Partnership Obvious spam

The scenario, live

Each node lights up as Make actually reaches it.

Receive inquiry
Webhook
Classify with AI
HTTP // my endpoint
Enrich the sender
HTTP // my endpoint
Score the lead
HTTP // my endpoint
Decide the branch
Router
Run the actions
HTTP // log, draft, notify
Reply to the page
Webhook response
sales priority: high
Why it decided that
Suggested reply it drafted
How it works. This is a real Make.com scenario I built. The judgment in the middle is a live language model call to my own backend, and the feed shows exactly what the automation did.