bots.kore.ai Open in urlscan Pro
2600:1f18:438a:f01:d4e:fe48:253d:2d02  Public Scan

Submitted URL: https://rtm.kore.ai/
Effective URL: https://bots.kore.ai/botbuilder/
Submission: On February 23 via manual from US — Scanned from DE

Form analysis 1 forms found in the DOM

Name: autoLoginForm

<form novalidate="" name="autoLoginForm" ng-submit="submitAutoLogin(autoLoginForm)" class="login-form ng-pristine ng-scope ng-invalid ng-invalid-required">
  <div class="logoInCard">
    <img ng-src="/botbuilder/assets/landingImages/kore-logo.svg" alt="Kore" class="koreLogo" src="/botbuilder/assets/landingImages/kore-logo.svg">
    <img ng-src="/botbuilder/assets/login/carousel/Platform.svg" alt="Kore" class="platformLogo" src="/botbuilder/assets/login/carousel/Platform.svg">
  </div>
  <!-- main login form block -->
  <div class="form-group auto-login-form">
    <div class="loginDetails">
      <!-- <p class="cardTitle">{{'formtitles_default' | i18nString}}</p> -->
      <p class="cardDesc ng-binding">One platform for automating all your customer interactions </p>
    </div>
    <!-- Country codes -->
    <div data-ng-show="displayCountryCodes" uib-dropdown="" auto-close="outsideClick" class="country-codes ng-hide">
      <button uib-dropdown-toggle="" type="button" class="ng-binding"> +1 </button>
      <div uib-dropdown-menu="" class="dropdown-menu dropdown-menu-left">
        <!-- Search -->
        <div class="navbar-search-wrapper">
          <div class="navbar-search">
            <div class="search-bar">
              <input type="text" ng-model="searchCountryCodes" class="form-control ng-pristine ng-untouched ng-valid ng-empty" placeholder="Search">
            </div>
          </div>
        </div>
        <perfect-scrollbar suppress-scroll-x="true" refresh-on-change="[countryCodes, searchCountryCodes]" class="country-codes-content">
          <ul>
            <!-- ngRepeat: item in countryCodes | filter:{name: searchCountryCodes} -->
            <li data-ng-repeat="item in countryCodes | filter:{name: searchCountryCodes}" class="ng-scope">
              <a data-ng-click="selectCountryCode(item)">
                                    <span class="name ng-binding">Canada</span>
                                    <span class="value ng-binding">+1</span>
                                </a>
            </li><!-- end ngRepeat: item in countryCodes | filter:{name: searchCountryCodes} -->
            <li data-ng-repeat="item in countryCodes | filter:{name: searchCountryCodes}" class="ng-scope">
              <a data-ng-click="selectCountryCode(item)">
                                    <span class="name ng-binding">India</span>
                                    <span class="value ng-binding">+91</span>
                                </a>
            </li><!-- end ngRepeat: item in countryCodes | filter:{name: searchCountryCodes} -->
          </ul>
        </perfect-scrollbar>
      </div>
    </div>
    <!-- Social Media Buttons -->
    <div ng-show="!hideSSOBtns &amp;&amp; ssoOptions &amp;&amp; ssoOptions.length" class="ssoContainer">
      <!-- ngIf: ssoOptions.length > 1 -->
      <div class="loginWith ng-binding ng-scope" ng-if="ssoOptions.length > 1">Login with</div><!-- end ngIf: ssoOptions.length > 1 -->
      <div class="button-group social-media">
        <div class="row SSOFlexRow SSO-3">
          <!-- ngRepeat: ssoOption in ssoOptions --><a data-ng-click="ssoLogin(ssoOption.key)" class="btn btnSSO sso-google" data-ng-repeat="ssoOption in ssoOptions">
                        <img ng-src="/botbuilder/assets/login/sso-icons/google-icon.svg" class="ssoIcon" src="/botbuilder/assets/login/sso-icons/google-icon.svg">
                       <span class="ssoName ng-binding"> <!-- ngIf: ssoOptions.length == 1 --> Google</span>
                    </a><!-- end ngRepeat: ssoOption in ssoOptions --><a data-ng-click="ssoLogin(ssoOption.key)" class="btn btnSSO sso-ms" data-ng-repeat="ssoOption in ssoOptions">
                        <img ng-src="/botbuilder/assets/login/sso-icons/microsoft-icon.svg" class="ssoIcon" src="/botbuilder/assets/login/sso-icons/microsoft-icon.svg">
                       <span class="ssoName ng-binding"> <!-- ngIf: ssoOptions.length == 1 --> Microsoft</span>
                    </a><!-- end ngRepeat: ssoOption in ssoOptions --><a data-ng-click="ssoLogin(ssoOption.key)" class="btn btnSSO sso-linkedin" data-ng-repeat="ssoOption in ssoOptions">
                        <img ng-src="/botbuilder/assets/login/sso-icons/linkedin-icon.svg" class="ssoIcon" src="/botbuilder/assets/login/sso-icons/linkedin-icon.svg">
                       <span class="ssoName ng-binding"> <!-- ngIf: ssoOptions.length == 1 --> Linkedin</span>
                    </a><!-- end ngRepeat: ssoOption in ssoOptions -->
        </div>
        <div class="ssoSeperator">
          <hr>
          <span class="seperatorBG ng-binding">or </span>
        </div>
      </div>
    </div>
    <!-- Country codes ends-->
    <div class="input-group textCenter">
      <!-- <i ng-show="showSpinner" class="fa fa-circle-o-notch fa-spin-fast auto-login-spinner"></i> -->
      <input autofocus="" required="" data-ng-change="error = false" ng-model="emailPhone" email-phone="" email-only="true" phone-codes="phoneCode(value)"
        class="form-control emailPhoneInpt ng-pristine ng-untouched ng-isolate-scope ng-empty ng-invalid ng-invalid-required" name="emailPhone" autocomplete="off" placeholder="Enter Email Address">
    </div>
    <!-- <button ng-disabled="!autoLoginForm.$valid" ng-hide="showSpinner" type="submit"  class="continueBtn">{{'continue'| i18nString}}</button> -->
    <button ng-disabled="!autoLoginForm.$valid || showSpinner" type="submit" class="continueBtn" disabled="disabled">
      <i ng-show="showSpinner" class="fa fa-circle-o-notch fa-spin-fast auto-login-spinner ng-hide"></i>
      <span ng-show="!showSpinner" class="ng-binding">Continue</span>
    </button>
    <div class="noAccount ng-binding"> Don’t have an account? <a ng-click="switchForms('pre-sign-up',true)" class="ng-binding">Sign up</a>
    </div>
  </div>
  <!-- main login form block ends-->
  <!-- Error Block -->
  <div ng-show="error" class="error-message ng-binding ng-hide"></div>
  <!-- Error Block Ends -->
  <!-- <div ng-hide="hideSSOBtns" class="button-group">
            {{'or'| i18nString}}
        </div>
        <div  ng-hide="hideSSOBtns" class="button-group social-media">
            <div class="row">
                <a data-ng-click="ssoLogin('google')" class="btn btn-social btn-google">
                <span class="googleIconBg"><i class="fa"></i></span>{{'connect_google'| i18nString}}</a>
                <a data-ng-click="ssoLogin('facebook')" class="btn btn-social btn-facebook"><i class="fa fa-facebook-square"></i>{{'connect_facebook'| i18nString}}</a>
            </div>
         </div> -->
  <!-- Social Media Buttons ends here-->
  <!-- Terms and conditions -->
  <!-- <div class="footer">
        <span ng-show="!showJapanesePolicy" ng-bind-html="'privacy_policy_dyn'| i18nString:({tslink:$root.helpLinks.KORE_AI_TERMS,pplink:$root.helpLinks.KORE_AI_PRIVACY_POLICY})"></span>
        <span  ng-show="showJapanesePolicy" ng-bind-html="'privacy_policy_dyn'| i18nString:({tslink:$root.helpLinks.KORE_AI_TERMS_JAPANESE,pplink:$root.helpLinks.KORE_AI_PRIVACY_POLICY_JAPANESE})"></span>
    </div> -->
  <!-- Terms and conditions -->
