www.tatatelebusiness.com Open in urlscan Pro
2607:fc48:bc4b::bc:238  Public Scan

Submitted URL: https://www.tatateleservices.com/autopay
Effective URL: https://www.tatatelebusiness.com/autopay/
Submission: On August 23 via manual from IN — Scanned from DE

Form analysis 2 forms found in the DOM

<form id="homeform">
  <div class="row">
    <div class="col-sm-4">
      <div class="input_container">
        <input type="text" id="Name" placeholder="Enter Full Name" class="floatlabel filled" name=" " onkeypress="return isCharKey(event);">
        <label for="Name">Name</label>
        <span class="error_msg" id="">Please enter Name</span>
      </div>
    </div>
    <div class="col-sm-4">
      <div class="input_container">
        <input type="text" id="organization" placeholder="Enter Company Name" class="floatlabel filled" name=" ">
        <label for="organization">Organization</label>
        <span class="error_msg" id="">Please enter Organization</span>
      </div>
    </div>
    <div class="col-sm-4">
      <div class="input_container select_container">
        <select id="state" name="state" onchange="BindCities()" oninput="" class="floatlabel filled">
          <option selected="" value="">Select</option>
          <option value="Andhra Pradesh">Andhra Pradesh</option>
          <option value="Bihar">Bihar</option>
          <option value="Chhattisgarh">Chhattisgarh</option>
          <option value="Delhi NCR">Delhi NCR</option>
          <option value="Goa">Goa</option>
          <option value="Gujarat">Gujarat</option>
          <option value="Haryana">Haryana</option>
          <option value="Himachal Pradesh">Himachal Pradesh</option>
          <option value="Jharkhand">Jharkhand</option>
          <option value="Karnataka">Karnataka</option>
          <option value="Kerala">Kerala</option>
          <option value="Madhya Pradesh">Madhya Pradesh</option>
          <option value="Maharashtra">Maharashtra</option>
          <option value="Mumbai">Mumbai</option>
          <option value="Orissa">Orissa</option>
          <option value="Others">Others</option>
          <option value="Punjab">Punjab</option>
          <option value="Rajasthan">Rajasthan</option>
          <option value="Sikkim">Sikkim</option>
          <option value="Tamil Nadu">Tamil Nadu</option>
          <option value="Union Territory">Union Territory</option>
          <option value="Uttar Pradesh">Uttar Pradesh</option>
          <option value="Uttar Pradesh East">Uttar Pradesh East</option>
          <option value="Uttar Pradesh West">Uttar Pradesh West</option>
          <option value="Uttarakhand">Uttarakhand</option>
          <option value="West Bengal">West Bengal</option>
        </select>
        <label for="state">State / Circle</label>
        <span class="error_msg" id="">Please Select State</span>
      </div>
    </div>
    <div class="col-sm-4">
      <div class="input_container select_container">
        <select id="city" name="city" oninput="" class="floatlabel filled">
          <option selected="" value="">Select</option>
        </select>
        <label for="city">City</label>
        <span class="error_msg" id="">Please Select City</span>
      </div>
    </div>
    <div class="col-sm-4">
      <div class="input_container">
        <input type="text" id="email" placeholder="Enter Email" class="floatlabel filled" name=" ">
        <label for="email">Email</label>
        <span class="error_msg" id="">Please enter Valid Email</span>
      </div>
    </div>
    <div class="col-sm-4">
      <div class="input_container number">
        <input type="text" id="MobileNumber" placeholder="+91" class="floatlabel filled" onkeypress="return isNumberKey(event);" maxlength="10">
        <label for="MobileNumber">Mobile Number (required)</label>
        <div class="verify">
          <a href="javascript:;" class="hide">Verify</a>
          <a href="javascript:;" id="resendotp" class="hide" onclick="SendVerifyCode()">Re-Send OTP</a>
        </div>
        <span class="error_msg" id="">Please enter valid 10 digit Mobile Number</span>
      </div>
    </div>
    <div class="col-sm-4">
      <div class="input_container select_container">
        <select id="Categoryname" oninput="" class="floatlabel filled" onchange="GetProductByCategoryName()">
          <option selected="" value="0">ALL</option>
          <option value="Cloud &amp; SaaS">Cloud &amp; SaaS</option>
          <option value="Collaboration">Collaboration</option>
          <option value="Cyber Security Solutions">Cyber Security Solutions</option>
          <option value="Data Services">Data Services</option>
          <option value="Marketing Solutions">Marketing Solutions</option>
          <option value="Voice Services">Voice Services</option>
        </select>
        <label for="referred_time">Select Category</label>
        <span class="error_msg" id="">Please Select Category</span>
      </div>
    </div>
    <div class="col-sm-4">
      <div class="input_container select_container">
        <select id="Productname" name="Productname" oninput="" class="floatlabel filled">
          <option value="0">ALL</option>
        </select>
        <label for="referred_time">Select Services</label>
        <span class="error_msg" id="">Please Select Service</span>
      </div>
    </div>
    <div class="col-sm-4">
      <div class="input_container select_field">
        <select class="floatlabel" id="CompanyTurnover">
          <option value=""></option>
          <option value="500 Cr"> 500 Cr</option>
          <option value="100 – 500 Cr"> 100 – 500 Cr</option>
          <option value="50 – 100 Cr"> 50 – 100 Cr</option>
          <option value="10 – 50 Cr"> 10 – 50 Cr</option>
          <option value="5 – 10 Cr"> 5 – 10 Cr</option>
          <option value="Less than 5 Cr"> Less than 5 Cr</option>
        </select>
        <label for="CompanyTurnover">Company Turnover</label>
        <span class="error_msg" id=""></span>
      </div>
    </div>
    <div class="col-sm-4">
      <div class="input_container select_field">
        <select class="floatlabel" id="EmployeeCount">
          <option value=""></option>
          <option value="2000+">2000+</option>
          <option value="500 – 1,999">500 – 1,999</option>
          <option value="200 – 499">200 – 499</option>
          <option value="100 – 199">100 – 199</option>
          <option value="50 – 99">50 – 99</option>
          <option value="25 – 49">25 – 49</option>
          <option value="0 – 24">0 – 24</option>
        </select>
        <label for="EmployeeCount">Employee Count</label>
        <span class="error_msg" id=""></span>
      </div>
    </div>
    <div class="col-sm-4 hide" id="divOtp">
      <div class="input_container">
        <input type="text" id="OTP" placeholder="" class="floatlabel filled" maxlength="6">
        <label for="OTP">Enter OTP</label>
        <span class="error_msg" id="">Enter valid OTP</span>
      </div>
    </div>
    <div class="col-sm-12 mt-3">
      <div class="row align-items-center">
        <div class="col-sm-9">
          <div class="input_container mb-0">
            <div class="checkbox">
              <div class="clear">
                <div class="checkbox-group">
                  <input type="checkbox" name="" value="" id="chkAutorise">
                  <label for="chkAutorise">I consent to receive communications about Tata Tele Business Services (TTBS), in accordance with the Tata Tele Services <a href="/privacy-policy/">privacy policy</a>. I understand that I can opt-out at any
                    time.</label>
                  <span class="error_msg" id="">Please Provide Consent</span>
                </div>
              </div>
            </div>
          </div>
        </div>
        <div class="col-sm-3">
          <div class="link black mt-0 text-right">
            <a href="javascript:;" class="hide" id="submit" onclick="SaveUserData()">Submit <img src="/images/arrow-black.svg" alt="" width="16" height="12"></a>
            <a href="javascript:;" onclick="SendVerifyCode()" id="sendOtp">Send OTP <img src="/images/arrow-black.svg" alt="" width="16" height="12"></a>
          </div>
        </div>
        <div id="divthank" style="display:none;">
          <p class="Thanks"> Your request has been submitted successfully. </p>
        </div>
      </div>
    </div>
  </div>
