Our automation was powerful, but it was brittle. One small ambiguity and the whole process would halt for hours. Crust AI became the missing link—a way to embed a human brain inside our workflow, on-demand. It didn’t just speed up exceptions; it made our automations ten times smarter.

Javier R.
Operations Manager
,
Vectura Logistics
The Problem
At Vectura Logistics, efficiency is everything. The company runs on a massive, 50-step automation built in Make.com that processes shipping orders from intake to dispatch. But this powerful engine had an Achilles' heel: ambiguity. Sometimes, an address validation service would return two possible matches, or a customer's special instruction note would be unclear. The automation, lacking human judgment, would hit a wall.
The existing process for this "exception handling" was slow and manual. The automation would pause and send an email notification to Operations Manager Javier R. He would then have to investigate the issue, make a decision, and communicate it to his team so they could manually resume the process with the correct data. "A fully automated workflow would grind to a halt for hours over a simple human decision," Javier says. "It was the single biggest point of failure in our otherwise seamless system."
The Solution
Javier and his team used Crust AI to invent a new "human-in-the-loop" workflow that is nothing short of revolutionary for their operations. Instead of pausing, the automation now creates its own user interface on the fly to ask for help.
Here’s the new process in action:
The Make.com scenario detects an ambiguous address for an order.
Instead of pausing, it instantly generates a unique, single-use Crust AI Snippet URL. This snippet is pre-filled with the necessary context (like the Order ID) and the specific choice that needs to be made.
The automation immediately posts this unique link to a dedicated Slack channel for the operations team.
Javier gets the notification and clicks the link. A simple, clean interface appears showing the Order ID and the question, for example: "Choose the correct address to proceed." Below are two clear buttons:
[Use Address A: 123 Oak St]
and[Use Address B: 125 Oak Ave]
.Javier makes a choice and clicks the corresponding button. This click triggers a webhook that sends the decision back to the waiting Make.com scenario.
The automation instantly resumes its next step, now armed with the correct, human-verified data.
The Crust AI Snippet acts as a temporary, on-demand decision point that lives inside the automation itself, appearing only when needed and disappearing once the job is done.
The Impact
This innovative solution was a "total game-changer" for Vectura Logistics, fundamentally increasing the power and resilience of their core automation.
"The results were staggering," Javier states. "Our average exception resolution time dropped from 2.5 hours to under 2 minutes."
The strategic impact was even more significant:
Made Automations 10x More Powerful: The team could now confidently automate complex processes they previously deemed "un-automatable" because they knew they had a reliable way to handle edge cases and human judgment calls.
Eliminated Workflow Bottlenecks: The system now runs smoothly 24/7 without getting stuck on minor issues, dramatically increasing throughput and reliability.
Unlocked a New Paradigm: This was a capability they couldn't find in any other no-code tool. It wasn't about building a permanent portal; it was about creating disposable, single-purpose user interfaces as a dynamic part of a machine workflow.
How Can You Replicate?
Implementing a "human-in-the-loop" workflow is an advanced technique that can drastically improve your automations.
Design a Generic "Decision" Snippet: In Crust AI, create a very simple "Single Item Snippet." This snippet will act as a template. It should be designed to dynamically display a question and several buttons based on the data it receives.
Generate the Snippet URL in Your Automation: In your Make.com or Zapier workflow, at the point where a decision is needed, use the HTTP module. You will make a request to the Crust AI API to generate a dynamic URL for your template snippet, passing the
Question
,Button 1 Text
,Button 1 Webhook URL
,Button 2 Text
,Button 2 Webhook URL
, etc., as parameters.Notify the Decision-Maker: Take the unique URL returned by Crust AI and use the Slack, email, or SMS module in your automation to send it to the appropriate person or channel.
Listen for the Response: The buttons in your Crust AI Snippet are configured to trigger different webhook URLs. In your Make.com scenario, set up separate "Webhook" modules to listen for the response. When a button is clicked, the corresponding webhook catches the signal, and your automation knows which path to continue down.