
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.


Building an AI agent is only half the battle — the other half is making sure it fires at exactly the right moment. A perfectly trained agent that has to be manually started, or that runs five minutes too late, is just as bad as no agent at all. That's where Agent Studio Triggers come in. Inside app.ajaxunion.com, triggers turn your agents into real-time responders that engage the second a contact submits a form, gets tagged, or sends a chat message.
This tutorial covers what triggers are, the three trigger types you can use today, and exactly how to configure, test, and publish them without breaking your existing automations.
Agent Studio Triggers are event listeners attached to your agent's Start node. When a supported platform event happens — a form submission, a tag change, or an incoming chat message — the trigger fires and starts your agent in the background, instantly.
Because the agent runs in the background, your pages, APIs, and Customer-facing surfaces stay fast. The contact never waits, and you don't need polling scripts or custom webhooks to glue events to actions.
Today, Agent Studio supports three trigger types:
Form Submitted
Lead Tag (added or removed)
Chat Message
Each of these gives your agent a different entry point — and a different set of variables to work with once it starts.
A few specific advantages worth knowing before you start configuring:
Real-time engagement — respond to leads the moment they act, not the next morning.
Hands-free scalability — replace polling scripts and custom webhook code with an in-product trigger you can configure in minutes.
Consistent entry points — standardize how every agent starts so testing and troubleshooting stay simple.
Non-breaking adoption — triggers are additive. Existing API-based agents continue to work exactly as they did.
A foundation for growth — more trigger types are on the roadmap, so the patterns you build now will keep paying off.
Log into app.ajaxunion.com, open the left sidebar, click AI Agents, and select the Agent Studio tab. This opens the workspace for the current sub-account.
Click Create Agent to start a new agent, or click an existing agent's name to edit it. The list shows each agent's Status, Last Updated, and Created On so you can find the right one quickly.

Inside the agent, you'll see the builder canvas with existing nodes and a plus control. Click Add New Node to start building, or scroll to the starting area of your existing flow.

From the node picker, look under Flow Control and choose Start trigger. This drops a trigger tile onto the canvas — the listener that will start your agent when an event fires.

In the Select trigger panel, choose one of the three options:
Form Submitted
Lead Tag
Chat Message
The configuration options that appear next depend on which one you picked.

Use this when you want an agent to engage immediately after a contact completes a form tracked in your account. It's ideal for instant nurture, lead qualification, and routing to the right team or pipeline.
Starts the agent the moment any selected form is submitted.
Exposes the form's submitted fields as variables your agent can reference in later steps.
To configure: open the dropdown and select one or more forms. If the form doesn't exist yet, click Add new to create one without leaving the trigger setup.

Use this when a tag change should kick off an automation. Common use cases include VIP onboarding, re-engagement sequences, and churn prevention.
Starts the agent when a selected tag is added to or removed from a contact.
Provides the contact's full context — existing tags, custom fields, and more — to your flow.
To configure:
Set Tag action to Tag added or Tag removed.
Pick a tag from the list, or click Add new to create one on the fly.
Tip: when you're bulk-adding tags for testing, run it against a small test segment first. Bulk-applying a tag to thousands of contacts will trigger thousands of agent runs.
Use this when you want your agent to respond the second a new inbound message hits one of your connected chat widgets or providers. It's perfect for instant replies, smart routing, and FAQ deflection before a human ever has to step in.
No additional configuration required — just add the trigger and publish.
Provides the message text, sender details, and full conversation context to your flow logic.
If you also use the Ask AI assistant, you can route conversations from Ask AI into a specific agent — the chat will initiate the agent through this same Chat message trigger.

Once your trigger is configured, follow this three-step launch process:
Test — run a safe simulation of the selected trigger. You'll see exactly which variables and payload the agent receives, and no live contacts are affected. Use this to iterate on prompts and node logic before publishing.
Save — store your changes as a Staging version. Nothing goes live yet, but your work is preserved and you can come back to it. Save after every major configuration step.
Publish — push the agent and its Start trigger live for the sub-account. Real events will now start the agent automatically. Make sure the Start trigger is connected to the first node before publishing.
If the agent is going to be mapped to other features like Ask AI, it typically needs to be in Production before it'll appear as an option in those mappings.

No. Triggers are additive. Existing API-driven flows continue to work exactly as before — triggers only run for agents where you've explicitly added a Start trigger.
Yes. The canvas Test option simulates the event so you can validate variables, payload, and response behavior without affecting real contacts.
Chat triggers work with the existing chat widgets and providers connected to your sub-account. No extra configuration is needed to start.
It depends on the trigger:
Form submissions include the mapped form fields.
Lead tag events include the contact's full context.
Chat message events include the message text and conversation metadata.
Confirm you're in the correct sub-account, that the form or tag actually exists there, and refresh the builder. Newly created assets sometimes need a quick refresh to appear.
Each agent has a single Start trigger, but you can build multiple agents that respond to different events and route between them using AI Agent Nodes or sub-workflows.
Triggers are what turn Agent Studio from a powerful builder into a true automation engine. Set them up once and your agents are on call 24/7 — engaging leads the second they fill out a form, nurturing contacts the moment they get tagged, and answering chats before a customer has time to refresh the page.
Log in at app.ajaxunion.com, open AI Agents → Agent Studio, and add a Start trigger to your next agent. For more tutorials and platform guides, visit UnlimitedDigitalMarketing.com.
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.