</form>

<form id="homeformex">
  <div class="row">
    <div class="col-sm-4">
      <div class="input_container">
        <input type="text" id="exName" placeholder="Enter Full Name" class="floatlabel filled" name=" " onkeypress="return isCharKey(event);">
        <label for="exName">Name</label>
        <span class="error_msg" id="">Please enter Name</span>
      </div>
    </div>
    <div class="col-sm-4">
      <div class="input_container">
        <input type="text" id="exorganization" placeholder="Enter Company Name" class="floatlabel filled" name=" ">
        <label for="exorganization">Organization</label>
        <span class="error_msg" id="">Please enter Organization</span>
      </div>
    </div>
    <div class="col-sm-4">
      <div class="input_container">
        <input type="text" id="exemail" placeholder="Enter Email" class="floatlabel filled" name=" ">
        <label for="exemail">Email</label>
        <span class="error_msg" id="">Please enter Valid Email</span>
      </div>
    </div>
    <div class="col-sm-4">
      <div class="input_container number">
        <input type="text" id="exMobileNumber" placeholder="+91" class="floatlabel filled" onkeypress="return isNumberKey(event);" maxlength="10">
        <label for="exMobileNumber">Mobile Number (required)</label>
        <div class="verify">
          <a href="javascript:;" class="hide">Verify</a>
          <a href="javascript:;" id="resendotpex" class="hide" onclick="SendVerifyCodeForEx()">Re-Send OTP</a>
        </div>
        <span class="error_msg" id="">Please enter valid 10 digit Mobile Number</span>
      </div>
    </div>
    <div class="col-sm-4">
      <div class="input_container select_container">
        <select id="exCategoryname" oninput="" class="floatlabel filled" onchange="GetProductByCategoryNameforex()">
          <option selected="" value="0">ALL</option>
          <option value="Cloud &amp; SaaS">Cloud &amp; SaaS</option>
          <option value="Collaboration">Collaboration</option>
          <option value="Cyber Security Solutions">Cyber Security Solutions</option>
          <option value="Data Services">Data Services</option>
          <option value="Marketing Solutions">Marketing Solutions</option>
          <option value="Voice Services">Voice Services</option>
        </select>
        <label for="exreferred_time">Select Category</label>
        <span class="error_msg" id="">Please Select Category</span>
      </div>
    </div>
    <div class="col-sm-4">
      <div class="input_container select_container">
        <select id="exProductname" name="Productname" oninput="" class="floatlabel filled">
          <option value="0">ALL</option>
        </select>
        <label for="exreferred_time">Select Services</label>
        <span class="error_msg" id="">Please Select Service</span>
      </div>
    </div>
    <div class="col-sm-4 hide" id="divOtpEx">
      <div class="input_container">
        <input type="text" id="OTPEx" placeholder="" class="floatlabel filled" maxlength="6">
        <label for="OTPEx">Enter OTP</label>
        <span class="error_msg" id="">Enter valid OTP</span>
      </div>
    </div>
    <div class="col-sm-12 mt-3">
      <div class="row align-items-center">
        <div class="col-sm-9">
          <div class="input_container mb-0">
            <div class="checkbox">
              <div class="clear">
                <div class="checkbox-group">
                  <input type="checkbox" name="" value="" id="chkAutoriseex">
                  <label for="chkAutoriseex">I consent to receive communications about Tata Tele Business Services (TTBS), in accordance with the Tata Tele Services <a href="/privacy-policy/">privacy policy</a>. I understand that I can opt-out at any
                    time.</label>
                  <span class="error_msg" id="">Please Provide Consent</span>
                </div>
              </div>
            </div>
          </div>
        </div>
        <div class="col-sm-3">
          <div class="link black mt-0 text-right">
            <a href="javascript:;" class="hide" id="exsubmit" onclick="SaveUserDataForEx()">Submit <img src="/images/arrow-black.svg" alt="" width="16" height="12"></a>
            <a href="javascript:;" onclick="SendVerifyCodeForEx()" id="sendOtpex">Send OTP <img src="/images/arrow-black.svg" alt="" width="16" height="12"></a>
          </div>
        </div>
        <div id="divthankex" style="display:none;">
          <p class="Thanks"> Your request has been submitted successfully. </p>
        </div>
      </div>
    </div>
  </div>
