
Do you want access to the most powerful digital marketing solution available for your business? Unlock limitless growth potential with our comprehensive digital marketing solution and expert support
Fill out the form below to get started!

Gain access to unlimited support coupled with expert guidance to navigate our marketing technology seamlessly. Never feel stranded again as our team stands ready to assist you at every turn.

Easily centralize your contacts with our CRM integration, including automatic LinkedIn imports. Track interactions across all platforms for targeted engagement strategies.

Deploy agents that go beyond chat to manage pipelines and trigger complex workflows. These digital workers execute multi-step tasks 24/7, ensuring no lead is missed while autonomously scaling your operations to meet every business goal.

Our platform comes with pre-built, customizable snapshots by industry loaded with automations, templates, and tools so you have begin putting our system to work on day one.

Powerful Email Marketing Tools
Utilize our robust email marketing technology to craft engaging campaigns and automate follow-ups. Maximize audience engagement and conversion rates with powerful tools designed to deliver results.

Deploy 24/7 agents that handle complex conversations and lead nurturing. These systems autonomously sync with your CRM and execute follow-up workflows, turning inquiries into sales-ready opportunities without human intervention.

Create unlimited marketing funnels and materials effortlessly with our intuitive interface and customizable templates. Scale your outreach efforts exponentially and capture leads with ease.
Social Media Scheduling: Schedule social media across all major channels and have unlimited recurring posts
CRM & Pipeline Management: Track leads, manage customer relationships, and monitor sales pipelines in one place.
Automated Follow-Ups: Create custom workflows for email, SMS, and call reminders to engage prospects effortlessly.
Smart Workflow Automation: Automate lead routing and pipeline updates using AI that triggers personalized follow-ups based on real-time prospect sentiment.
Custom Chatbots: Qualify leads and answer inquiries 24/7 with AI-powered chat solutions.
Multi-Channel Marketing: Run email campaigns, text messages (SMS), and social media ads from a single platform.
Landing Page Builder: Design high-converting pages with drag-and-drop tools and customizable templates.
Appointment Scheduling: Allow customers to book directly into your calendar with automated reminders.
Review Management: Generate, track, and respond to customer reviews to boost online reputation.
Payment Processing: Accept payments seamlessly through the platform.
Industry-Specific Marketing Tools
Our platform comes with pre-built, customizable snapshots ready to use.
Unlimited Integrations: Compatable with Make.com and Zapier for unlimited integrations and AI automations.
Call Tracking & Recording: Monitor call performance and record important conversations for training and analysis.
AI Booking Agents: Deploy autonomous agents to qualify leads and book meetings directly into your calendar via SMS and DM 24/7.
Analytics Dashboard: Access real-time reporting on campaign performance and business metrics, including advertising reporting via Meta and Google.
Membership & Course Hosting: Create and sell online courses or membership programs directly through the system.
Lead Nurturing Funnels: Build automated sequences to turn cold leads into loyal customers.
Unlimited Users: Add your entire team to collaborate without additional licensing fees.
Mobile App: Manage your business on the go with the iOS and Android mobile apps.
Dedicated Support: Get expert assistance to help you maximize platform features.