</form>

Text Content

What is new? Take a tourSkip



 * Documentation
 * Videos
 * Academy
 * Community
   
 * en
      
    * English
      
    * Japanese
      
    * Korean
      

   

Please Wait...

Kore.ai XO Platform Release v10.1 is LIVE



Learn more

Feedback Survey

Capture feedback and understand your customers’ likes and dislikes

Learn more

Conversation Testing

Automate regression testing; inspect test coverage and health of workflows

Learn more

Pre-built Integration

Improved interoperability with 75+ pre-built workflows for common solutions

Learn more

Zero-shot & Few-shot Models

Use LLM and Generative AI technologies to enrich NLU and identify intents
accurately with zero training.

Learn more
 * Logout

One platform for automating all your customer interactions

+1
   
 * Canada +1
   
 * India +91
   

Login with
Google Microsoft Linkedin

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

or

Continue
Don’t have an account? Sign up

By continuing, 'you' agree to our Terms of Service By continuing, 'you' agree to
our Terms of Service
Want to login to a different account? Login


WANT TO TRY SOME OF OUR BOTS?

Try 100+ ready-made bots to experience the power of AI enabled conversational
chatbots.

Visit bot store

ACCOUNT UPGRADE



Upgrade

SESSION EXPIRED

Your session has expired. Please login again.
Re Authorize

UPDATE

New Version of Bot Builder Available Please Reload
Reload