</form>

Text Content

 * Business
 * Personal

 * Channel Partner
 * Careers
 * Contact Us
 * Search
   Enter
   
   Top Searches
   
    * Services for Small Businesses
    * Ultra-Lola
    * Channel Partners near me
    * Digital transformation
    * SME Services
   
   Got Questions?
   
   Share your details and we will call you back.
   
   Request a Call
 * 

 * Services
   Back
   
   
   Services
   
    * Top Services
      Back
      
      
      Top Services
      
       * Smart Internet
       * Smartflo
       * SmartOffice®
       * Zoom
      
      Awards and Recognition for Customer Centricity and Innovation
      
      Know More
    * Cloud & SaaS
      Back
      
      
      Cloud & SaaS
      
       * Smart Cloud Services
       * Google Workspace
       * Microsoft Azure
         Back
         
         
         Microsoft Azure
         
          * Microsoft Azure
          * Azure Virtual Desktop
      
       * Microsoft 365
       * Smartflo
         Back
         
         
         Smartflo
         
          * Smartflo
          * WhatsApp Business Platform
          * Smartflo UCaaS
   
    * Collaboration
      Back
      
      
      Collaboration
      
       * Zoom
       * International Bridging Service
      
      Foster More Engagement and Greater Connectivity
   
    * Data Services
      Back
      
      
      Data Services
      
       * Smart Internet
       * ILL Burstable Bandwidth
       * SD-WAN iFLX
         Back
         
         
         SD-WAN iFLX
         
          * SD-WAN iFLX
          * SD-WAN iFLX Edge
      
       * Smart VPN-MPLS
       * EZ Cloud Connect
       * Leased Line-P2P
       * Tata Tele Wi-Fi
       * Ultra-LOLA
       * Business Broadband
       * Retail Broadband
       * SmartOffice®
   
    * Voice Services
      Back
      
      
      Voice Services
      
       * Centrex
       * PRI
       * SIP Trunk
       * SmartOffice®
       * International Bridging Service
      
      Deliver Exceptional Outcomes by Centering on the Customer
   
    * Marketing Solutions
      Back
      
      
      Marketing Solutions
      
       * Toll Free Services
       * Call Register Services
       * Hosted IVR
       * Hosted OBD Service
       * SMS Solutions
      
      Harness Growth Opportunities by Realizing Your Business Purpose
   
    * Cyber Security
      Back
      
      
      Cyber Security
      
       * Email Security
       * Endpoint Security
       * Multifactor Authentication
       * Virtual Firewall
       * Web Security
      
      Protect Every Part of Your Business, Wherever it Goes
   
    * Top Services
    * Cloud & SaaS
    * Collaboration
    * Data Services
    * Voice Services
    * Marketing Solutions
    * Cyber Security
   
   Smart Internet
   
   Internet leased line bundled with cloud-based security
   
   Smartflo
   
   Ultra-flexible, advanced cloud communication suite
   
   SmartOffice®
   
   Single-box solution providing voice, data, storage and more
   
   Zoom
   
   High-quality, secure, and unified communication
   
   Awards and Recognition for Customer Centricity and Innovation
   
   CII Customer Obsession Award
   
   Excellence in Customer Engagement
   
   Inn-Tech 2021 for Smartflo
   
   Innovation & Technology Awards - Gold for Best Innovation by a Telecom
   Company
   
   Product Innovation Award for SmartOffice®
   
   Telecom Innovation Leaders Award
   
   IDC Innovation Awards 2021
   
   Marketing Automation Project - Innovation in Data Intelligence
   
    * Smart Cloud Services
    * Google Workspace
    * Microsoft Azure
       * Microsoft Azure
       * Azure Virtual Desktop
   
    * Microsoft 365
    * Smartflo
       * Smartflo
       * WhatsApp Business Platform
       * Smartflo UCaaS
   
   Embrace Change as You Reinvent the Way You Connect
   
   Wherever you are on your cloud journey, make it work for your business with
   efficiency, agility, and innovation. It’s an imperative.
   
   How Cloud Accelerates Digital Transformation For SMEs In ITeS Industry
   
   Redefining The Retail Sector With Cloud Solutions
   
    * Zoom
    * International Bridging Service
   
   Foster More Engagement and Greater Connectivity
   
   Tap into a powerful growth engine for your business and promote your services
   with robust collaboration solutions. Stay ahead of the digital transformation
   curve.
   
   Deeper Learning: Collaboration Holds The Key
   
   Are You Just Meeting Or Collaborating?
   
    * Smart Internet
    * ILL Burstable Bandwidth
    * SD-WAN iFLX
       * SD-WAN iFLX
       * SD-WAN iFLX Edge
   
    * Smart VPN-MPLS
    * EZ Cloud Connect
    * Leased Line-P2P
    * Tata Tele Wi-Fi
    * Ultra-LOLA
    * Business Broadband
    * Retail Broadband
    * SmartOffice®
   
   Open the Door to New Possibilities of Growth with Data
   
   Data is your ultimate competitive value and differentiator. Maximise it to
   reposition your offerings, extend capabilities and create new value.
   
   Latency Or Bandwidth Which Do I Need
   
   Remote And Secure Data Connectivity For Businesses: Managed ILL And Smart VPN
   
    * Centrex
    * PRI
    * SIP Trunk
    * SmartOffice®
    * International Bridging Service
   
   Deliver Exceptional Outcomes by Centering on the Customer
   
   Reduce costs, simplify management, improve mobility, and choose from multiple
   options to communicate your message effectively.
   
   Voice Solutions - An Integral Part Of Business Communications
   
   SIP Trunk – Integrated Communications For A More Effective Tomorrow
   
    * Toll Free Services
    * Call Register Services
    * Hosted IVR
    * Hosted OBD Service
    * SMS Solutions
   
   Harness Growth Opportunities by Realizing Your Business Purpose
   
   Bring your brand purpose to life with high-impact marketing strategies, and
   drive value and differentiation across the customer journey.
   
   How Enterprises Can Benefit From Unified Communications
   
   Wireless EPABX And IVR: The Roadmap To Greater Customer Satisfaction And
   Brand Growth
   
    * Email Security
    * Endpoint Security
    * Multifactor Authentication
    * Virtual Firewall
    * Web Security
   
   Protect Every Part of Your Business, Wherever it Goes
   
   All the industry-relevant and robust security intelligence you need to keep
   your business ahead of threats and keep it secure.
   
   Security Risks For The IT Industry And How To Manage Them Effectively
   
   Addressing The Healthcare Industry’s Serious Cybersecurity Issues

 * Solutions
   Back
   
   
   Solutions
   
    * By Industry
      Back
      
      
      By Industry
      
       * BFSI
       * IT/ITeS
       * Manufacturing
       * Services
       * Education
       * Healthcare
       * Telecom, Media & Entertainment
       * Retail
   
    * By Need
      Back
      
      
      By Need
      
       * Drive Digital Transformation
       * Enable Business Continuity
       * Secure Your Business
       * Enhance Customer Experience
       * Drive Business Growth
       * Cost Optimization
       * Improve Productivity
   
    * By Organization
      Back
      
      
      By Organization
      
       * Small
       * Medium
       * Large
   
    * By Industry
    * By Need
    * By Organization
   
    * BFSI
    * IT/ITeS
    * Manufacturing
    * Services
    * Education
    * Healthcare
    * Telecom, Media & Entertainment
    * Retail
   
   Drive the Unique Business Outcomes you Desire
   
   Every organization faces unique challenges when it comes to delivering value.
   We’ve tailored our solutions to leverage modern platforms and take you closer
   to your goals.
   
   Eliminating Risks From BFSI Operations With Endpoint Security Solutions
   
   From Adding Value To Adding Revenue - A Changed Landscape Of Outsourcing
   
    * Drive Digital Transformation
    * Enable Business Continuity
    * Secure Your Business
    * Enhance Customer Experience
    * Drive Business Growth
    * Cost Optimization
    * Improve Productivity
   
   Reimagine Your Business Growth with the Finest
   
   As your business ecosystem and value chain expand, you need a powerful suite
   to keep pace with your changing needs. Find your answers here.
   
   Digital Transformation Initiatives For The Retail And Wholesale Sectors
   
   Building An Organized And Valuable Business Continuity Plan
   
    * Small
    * Medium
    * Large
   
   Give Your Business a Chance to Explore Greater Horizons
   
   Accelerate your small, medium or large business by adopting digital
   technologies
   
   Managed ILL To Build Connectivity For Remote Workforce Of Manufacturing
   Companies
   
   Digital Tools Helping IT Companies Meet Circular Economy Goals

 * Experience Zone
   Back
   
   
   Experience Zone
   
   Welcome to the experience zone
   
   Every organization faces unique challenges when it comes to delivering value.
   We’ve tailored our solutions to leverage modern platforms and take you closer
   to your goals.
   
   BFSI
   
   IT / ITeS
   
   Manufacturing
   
   
   
   
   Welcome to the experience zone
   
   Every organization faces unique challenges when it comes to delivering value.
   We’ve tailored our solutions to leverage modern platforms and take you closer
   to your goals.
   
   BFSI
   
   IT / ITeS
   
   Manufacturing
   
   
   
 * Knowledge
   Back
   
   
   Knowledge
   
    * Top Content
      Back
      
      
      Top Content
      
       * 5 Key Trends in Media & Entertainment Industry to Watch Closely in
         2023.
       * Disruptive technology trends that will transform businesses.
       * A Financial Technology Solutions Provider Future-Proofs its Contact
         Centre Using TTBS Smartflo.
       * Production Linked Incentive Scheme Set to Boost Domestic Manufacturing.
       * Media & Entertainment Industry gets a Digital Spin.
       * How India’s SME retailers benefit from going digital?
   
    * Articles
      Back
      
      
      Articles
      
       * Top 5 Trends in the Education Industry for 2023.
       * Where is India’s manufacturing industry headed in 2023?
       * Future of Indian Edtech Landscape.
       * Digital Insurance Reshaping the Industry through Technology
       * An Overview of Virtual Firewalls.
       * India’s On-demand Home Service Market is Ripe for Disruption.
      
      View All
    * Case Studies
      Back
      
      
      Case Studies
      
       * Scalability and ease of management transform IT company’s daily
       * TTBS Webcasting Helps Social Pension Scheme Administrators Train Their
         Teams Online
       * Secure Connectivity For An Investment Management Firm
       * Voice And Data Connectivity For A Leading Online Shopping Marketplace
       * Global Big 4 Accounting Firm Adopts Smartflo To Eliminate CapEx And
         Facilitate Remote Working
       * TTBS Smartflo Makes BPO Services More Agile And Productive For Mist IT
      
      View All
    * Infographics
      Back
      
      
      Infographics
      
       * Marketing Solutions - Building Targeted Solutions for businesses.
       * Live Chat: Enhancing consumer experience for business.
       * Going Digital - The Future of SME Manufacturing.
       * SmartVPN – A high- performing and secured data networking services for
         businesses.
       * SmartOffice® An All in One Starter Box for Your Business.
       * Infographic: Security Concerns and Solutions for E-commerce Businesses.
      
      View All
    * White Papers
      Back
      
      
      White Papers
      
       * Indian Manufacturing Industry in the Post-Pandemic World.
       * Digital Workspace: Connect, Collaborate, and Excel.
       * Adding revenue as a global IT outsourcing partner.
       * Leveraging the Digital Momentum to Transform India’s Education Sector.
       * Why Digital Means Transformation – Setting Up Manufacturing SMEs for
         Growth.
       * Indian Manufacturing Industry in the Post-Pandemic World.
      
      View All
    * Do Big Events
      Back
      
      
      Do Big
      
       * Do Big Conclave
       * Do Big Stories
       * Do Big Symposium
       * Do Big Webinar
       * CXO Round Table
      
      Let Nothing Stop You from Dreaming Big and Doing Bigger
   
    * Brochures
      Back
      
      
      Brochures
      
       * Smartflo - Ultra-Flexible, Anytime, Anywhere Cloud Communication Suite
       * Smart Internet – Get Smarter, Safer, Speedier
       * Microsoft 365 - Full Suite of Workspace Productivity Tools
       * EZ Cloud Connect – Connectivity to the Cloud Made Easy
       * SD-WAN iFLX - Intelligent, Secure, and Flexible Network Management
         Solution
       * Zoom - High-Quality, Secure, and Unified Communication Solutions
      
      View All
   
    * Top Content
    * Articles
    * Case Studies
    * Infographics
    * White Papers
    * Do Big Events
    * Brochures
   
   5 Key Trends in Media & Entertainment Industry to Watch Closely in 2023.
   (Article)
   
   Disruptive technology trends that will transform businesses.
   
   A Financial Technology Solutions Provider Future-Proofs its Contact Centre
   Using TTBS Smartflo.
   
    * Production Linked Incentive Scheme Set to Boost Domestic Manufacturing.
    * Media & Entertainment Industry gets a Digital Spin.
    * How India’s SME retailers benefit from going digital?
   
   Top 5 Trends in the Education Industry for 2023.
   
   Where is India’s manufacturing industry headed in 2023?
   
   Future of Indian Edtech Landscape.
   
    * Digital Insurance Reshaping the Industry through Technology
    * An Overview of Virtual Firewalls.
    * India’s On-demand Home Service Market is Ripe for Disruption.
   
   Know more
   
   Scalability and ease of management transform IT company’s daily
   
   TTBS Webcasting Helps Social Pension Scheme Administrators Train Their Teams
   Online
   
   Secure Connectivity For An Investment Management Firm
   
    * Voice And Data Connectivity For A Leading Online Shopping Marketplace
    * Global Big 4 Accounting Firm Adopts Smartflo To Eliminate CapEx And
      Facilitate Remote Working
    * TTBS Smartflo Makes BPO Services More Agile And Productive For Mist IT
   
   Know more
   
   Marketing Solutions - Building Targeted Solutions for businesses.
   
   Live Chat: Enhancing consumer experience for business.
   
   Going Digital - The Future of SME Manufacturing.
   
    * SmartVPN – A high- performing and secured data networking services for
      businesses.
    * SmartOffice® An All in One Starter Box for Your Business.
    * Infographic: Security Concerns and Solutions for E-commerce Businesses.
   
   Know more
   
   Indian Manufacturing Industry in the Post-Pandemic World.
   
   Digital Workspace: Connect, Collaborate, and Excel.
   
   Adding revenue as a global IT outsourcing partner.
   
    * Leveraging the Digital Momentum to Transform India’s Education Sector.
    * Why Digital Means Transformation – Setting Up Manufacturing SMEs for
      Growth.
    * Indian Manufacturing Industry in the Post-Pandemic World.
   
   Know more
    * Do Big Conclave
    * Do Big Stories
    * Do Big Symposium
    * Do Big Webinar
    * CXO Round Table
   
   Let Nothing Stop You from Dreaming Big and Doing Bigger
   
   Get future-ready technology solutions to enable, connect and grow your
   business. It’s time.
   
   Disruption in Manufacturing and its emerging growth opportunities.
   
   Rise of Software as a Service (SaaS): Empowering workplaces to drive business
   value beyond cost-savings.
   
   Smartflo
   
   Ultra-Flexible, Anytime, Anywhere Cloud Communication Suite
   
   Smart Internet
   
   Get Smarter, Safer, Speedier
   
   Microsoft 365
   
   Full Suite of Workspace Productivity Tools
   
    * EZ Cloud Connect – Connectivity to the Cloud Made Easy
    * SD-WAN iFLX - Intelligent, Secure, and Flexible Network Management
      Solution
    * Zoom - High-Quality, Secure, and Unified Communication Solutions
   
   Know more
 * Tools
   Back
   
   
   The Security Audit your business needs today.
   
   Take An Audit
   
   --------------------------------------------------------------------------------
   
   There’s always something for your industry.
   
   Find a Solution
   
   --------------------------------------------------------------------------------
   
   The Security Audit your business needs today.
   
   Protect your business from attacks and know if your defense strategy is ready
   enough to manage threats.
   
   --------------------------------------------------------------------------------
   
   Take an Audit
   
   There’s always something for your industry.
   
   Keep pace with the accelerated rate of change and growth in your dynamic
   industry.
   
   --------------------------------------------------------------------------------
   
   Find a Solution
 * About Us
   Back
   
   
   About Us
   
    * Who We Are
      Back
      
      
      Who We Are
      
       * Our Profile
       * Awards & Recognition
       * Code of Conduct
       * WhistleBlower Policy
      
      Transforming Businesses through Digitalization
   
    * Tata Teleservices Limited
      Back
      
      
      Tata Teleservices Limited
      
       * About Tata Teleservices Limited
       * Board of Directors
       * Investor Updates
       * Annual Return
       * Annual Report
      
      Deliver Industry-first Solutions using Disruptive Technologies
   
    * Tata Teleservices (Maharashtra) Limited
      Back
      
      
      Tata Teleservices (Maharashtra) Limited
      
      About Us
      
       * Tata Teleservices (Maharashtra) Limited
       * Our Board of Directors
       * Policies
      
      Investor Information
      
       * Nomination
       * FAQs
       * Investor Contact
       * Presentations
       * FCCBs Conversion
       * Registration
      
      Investor Updates
      
       * Financial Reports
       * Newspaper Publications, Board Meeting notice and financial results
       * Annual Report
       * Annual Return
       * Shareholding Pattern
       * Corporate Governance
       * Announcements
       * Familiarisation Programme
       * Scheme of Arrangement with Bharti Airtel Ltd.
       * Credit Ratings
       * General Meetings / Postal Ballot
       * IEPF
       * Details of Authorised Persons
       * Annual Secretarial Compliance Reports
   
    * Sustainability
      Back
      
      
      Sustainability
      
       * Corporate Sustainability
       * Our CSR
       * Go Green
       * Affirmative Action
       * Picture Gallery
      
      Solutions to Empower Businesses and Make the World Truly Sustainable
   
    * Newsroom
      Back
      
      
      Newsroom
      
       * Media Coverage
       * Press Releases
      
      Leveraging our Ecosystem to Offer Best-in-class Digital Solutions
   
    * Contact Us
      Back
      
      
      Contact Us
      
       * Customer Service
       * Leadership Assurance
       * Know Your Service Manager
       * Investor Contact
      
      Get in Touch and We’ll Help You Extend Your Capability and Reach
   
    * Who We Are
    * Tata Teleservices Limited
    * Tata Teleservices (Maharashtra) Limited
    * Sustainability
    * Newsroom
    * Contact Us
   
    * Our Profile
    * Awards & Recognition
    * Code of Conduct
    * WhistleBlower Policy
   
   Transforming Businesses through Digitalization
   
   Tata Tele Business Services (TTBS), belonging to the prestigious Tata Group
   of Companies, is the country’s leading enabler of connectivity and
   communication solutions for businesses. With services ranging from
   connectivity, collaboration, cloud, security, and marketing solutions, TTBS
   offers the largest portfolio of ICT services for businesses in India. With an
   unwavering focus on customer-centricity and innovation, TTBS continues to
   garner recognition from customers and peers alike.
   
    * About Tata Teleservices Limited
    * Board of Directors
    * Investor Updates
    * Annual Return
    * Annual Report
   
   Deliver Industry-first Solutions using Disruptive Technologies
   
   Tata Tele Business Services (TTBS), belonging to the prestigious Tata Group
   of Companies, is the country’s leading enabler of connectivity and
   communication solutions for businesses. With services ranging from
   connectivity, collaboration, cloud, security, and marketing solutions, TTBS
   offers the largest portfolio of ICT services for businesses in India. With an
   unwavering focus on customer-centricity and innovation, TTBS continues to
   garner recognition from customers and peers alike.
   
   About Us
   
    * Tata Teleservices (Maharashtra) Limited
    * Our Board of Directors
    * Policies
   
   Investor Information
   
   --------------------------------------------------------------------------------
   
    * Nomination
    * FAQs
    * Investor Contact
    * Presentations
    * FCCBs Conversion
    * Registration
   
   Investor Updates
   
   --------------------------------------------------------------------------------
   
    * Financial Reports
    * Newspaper Publications, Board Meeting notice and financial results
    * Annual Report
    * Annual Return
    * Shareholding Pattern
    * Corporate Governance
    * Announcements
   
    * Familiarisation Programme
    * Scheme of Arrangement with Bharti Airtel Ltd.
    * Credit Ratings
    * General Meetings / Postal Ballot
    * IEPF
    * Details of Authorised Persons
    * Annual Secretarial Compliance Reports
   
    * Corporate Sustainability
    * Our CSR
    * Go Green
    * Affirmative Action
    * Picture Gallery
   
   Solutions to Empower Businesses and Make the World Truly Sustainable
   
   Tata Tele Business Services (TTBS), belonging to the prestigious Tata Group
   of Companies, is the country’s leading enabler of connectivity and
   communication solutions for businesses. With services ranging from
   connectivity, collaboration, cloud, security, and marketing solutions, TTBS
   offers the largest portfolio of ICT services for businesses in India. With an
   unwavering focus on customer-centricity and innovation, TTBS continues to
   garner recognition from customers and peers alike.
   
    * Media Coverage
    * Press Releases
   
   Leveraging our Ecosystem to Offer Best-in-class Digital Solutions
   
   Tata Tele Business Services (TTBS), belonging to the prestigious Tata Group
   of Companies, is the country’s leading enabler of connectivity and
   communication solutions for businesses. With services ranging from
   connectivity, collaboration, cloud, security, and marketing solutions, TTBS
   offers the largest portfolio of ICT services for businesses in India. With an
   unwavering focus on customer-centricity and innovation, TTBS continues to
   garner recognition from customers and peers alike.
   
    * Customer Service
    * Leadership Assurance
    * Know Your Service Manager
    * Investor Contact
   
   Get in Touch and We’ll Help You Extend Your Capability and Reach
   
   Tata Tele Business Services (TTBS), belonging to the prestigious Tata Group
   of Companies, is the country’s leading enabler of connectivity and
   communication solutions for businesses. With services ranging from
   connectivity, collaboration, cloud, security, and marketing solutions, TTBS
   offers the largest portfolio of ICT services for businesses in India. With an
   unwavering focus on customer-centricity and innovation, TTBS continues to
   garner recognition from customers and peers alike.

 * My Account
   Back
   
   
   My Account
   
    * iManage
      Back
      
      
      iManage
      
      All Your Services, at Your Fingertips
      
      Login To iManage
    * Toll Free Services
      Back
      
      
      Toll Free Services
      
      Enable your clients to reach out to you for any queries with our Toll Free
      Services.
      
      Know More
   
    * iManage
    * Toll Free Services
   
   All Your Services, at Your Fingertips
   
   Managing your services made easy with your personalised dashboard.
   
   Login To iManage
   
   Toll Free Services
   
   Enable your clients to reach out to you for any queries with our Toll Free
   Services.
   
   Know More

 * 