Every useful conversation forks. Someone asks about pricing and someone else asks about a broken login, and those two people should not end up in the same place. A support ticket and a sales opportunity look identical for about four words, and then they don't. If your agent treats every incoming message the same way, it isn't automating your front door — it's just answering the doorbell.
The Router is the block that fixes this. It's the decision point inside your agent flow: the place where the agent stops, looks at what's happening, and picks which path the conversation goes down. Get routing right and a single agent becomes the front door for your entire business — sales, support, scheduling, everything — with each person landing exactly where they should. Get it wrong and people end up in the wrong branch, get the wrong answer, and leave.
This guide covers the three ways an agent can make that decision, when each one is the right tool, and how to configure and test them inside Agent Studio.
The Router controls how your agent moves from one block to the next. Instead of forcing every conversation down a single hard-coded line, the Router lets the agent choose the next step based on what the person said, what data has already been captured, or simply "always continue."
You'll find it in the Flow Control panel on the left of the canvas. Drag it in, and it becomes a fork in the road with as many branches as you need. Three routing modes are available, and picking the right one is the whole skill.
The AI Router reads the person's message in natural language and matches it to one of the intents you've defined. You don't write keywords and you don't write rules — you describe the outcomes, and the AI classifies the message on the spot using your intent names and the context of the conversation so far.
This is the right choice when people can say the same thing a hundred different ways. "I'm interested," "sounds good," "yeah let's do it," and "how do I get started?" all mean the same thing to a human and would break any keyword-based system. To the AI Router they're one intent.
Reach for it when the branch depends on interest, sentiment, or what the person is actually trying to accomplish — anything you'd have to interpret rather than look up. If your agent asks whether someone wants to move forward, the AI Router is what turns their free-form answer into a decision.
One thing worth knowing: no training is required. You don't feed it examples. You name the intents clearly, and it classifies from there.
The Conditional Router doesn't interpret anything. It checks a value you've already captured and applies a rule.
Use it when the decision depends on structured data — a selection the person made, a field from a form, a value stored earlier in the flow. You build the rule from three parts: the Variable you're checking, the Operator (equals, greater than, and so on), and the Value you're comparing against. If a Single Choice block already recorded "Yes," a Conditional Router can check for exactly that and branch accordingly.
You can stack multiple conditions on one branch and decide whether all of them have to be true (AND) or just any of them (OR). Give every branch a clear Label — it shows up on the connection line in your flow, and on a complex agent it's the difference between a diagram you can read and one you can't.
The rule of thumb: if the answer is already sitting in a variable, don't ask the AI to interpret it. Check it.
The third mode isn't really a decision at all. No Condition creates an always-on route — the flow moves to the next connected block every single time, with no evaluation.
It sounds trivial, but it's the connective tissue of a well-built agent. Once a block has finished collecting what it needed, you often just want the conversation to continue cleanly to the next step. No Condition is the bridge that does that without pretending a choice is being made.
Only AI Router branches actually invoke AI processing. Conditional and No Condition branches are pure logic — they cost you nothing in AI usage. That alone is a good reason not to reach for the AI Router when a simple rule would do.
You can also drop a Router inside a Sequential block — the block that runs a set of steps in fixed order. This lets a mostly linear process branch at one specific point and then carry on.
It's the right structure when you have a process that mostly runs the same way every time but hits one genuine fork in the middle. A structured intake sequence that needs to redirect a certain type of respondent, for example, without you rebuilding the whole flow as a branching tree.
Open AI Agents → Agent Studio and either create a new agent or click into an existing one. Add a Trigger — a chat message or a form submission — and configure your AI Agent block so the agent has something to think with.
From the Flow Control panel, drag the Router onto the canvas at the point where the conversation needs to fork. The Edit Router panel opens on the right, where you'll choose the Router Type.
For an AI Router, add the intents that define each path. Each intent becomes a branch. For a Conditional Router, label the branch, choose whether conditions are evaluated as AND or OR, and then build the rule with your variable, operator, and value. For a No Condition route, simply enable the toggle.
Connect each route output to its destination block, save, and then test the conversation — walking through each branch to confirm it lands where it should. Only once every path checks out do you save, publish, and deploy.
Here's how the three modes work together in a single agent. The agent opens by answering the person's question, then asks whether they want to move forward. An AI Router reads the free-form reply: if they're interested, the conversation advances; if they're not, it routes to a polite close.
For the people who advanced, the next block captures their email. A No Condition route then always carries them to a confirmation step, where a Single Choice block asks them to confirm. A Conditional Router checks that stored answer — Yes sends them down the proceed path, No sends them somewhere else entirely.
Three decision points, three different mechanisms, one conversation. That's the shape of a real agent.
The AI Router interprets natural language and decides based on what the person meant. The Conditional Router checks a value that's already been stored and applies a logic rule. Interpretation versus lookup.
No. The AI Router works from the person's message and the intents you've named. The Conditional Router does need a stored value, since it has nothing to evaluate otherwise.
The flow follows the default branch. If you haven't connected one, the conversation ends with an error. Always build a fallback path — it's the single most common thing people forget.
One Router block runs one mode at a time. If you need both, chain two Routers back to back.
Open the Execution Log and check the routing detail. It shows you the intent the AI detected and its reasoning, or the exact condition it evaluated — which usually makes the problem obvious in seconds.
The next guide covers how to make your agent smarter with prompts, tools, and knowledge — so that once the conversation reaches the right branch, the answer waiting there is actually a good one.
Routing is the difference between an agent that talks and an agent that works. Every conversation that reaches the right team, with the right context, without a human triaging it first, is time your business gets back.
Log in at app.ajaxunion.com, open AI Agents → Agent Studio, and install a template to see what your first agent can do. For more tutorials and platform guides, visit https://martechsupport.com/home.
Our monthly subscription is just $249*, providing you with unlimited access to all features and support without any hidden fees. Try it FREE for 7 days!
Enjoy the flexibility to cancel or upgrade your subscription at any time, ensuring you get the most value out of your investment in comprehensive digital marketing support and cutting-edge technology.
*Some features have usage-based fees - learn about them here.
In this video you’ll learn:
Easy ways to organize your contacts and communicate better.
Simple methods for creating and handling social media posts.
Time-saving automation to make nurturing leads easier.
Ways to manage reviews and boost your company's reputation.
In this highly personalized process, we create an optimized LinkedIn marketing strategy for you, optimize your LinkedIn profile, and produce a calendar of content ideas for you to update your LinkedIn on a daily basis—complete with copy to get you started!
Enhance your LinkedIn™ presence with evyAI,
a Chrome extension and a web app that supports your LinkedIn™ activities.
Create Personas, generate ideas, craft posts and 10x your LinkedIn™ exposure and productivity.
Join our free monthly strategy session to get expert feedback on your current B2B marketing approach. Learn actionable ways to attract more leads and generate high-quality referrals.
