A\ Automation Services

Monthly
Annually
Growth Plan
$
$2,995
Per Month
Per Year
This plan is tailored for small businesses aiming to automate their small business AI efforts and accelerate growth.
Services Include:
  • Operational Efficiency Evaluation: Assess your current processes to identify areas for improvement and implement small automations to streamline operations.
  • Intelligent Customer Journey Automation: Connect lead capture, qualification, nurturing, conversion tracking, and post-sale engagement into one unified flow with AI.
  • End-to-End Transaction Processing: Automate order intake, payment processing, inventory updates, fulfillment coordination, shipping notifications, and follow-up communications.
  • Smart Document & Compliance Workflow: Document intake, data extraction, validation, approval routing, storage, and compliance reporting.
  • Integrated Communication & Support: Connect customer inquiries across all channels (phone, email, chat, social) to unified case management, knowledge base searches, resolution tracking, and satisfaction follow-up with AI-powered routing and response suggestions.
  • Fast customer service via email support 
Business Plan + A\
$
$6,995
Per month
This plan is crafted for small to medium-sized businesses eager to elevate their operational strategies through advanced automation solutions.
All services from the Growth Plan, plus:
  • Multi-System Data Orchestration & Analytics:
    Automated data collection from multiple business systems, cleansing, analysis, and automated reporting/alerting.
  • Advanced Workflow & Approval Automation: Set up and manage Google Ads campaigns to drive targeted traffic to your website.
  • Predictive Operations & Maintenance: Link AI monitoring systems, predictive analytics, maintenance scheduling, parts ordering, and performance tracking.
  • Intelligent Vendor & Supply Chain Integration: Automate procurement, vendor management, order tracking, quality control, and payment processing across multiple suppliers.
  • Cross-Channel Marketing & Sales Orchestration: Connect lead generation, nurturing, sales pipeline management, customer communications, and performance analytics across all marketing and sales channels integrated with AI.
  • Chat and email support
Enterprise Plan +A\
$
$14,995
Per month
This plan is the ultimate solution for businesses who are ready to unleash the full potential of AI & automation at scale.
All services from the Growth and Business Plans, plus:
  • Enterprise-Wide Process Intelligence & Optimization: Connect process mining, performance analytics, bottleneck identification, and automated improvement implementation across all business functions with AI.
  • Autonomous Decision-Making & Exception Management Chain real-time monitoring, risk assessment, decision-making, action execution, and outcome tracking across complex business scenarios.
  • Dynamic Resource & Capacity Management: AI monitores Demand forecasting, resource planning, capacity optimization, and real-time adjustments across facilities, workforce, and technology assets.
  • Integrated Compliance & Risk Management Chain: Automate regulatory monitoring, policy enforcement, audit trail creation, reporting, and remediation across all business functions WITH AI.
  • Fast chat and email & phone support

Watch how to Setup

Set up

1. Add this Code before closing /body tag

	
   <script>
   
   $(document).ready(function () {
	var clicknum = 0;
   $('#packageSwitch').click(()=>{
  	clicknum++;
  	if(clicknum % 2 ===0){
    	$('.number').each(function () {
        var $this = $(this),
            countTo = $this.attr('data-month');

        $({ countNum: $this.attr('data-year') }).animate({
            countNum: countTo
        },
            {
                duration: 500,
                easing: 'linear',
                step: function (now) {
                    $this.text(Math.round(now.toFixed(2)));
                },
                complete: function () {
                    $this.text(this.countNum);
                }
            });
    });
    }
    else{
    	$('.number').each(function () {
        var $this = $(this),
            countTo = $this.attr('data-year');

        $({ countNum: $this.attr('data-month') }).animate({
            countNum: countTo
        },
            {
                duration: 500,
                easing: 'linear',
                step: function (now) {
                    $this.text(Math.round(now.toFixed(2)));
                },
                complete: function () {
                    $this.text(this.countNum);
                }
             });
         });}
      });
    });
    
   </script>
  

2. Set up the toggle switch

Go ahead and add an ID = "packageSwitch" to the Toggle switch.

This code is a JavaScript script that uses the jQuery library. It sets up an event listener for a click on an element with the ID "packageSwitch" and defines what should happen when that element is clicked.

3. Set up Attributes to the pricing number

Add these attributes to the Pricing number of the build
(you have to add both attributes )

Name=data-month
Value= (your monthly pricing here)

Name=data-year
Value= (your yearly pricing here)

In this code, the "data-month" and "data-year" attributes are used to store numeric values that are used in the jQuery animation. When the user clicks on the "packageSwitch" element, the script reads the values of these attributes for all elements with the "number" class, and then animates the displayed value of those elements from "data-year" to "data-month" or from "data-month" to "data-year", depending on the value of the "clicknum" variable.

4. Add the webflow animaiton to the switch

Add the toggle switch animation from the interaction pannel in the designer.

This is a simple and basic webflow interection which targets the circle to move and make the animation happen. Also it effects the changing of the buttons too, so that you can put different links to the buttons while changing from monthly to yearly plane.

Ready to start working on your next big idea?

Unlock Your Vision
Preferences

Privacy is important to us, so you have the option of disabling certain types of storage that may not be necessary for the basic functioning of the website. Blocking categories may impact your experience on the website. More information

These items are required to enable basic website functionality.

Always active

These items are used to deliver advertising that is more relevant to you and your interests.

These items allow the website to remember choices you make (such as your user name, language, or the region you are in) and provide enhanced, more personal features.

These items help the website operator understand how its website performs, how visitors interact with the site, and whether there may be technical issues.

Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.