BANK DETAILS

Select Circle Andhra Pradesh Bihar Delhi Gujarat Haryana Himachal Pradesh
Jharkand Karnataka Kerala Kolkata Madhya Pradesh Mumbai Orissa Punjab Rajastan
Rest of Maharashtra Tamil Nadu UP - East UP - West
Andhra Pradesh

 

DEUTSCHE BANK AG, MUMBAI BRANCH

 

Circle: Andhra Pradesh

Bank: Deutsche Bank

Sub accounts: 0538686-00-4

IFSC code: DEUT0784BBY

Bihar

 

DEUTSCHE BANK AG, MUMBAI BRANCH

 

Circle: Bihar

Bank: Deutsche Bank

Sub accounts: 0541359-00-4

IFSC code: DEUT0784BBY

Delhi

 

DEUTSCHE BANK AG, DELHI INDIA

 

Circle: Delhi

Bank: Deutsche Bank

Sub accounts: 1512961-00-2

IFSC code: DEUTINBBDEL

Gujarat

 

IDBI BANK LTD. AHMEDABAD CORPORATE BANKING

 

Circle: Gujarat

Bank: IDBI

Sub accounts: 009103000001403

IFSC code: IBKL0000375

Haryana

 

DEUTSCHE BANK AG, MUMBAI BRANCH

 

