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
The scenario, live
Each node lights up as Make actually reaches it.
◇
Classify with AI
HTTP // my endpoint
✓
◈
Enrich the sender
HTTP // my endpoint
✓
▲
Score the lead
HTTP // my endpoint
✓
→
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.