ROI Calculator

Discover your annual savings with Haptik Solutions   

 

Find out your potential ROI savings with Haptik’s Chat, Voice, and Email solutions for optimizing Customer Experience. With this calculator, you can estimate: 

  • Automated Support Chats/Emails/Voice
  • Cost Savings 
  • Agent Hours Saved 

Schedule a demo today to see Haptik live in action and understand how it can help your business achieve the potential ROI.

Calculate Your ROI

Which channel do your customers prefer ?



'; html += '


'; html += ''; } else if(ai == 'increase_orders' && channel == 'chat'){ var average_order_value = $('#average_order_value').val(); var number_of_monthly_chats = $('#number_of_monthly_chats').val(); if(typeof average_order_value === "undefined"){ average_order_value = 3; } if(typeof number_of_monthly_chats === "undefined"){ number_of_monthly_chats = 10000; } html += '


'; html += '


'; html += ''; } else if(ai == 'acquire_customer' && channel == 'chat'){ var new_customer_per_month = $('#new_customer_per_month').val(); var number_of_leads_per_month = $('#number_of_leads_per_month').val(); var revenue_per_customer = $('#revenue_per_customer').val(); var number_of_chats = $('#number_of_chats').val(); if(typeof new_customer_per_month === "undefined"){ new_customer_per_month = 500; } if(typeof number_of_leads_per_month === "undefined"){ number_of_leads_per_month = 1000; } if(typeof revenue_per_customer === "undefined"){ revenue_per_customer = 5; } if(typeof number_of_chats === "undefined"){ number_of_chats = 10000; } html += '


'; html += '


'; html += '


'; html += '


'; } else if( channel == 'email'){ var number_of_monthly_chats = $('#number_of_monthly_chats').val(); var cost_per_chat = $('#cost_per_chat').val(); if(typeof number_of_monthly_chats === "undefined"){ number_of_monthly_chats = 10000; } if(typeof cost_per_chat === "undefined"){ cost_per_chat = 5; } else { if(cost_per_chat <= 3){ cost_per_chat = 5; } } html += '


'; html += '


'; html += ''; } else if( channel == 'voice'){ var number_of_monthly_chats = $('#number_of_monthly_chats').val(); var cost_per_chat = $('#cost_per_chat').val(); if(typeof number_of_monthly_chats === "undefined"){ number_of_monthly_chats = 10000; } if(typeof cost_per_chat === "undefined"){ cost_per_chat = 5; } else { if(cost_per_chat <= 3){ cost_per_chat = 5; } } html += '


'; html += '


'; html += ''; } $('#form-append').html(html); } function form_field_back(){ var channel = $( "#channel" ).val(); var ai = $( "#ai" ).val(); var html = ""; if(ai == 'automate_support' && channel == 'chat'){ var number_of_monthly_chats = $('#number_of_monthly_chats').val(); var cost_per_chat = $('#cost_per_chat').val(); html += '


'; html += '


'; html += ''; } else if(ai == 'increase_orders' && channel == 'chat'){ var average_order_value = $('#average_order_value').val(); var number_of_monthly_chats = $('#number_of_monthly_chats').val(); html += '


'; html += '


'; html += ''; } else if(ai == 'acquire_customer' && channel == 'chat'){ var new_customer_per_month = $('#new_customer_per_month').val(); var number_of_leads_per_month = $('#number_of_leads_per_month').val(); var revenue_per_customer = $('#revenue_per_customer').val(); var number_of_chats = $('#number_of_chats').val(); html += '


'; html += '


'; html += '


'; html += '


'; } else if( channel == 'email'){ var number_of_monthly_chats = $('#number_of_monthly_chats').val(); var cost_per_chat = $('#cost_per_chat').val(); html += '


'; html += '


'; html += ''; } else if( channel == 'voice'){ var number_of_monthly_chats = $('#number_of_monthly_chats').val(); var cost_per_chat = $('#cost_per_chat').val(); html += '


'; html += '


'; html += ''; } $('#form-append').html(html); } function result(){ //$('.hs-button.primary').val('Submit'); var channel = $( "#channel" ).val(); var ai = $( "#ai" ).val(); var html = ""; if(ai == 'automate_support' && channel == 'chat'){ var number_of_monthly_chats = Number($('#number_of_monthly_chats').val()); var cost_per_chat = Number($('#cost_per_chat').val()); // result var totalAutomatedSupportChats = number_of_monthly_chats * 12 * 0.7 * 0.7; var annualSupportSavings = totalAutomatedSupportChats * cost_per_chat; var totalAgentHoursSaved = totalAutomatedSupportChats * 5 / 60; html += '

'; html += '
'; html += '

'; html += '
'; html += '

'; html += '

'; } else if(ai == 'increase_orders' && channel == 'chat'){ var number_of_monthly_chats = Number($('#number_of_monthly_chats').val()); var average_order_value = Number($('#average_order_value').val()); // result var total_number_of_New_orders = number_of_monthly_chats * 12 * 0.6 * 0.3 * 0.3; var total_increase_in_sales = total_number_of_New_orders * average_order_value; html += '

'; html += '
'; html += '

'; html += '