Circle: Haryana

Bank: Deutsche Bank

Sub accounts: 0541094-00-4

IFSC code: DEUT0784BBY

Himachal Pradesh

 

DEUTSCHE BANK AG, MUMBAI BRANCH

 

Circle: Himachal Pradesh

Bank: Deutsche Bank

Sub accounts: 0541102-00-4

IFSC code: DEUT0784BBY

Jharkand

 

DEUTSCHE BANK AG, KOLKATA BRANCH

 

Circle: Jharkand

Bank: Deutsche Bank

Sub accounts: 4016929-00-4

IFSC code: DEUT0917CAL

Karnataka

 

DEUTSCHE BANK AG, BANGALORE BRANCH

 

Circle: Karnataka

Bank: Deutsche Bank

Sub accounts: 2040459-00-4

IFSC code: DEUTINBBBGL

Kerala

 

DEUTSCHE BANK AG, MUMBAI BRANCH

 

Circle: Kerala

Bank: Deutsche Bank

Sub accounts: 0541110-00-4

IFSC code: DEUT0784BBY

Kolkata

 

IDBI BANK LTD. KOLKATA MAIN BRANCH

 

Circle: Kolkata

Bank: IDBI

Sub accounts: 135103000002110

IFSC code: IBKL0000135

Madhya Pradesh

 

IDBI BANK LTD. AHMEDABAD CORPORATE BANKING

 

Circle: Madhya Pradesh

Bank: IDBI

Sub accounts: 009103000004046

IFSC code: IBKL0000375

Mumbai

 

SCB TRANSACTION BANKING, MUMBAI

 

Circle: Mumbai

Bank: Standard Chartered Bank

Sub accounts: 22205374723

IFSC code: SCBL0036084

Orissa

 

DEUTSCHE BANK AG, MUMBAI BRANCH

 

Circle: Orissa

Bank: Deutsche Bank

Sub accounts: 0541086-00-4

IFSC code: DEUT0784BBY

Punjab

 

DEUTSCHE BANK AG, MUMBAI BRANCH

 

Circle: Punjab

Bank: Deutsche Bank

Sub accounts: 0541136-00-4

IFSC code: DEUT0784BBY

Rajastan

 

DEUTSCHE BANK AG, MUMBAI BRANCH

 

Circle: Rajastan

Bank: Deutsche Bank

Sub accounts: 0541144-00-4

IFSC code: DEUT0784BBY

Rest of Maharashtra

 

IDBI HOUSE, PUNE

 

Circle: Rest of Maharashtra

Bank: IDBI

Sub accounts: 56812010000675

IFSC code: IBKL0000007