'; } else if(ai == 'acquire_customer' && channel == 'chat'){ var number_of_chats = Number($('#number_of_chats').val()); var new_customer_per_month = Number($('#new_customer_per_month').val()); var number_of_leads_per_month = Number($('#number_of_leads_per_month').val()); var revenue_per_customer = Number($('#revenue_per_customer').val()); // result var conversion_rate_hidden_in_UI = new_customer_per_month / number_of_leads_per_month * 100; var total_new_customers = number_of_chats * 12 * 0.7 * 0.2 * ( conversion_rate_hidden_in_UI / 100 ); var total_additional_revenue = total_new_customers * revenue_per_customer; html += '
'; html += '
'; html += '
'; html += '

'; html += '

'; } else if( channel == 'email'){ var number_of_monthly_chats = Number($('#number_of_monthly_chats').val()); var cost_per_chat = Number($('#cost_per_chat').val()); // result var total_automated_support_emails = number_of_monthly_chats * 12 * 0.7 * 0.4; var annual_support_savings = total_automated_support_emails * cost_per_chat; var agent_hours_saved = total_automated_support_emails * 5 / 60; html += '


'; html += '


'; html += '



'; html += ''; } else if( channel == 'voice'){ var number_of_monthly_chats = Number($('#number_of_monthly_chats').val()); var cost_per_chat = Number($('#cost_per_chat').val()); // result var total_automated_support_emails = number_of_monthly_chats * 12 * 0.7 * 0.5; var annual_support_savings = total_automated_support_emails * cost_per_chat; var agent_hours_saved = total_automated_support_emails * 5 / 60; html += '


'; html += '


'; html += '



'; html += ''; } $('#form-result').html(html); } // new // old // function result(){ // var channel = $( "#channel" ).val(); // var ai = $( "#ai" ).val(); // var html = ""; // if(ai == 'automate_support' && channel == 'chat'){ // var number_of_monthly_chats = Number($('#number_of_monthly_chats').val()); // var cost_per_chat = Number($('#cost_per_chat').val()); // // result // var totalAutomatedSupportChats = number_of_monthly_chats * 12 * 0.7 * 0.7; // var annualSupportSavings = totalAutomatedSupportChats * cost_per_chat; // var totalAgentHoursSaved = totalAutomatedSupportChats * 5 / 60; // html += '
'; // html += '
'; // html += '
'; // html += '
'; // html += '
'; // html += '

'; // } else if(ai == 'increase_orders' && channel == 'chat'){ // var number_of_monthly_chats = Number($('#number_of_monthly_chats').val()); // var average_order_value = Number($('#average_order_value').val()); // // result // var total_number_of_New_orders = number_of_monthly_chats * 12 * 0.6 * 0.3 * 0.3; // var total_increase_in_sales = total_number_of_New_orders * average_order_value; // html += '
'; // html += '
'; // html += '
'; // html += '

'; // } else if(ai == 'acquire_customer' && channel == 'chat'){ // var number_of_chats = Number($('#number_of_chats').val()); // var new_customer_per_month = Number($('#new_customer_per_month').val()); // var number_of_leads_per_month = Number($('#number_of_leads_per_month').val()); // var revenue_per_customer = Number($('#revenue_per_customer').val()); // // result // var conversion_rate_hidden_in_UI = new_customer_per_month / number_of_leads_per_month * 100; // var total_new_customers = number_of_chats * 12 * 0.7 * 0.2 * ( conversion_rate_hidden_in_UI / 100 ); // var total_additional_revenue = total_new_customers * revenue_per_customer; // html += '
'; // html += '
'; // html += '
'; // html += '
'; // html += '

'; // } else if( channel == 'email'){ // var number_of_monthly_chats = Number($('#number_of_monthly_chats').val()); // var cost_per_chat = Number($('#cost_per_chat').val()); // // result // var total_automated_support_emails = number_of_monthly_chats * 12 * 0.7 * 0.4; // var annual_support_savings = total_automated_support_emails * cost_per_chat; // var agent_hours_saved = total_automated_support_emails * 5 / 60; // html += '

'; // html += '


'; // html += '


'; // html += ''; // } else if( channel == 'voice'){ // var number_of_monthly_chats = Number($('#number_of_monthly_chats').val()); // var cost_per_chat = Number($('#cost_per_chat').val()); // // result // var total_automated_support_emails = number_of_monthly_chats * 12 * 0.7 * 0.5; // var annual_support_savings = total_automated_support_emails * cost_per_chat; // var agent_hours_saved = total_automated_support_emails * 5 / 60; // html += '

'; // html += '

'; // html += '


'; // html += ''; // } // $('#form-result').html(html); // } // old function form_validate(){ $("#form-append").validate({ rules: { "number_of_monthly_chats": { required: true, digits: true }, "average_order_value": { required: true, digits: true }, "number_of_chats": { required: true, digits: true }, "new_customer_per_month": { required: true, digits: true }, "number_of_leads_per_month": { required: true, digits: true }, "revenue_per_customer": { required: true, digits: true }, "cost_per_chat": { required: true, digits: true } }, submitHandler: function(form) { // some other code // maybe disabling submit button // then: result(); $('.submit-2').hide(); $('.submit-3').show(); } }); } form_validate(); $(document).on('click','#submit', function(){ form_validate(); return; });