Tamil Nadu

 

DEUTSCHE BANK AG, MUMBAI BRANCH

 

Circle: Tamil Nadu

Bank: Deutsche Bank

Sub accounts: 5004957-00-4

IFSC code: DEUT0784BBY

UP - East

 

DEUTSCHE BANK AG, MUMBAI BRANCH

 

Circle: UP - East

Bank: Deutsche Bank

Sub accounts: 0541169-00-4

IFSC code: DEUT0784BBY

UP - West

 

DEUTSCHE BANK AG, MUMBAI BRANCH

 

Circle: UP - West

Bank: Deutsche Bank

Sub accounts: 0541177-00-4

IFSC code: DEUT0784BBY


CONNECT WITH US

 * New to Us?
 * Existing Customer?


REQUEST A
CALL BACK

We will be happy to address your queries over a call.

Click Here


CONNECT ON
WHATSAPP

Live Chat
1800 266 1800

Mon - Fri
10 am 6 pm

Connect on Whatsapp Connect on Whatsapp


CONNECT
TOLL-FREE

Call us on 1800 266 1800
or email us

dobig@tatatel.co.in

Email us at
dobig@tatatel.co.in

Call 1800 266 1800




REQUEST A
CALL BACK

We will be happy to address your queries over a call.

Click Here


CONNECT ON
WHATSAPP

Live Chat
1800 266 1515

Mon - Fri
10 am 6 pm

Connect on Whatsapp


CONNECT
TOLL-FREE

Call us on 1800 266 1515
or email us

1515@tatatel.co.in

Email us at
1515@tatatel.co.in

Call 1800 266 1800



CONNECT ON WHATSAPP

×
Name Please enter Name
Mobile Number Please enter valid 10 digit Mobile Number
Submit

Something went wrong.

×

THANK YOU FOR SUBMITTING YOUR DETAILS. PLEASE CHECK YOUR WHATSAPP MESSENGER


PLEASE FILL IN YOUR DETAILS AND WE'LL CALL YOU BACK!

Name Please enter Name
Organization Please enter Organization
Select Andhra PradeshBiharChhattisgarhDelhi NCRGoaGujaratHaryanaHimachal
PradeshJharkhandKarnatakaKeralaMadhya
PradeshMaharashtraMumbaiOrissaOthersPunjabRajasthanSikkimTamil NaduUnion
TerritoryUttar PradeshUttar Pradesh EastUttar Pradesh WestUttarakhandWest Bengal
State / Circle Please Select State
Select City Please Select City
Email Please enter Valid Email
Mobile Number (required)
Verify Re-Send OTP
Please enter valid 10 digit Mobile Number
ALLCloud & SaaSCollaborationCyber Security SolutionsData ServicesMarketing
SolutionsVoice Services Select Category Please Select Category
ALL Select Services Please Select Service
500 Cr 100 – 500 Cr 50 – 100 Cr 10 – 50 Cr 5 – 10 Cr Less than 5 Cr Company
Turnover
2000+ 500 – 1,999 200 – 499 100 – 199 50 – 99 25 – 49 0 – 24 Employee Count
Enter OTP Enter valid OTP
I consent to receive communications about Tata Tele Business Services (TTBS), in
accordance with the Tata Tele Services privacy policy. I understand that I can
opt-out at any time. Please Provide Consent
Submit Send OTP

Your request has been submitted successfully.

GREAT! YOUR DETAILS HAVE BEEN SUBMITTED SUCCESSFULLY.
YOU WILL SOON HEAR FROM US.


PLEASE FILL IN YOUR DETAILS AND WE'LL CALL YOU BACK!

Name Please enter Name
Organization Please enter Organization
Email Please enter Valid Email
Mobile Number (required)
Verify Re-Send OTP
Please enter valid 10 digit Mobile Number
ALLCloud & SaaSCollaborationCyber Security SolutionsData ServicesMarketing
SolutionsVoice Services Select Category Please Select Category
ALL Select Services Please Select Service
Enter OTP Enter valid OTP
I consent to receive communications about Tata Tele Business Services (TTBS), in
accordance with the Tata Tele Services privacy policy. I understand that I can
opt-out at any time. Please Provide Consent
Submit Send OTP

Your request has been submitted successfully.

GREAT! YOUR DETAILS HAVE BEEN SUBMITTED SUCCESSFULLY.
YOU WILL SOON HEAR FROM US.


CLOUD & SAAS

 * Smart Cloud Services
 * Google Workspace
 * Microsoft Azure
 * Microsoft 365
 * Smartflo
 * Smartflo UCaaS


COLLABORATION

 * Zoom
 * International Bridging Service


VOICE SERVICES

 * Centrex
 * PRI
 * SIP Trunk
 * SmartOffice®
 * International Bridging Service


DATA SERVICES

 * Smart Internet
 * Ill Burstable Bandwidth
 * SD-WAN iFLX
 * Smart VPN-MPLS
 * EZ Cloud Connect
 * Leased Line-P2P
 * Tata Tele Wi-Fi
 * Ultra-LOLA
 * Business Broadband
 * Retail Broadband
 * SmartOffice®


MARKETING SOLUTIONS

 * Toll Free Services
 * Call Register Services
 * Hosted IVR
 * Hosted OBD Service
 * SMS Solutions


CYBER SECURITY

 * Email Security
 * Endpoint Security
 * Multifactor Authentication
 * Virtual Firewall
 * Web Security

Experience Zone

 * BFSI
 * IT/ITeS
 * Manufacturing


COMPANY

 * About Us
 * Careers
 * Tata Teleservices Ltd.
 * Tata Teleservices (Maharashtra) Ltd.
 * Tata Tele Broadband


FIND WHAT YOU WANT

 * Knowledge
 * Media Releases
 * iManage
 * Channel Partners
 * Collection Agencies
 * Drop Box List
 * Parental Guidelines
 * Terms & Conditions
 * Privacy Policy

--------------------------------------------------------------------------------

Smartflo

Virtual Number Missed Call Service Provider Call Center Cloud Telephony
Click2Call Smart Hosted PBX
Auto Dialer Call Management Software Business Phone System Number Masking Call
Tracking Software
Automated Phone Calls Cloud Phone System Call Answering Service VoIP Number

--------------------------------------------------------------------------------


INTERNET LEASED LINE

 * Leased Line Mumbai
 * Leased Line Pune
 * Leased Line Delhi
 * Leased Line Chennai
 * Leased Line Bangalore


SD WAN

 * SD WAN Services
 * SD WAN Solutions
 * SD WAN Companies
 * SD WAN Business
 * SD WAN Provider


MPLS VPN

 * MPLS VPN Service
 * MPLS VPN Solution
 * MPLS VPN Provider


MICROSOFT 365

 * Microsoft 365 business
 * Microsoft 365 Plans
 * Microsoft 365 Provider
 * Microsoft 365 Solutions
 * Microsoft 365 Services
 * Microsoft Office Pricing
 * Microsoft 365 partner
 * Microsoft Office 365 Enterprise


WhatsApp Business Platform

 * WhatsApp for Business
 * WhatsApp for Business Communication
 * WhatsApp For Business Solution




FIND US ON SOCIAL MEDIA



TATA is a registered trademark of TATA Sons Ltd.   © 2023 Tata Teleservices Ltd.

We use cookies

to give you a better experience. By using our website you agree to our policies.


Sweet! Sorry, I’m on a diet



HAVE ANY QUERIES?ASK SMART ASSIST.