<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Financial Services |</title>
	<atom:link href="https://www.streebo.com/tag/financial-services/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.streebo.com</link>
	<description></description>
	<lastBuildDate>Mon, 22 Jun 2026 09:05:02 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>Leading financial consultancy streamlines its data collection process with Mobile Forms</title>
		<link>https://www.streebo.com/leading-financial-consultancy-streamlines-its-data-collection-process-with-mobile-forms/</link>
					<comments>https://www.streebo.com/leading-financial-consultancy-streamlines-its-data-collection-process-with-mobile-forms/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Mon, 14 Apr 2025 09:05:00 +0000</pubDate>
				<category><![CDATA[Customers]]></category>
		<category><![CDATA[Financial Services]]></category>
		<guid isPermaLink="false">http://www.streebo.com/?p=1462</guid>

					<description><![CDATA[<p>Our client, a leading tax advisory and financial consultant, provides loans, promissory notes and income tax solutions to a large customer base. <a href="https://www.streebo.com/leading-financial-consultancy-streamlines-its-data-collection-process-with-mobile-forms/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a href="https://www.streebo.com/leading-financial-consultancy-streamlines-its-data-collection-process-with-mobile-forms/">Leading financial consultancy streamlines its data collection process with Mobile Forms</a> first appeared on <a href="https://www.streebo.com"></a>.</p>]]></description>
										<content:encoded><![CDATA[<!---Banner--->
<div class="owl-carousel owl-theme owl-loaded" id="section" style="height:100px; background:#333"> </div>
<!---Tabed Slider---> 

<!---Spotlight--->
<div class="full-section gry-bg">
  <div class="fixed-content p10"> 
  <span class="breadcrumb"><a href="/">Home</a>&nbsp;&nbsp;/&nbsp;&nbsp;<a href="/mobile-app-development/resources">Resources</a>&nbsp;&nbsp;/&nbsp;&nbsp;
<a href="/customers">Customers</a>     
      </span> 
  </div>
</div>
<div class="full-section Pearl-dark"  id="section2" style="background:#fff;">
  <div class="fixed-content">
    <div class="blockfull">
      <div class="block100 center">
        <h1>Leading financial consultancy streamlines its data collection process with Mobile Forms</h1>
       <!--- <img decoding="async" src="https://www.streebo.com/wp-content/uploads/2017/03/Leading-financial-consultancy-Banner.jpg" width="163" height="107"><br>
        <span class="nrmltxt"> Thanks for your interest. Please fill this form and get a free download of the case study.<br>  </span>---></div>     
      <div class="block100 p10">
        <div class="block100 form streeboFrm">
          <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" style="margin:auto; text-align:justify">
            
           <tr id="firstRow">
            <td width="50%" align="justify" valign="top" style="padding:10px" id="HideCont"><p>Our client, a leading tax advisory and financial consultant, provides loans, promissory notes and income tax solutions to a large customer base. <br/><br/>
The tax filing process of manually collecting their customers’ critical income data and financial information was not only time consuming but error prone as well.<br/><br/>
Learn how Streebo Mobile Forms helped them overcome these challenges, thereby increasing consultant efficiency and reducing data entry errors 
              </p></td>
            <td width="50%" align="left" valign="top" style="padding:10px">

<!----FEB Contact Form Script----> 
<script>
/**
 * This function will load all Streebo related files
 * @param callback 
 */
function StreeboFiles(callback) {
  var folderPath = window.configJSON.folderPath;
  if (window.configJSON.environment != "streebo") {
    loadjscssfile("js", folderPath + "/js/mobileforms.js", function () {
      loadjscssfile("js", folderPath + "/lib/dxa_resources.js", function () {
        if (!$) {
          loadjscssfile(
            "css",
            "https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css"
          );
          loadjscssfile("js", "https://code.jquery.com/ui/1.12.1/jquery-ui.js");
        }
        loadjscssfile("css", folderPath + "/css/mobileforms.css",callback);
      });
    });
  }
}
/**
 * This function will load all css related files
 * @param filetype
 * @param filename 
 * @param callback 
 */
function loadjscssfile(filetype, filename, callback) {
  var host = window.configJSON.cb_host || window.configJSON.serverURL;
  filename = host + filename;
  if (filetype == "js") {
    var fileref = document.createElement("script");
    fileref.setAttribute("type", "text/javascript");
    fileref.setAttribute("src", filename);
    fileref.onload = function () {
      console.log("Streebo js loaded");
      if (typeof callback != "undefined") callback();
    };
    document.getElementsByTagName("head")[0].appendChild(fileref);
  } else if (filetype == "css") {
    var fileref = document.createElement("link");
    fileref.setAttribute("rel", "stylesheet");
    fileref.setAttribute("type", "text/css");
    fileref.setAttribute("href", filename);
    fileref.onload = function () {
        console.log("Streebo css loaded");
        if (typeof callback != "undefined") callback();
      };
    document.getElementsByTagName("head")[0].appendChild(fileref);
  }
}

window.configJSON = {};
window.configJSON.serverURL = "https://production.streebo.com";
window.configJSON.folderPath = "/chatbot-services/Streebo";

StreeboFiles(function () {
  window.configJSON = {};
  window.configJSON.serverURL = "https://production.streebo.com";
  window.configJSON.cb_host = "https://production.streebo.com";
  window.configJSON.MFRestServiceURL = "https://production.streebo.com";
  MFWrapper.loadForms(undefined, undefined, function (response) {
    window.FEBPageCallWithOptions({
      appId: "d69bddc6-3086-404f-8e1d-533065a5b456",
      formId: "F_Streebo_Case_Studies",
      divId: "FEB_Streebo_Case_Studies",
    });
  });
});

</script>



<style>

#CustomePageMask {
    position: relative;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 1000;
    top: 0;
}

#CustomePageMask .loading {
    margin: -25px 0 0 -25px;
    border-bottom: 3px solid transparent;
    border-left: 3px solid transparent;
    border-right: 3px solid #415cf4 ;
    border-top: 3px solid #415cf4 ;
    border-radius: 100%;
    height: 30px;
    width: 30px;
    display: inline-block;
    -webkit-animation: spin .6s infinite linear;
    -moz-animation: spin .6s infinite linear;
    -ms-animation: spin .6s infinite linear;
    -o-animation: spin .6s infinite linear;
    animation: spin .6s infinite linear;
    position: absolute;
    top: 50%;
    left: 50%;
}

#CustomePageMask #maskMsg {
    color: #2bb6f6;
    font-size: 20px;
    margin-top: 20px;
    text-align: center;
    width: 100%;
}
	
label {
    display: none !important;
}
	
	.owl-carousel-ONE .owl-item img{ width: 100% !important; height: 100% !important}	
	
	
	@media only screen and (max-width:768px) {
	
	.owl-carousel-ONE .owl-item {
   height: 870px !important;
max-height: inherit !important;
		}
	}
	
	@media only screen and (min-width:769px) {
		.owl-carousel-ONE .owl-item {    	
		height:590px !important; max-height: inherit !important;}
	}
	
	
	#secondRow{display: none}
</style>




<div class="form p20 streeboFrm intractiveForm" id="FEB_Streebo_Case_Studies"> 
<div class="mask" id="CustomePageMask" style="display: block;"><div class="loading"></div><p id="maskMsg"></p></div>          
</div>
<!---[contact-form-7 id="239"  title="customers Form"]--->
</td>
            </tr>
            
             <tr id="secondRow">
              <td colspan="2"><h2 style="font-size:20px; margin:0; padding:0;"> You can now download the case study. Thanks for your Interest.</h2>
                <div id="loader"></div>
                <div id="" style="text-align:center">
                Thanks for your interest in our case study.
        <form action="http://www.streebo.com/PDF/Case-Study-financial-consultancy.pdf" method="get">
        <button type="submit" name="submit" class="submit-btn" style="background:#38b3e4; margin:10px auto !important; 
        width:100%; max-width:150px" onClick="ga('send', 'event', 'download', 'click', 'case study download', '1');" />Download File</button>
                  </form>
                  
                  <script>
 function downloadme(x){
    winObj = window.open(x,'','left=10000,screenX=10000');
    winObj.document.execCommand('SaveAs','null','download.pdf');
    winObj.close();
 }
 </script>
<h3 class="" style="text-decoration:underline; margin:20px 0"><strong> More Customer Stories </strong></h3>
        <div class="block25 p10 center">
<a href="https://www.streebo.com/gen-ai-agent-transform-ngo-engagement/"> <img decoding="async" src="https://www.streebo.com/wp-content/uploads/2025/09/img1-1.png " class="img-responsive"/></a>
<a href="https://www.streebo.com/gen-ai-agent-transform-ngo-engagement/"><h4 class="left">Gen AI Agent Transform NGO Engagement</h4></a>
</div>
 <div class="block25 p10 center">
<a href="https://www.streebo.com/ai-agent-travel-support-automation-case-study/"> <img decoding="async" src="https://www.streebo.com/wp-content/uploads/2025/08/How-a-Google-AI-Powered-AI-Agent-Helped.png " class="img-responsive"/></a>
<a href="https://www.streebo.com/ai-agent-travel-support-automation-case-study/"><h4 class="left">AI Agent Travel Support Automation Case Study</h4></a>
</div>
 <div class="block25 p10 center">
<a href="https://www.streebo.com/employee-ai-agent-solution/"> <img decoding="async" src="https://www.streebo.com/wp-content/uploads/2025/07/img1.png " class="img-responsive"/></a>
<a href="https://www.streebo.com/employee-ai-agent-solution/"><h4 class="left">Employee AI Agent Solution</h4></a>
</div>
 <div class="block25 p10 center">
<a href="https://www.streebo.com/fortune-500-oil-and-gas-major-selects-streebo-dx-accelerator-to-transform-their-enterprise-data-collection/"> <img decoding="async" src="https://www.streebo.com/wp-content/uploads/2018/02/Digital_OilGas.jpg " class="img-responsive"/></a>
<a href="https://www.streebo.com/fortune-500-oil-and-gas-major-selects-streebo-dx-accelerator-to-transform-their-enterprise-data-collection/"><h4 class="left">Fortune 500 Oil and Gas major selects transform their enterprise data collection</h4></a>
</div>
 <div class="block25 p10 center">
<a href="https://www.streebo.com/worlds-leading-bank-optimizes-its-customer-engagement-with-a-multi-channel-wealth-management-solution-using-streebos-banking-suite-2/"> <img decoding="async" src="https://www.streebo.com/wp-content/uploads/2020/07/casestudy20201.jpg " class="img-responsive"/></a>
<a href="https://www.streebo.com/worlds-leading-bank-optimizes-its-customer-engagement-with-a-multi-channel-wealth-management-solution-using-streebos-banking-suite-2/"><h4 class="left">World’s Leading Bank Optimizes its Customer Engagement with a Multi-Channel Wealth Management Solution using Streebo’s Banking Suite.</h4></a>
</div>
 <div class="block25 p10 center">
<a href="https://www.streebo.com/investment-agency-chatbot-case-study/"> <img decoding="async" src="https://www.streebo.com/wp-content/uploads/2025/01/img1.png " class="img-responsive"/></a>
<a href="https://www.streebo.com/investment-agency-chatbot-case-study/"><h4 class="left">IBM Watson &#038; Generative AI-Powered Chatbot for National Investment Promotion Agency</h4></a>
</div>
 <div class="block25 p10 center">
<a href="https://www.streebo.com/leading-housing-finance-company-digitally-transforms-its-deposit-sourcing-operations-with-streebo-dx-accelerator/"> <img decoding="async" src="https://www.streebo.com/wp-content/uploads/2018/03/Case-Study-Housing-Finance-thumb.jpg " class="img-responsive"/></a>
<a href="https://www.streebo.com/leading-housing-finance-company-digitally-transforms-its-deposit-sourcing-operations-with-streebo-dx-accelerator/"><h4 class="left">Leading Housing Finance Company digitally transforms its deposit sourcing operations</h4></a>
</div>
 <div class="block25 p10 center">
<a href="https://www.streebo.com/streebo-helped-a-leading-asian-insurer-develop-a-customer-assist-portal-for-policy-purchase-2/"> <img decoding="async" src="https://www.streebo.com/wp-content/uploads/2020/07/casestudy20203.jpg " class="img-responsive"/></a>
<a href="https://www.streebo.com/streebo-helped-a-leading-asian-insurer-develop-a-customer-assist-portal-for-policy-purchase-2/"><h4 class="left">Streebo helped a leading Asian Insurer develop a Customer Assist Portal for Policy Purchase</h4></a>
</div>
 <div class="block25 p10 center">
<a href="https://www.streebo.com/banking-crm-app/"> <img decoding="async" src="https://www.streebo.com/wp-content/uploads/2016/09/Banking-CRM-App-blog.jpg " class="img-responsive"/></a>
<a href="https://www.streebo.com/banking-crm-app/"><h4 class="left">Southern African Banking Giant empowers its sales advisors and positions itself as innovator with Streebo!</h4></a>
</div>
 <div class="block25 p10 center">
<a href="https://www.streebo.com/medium-sized-co-operative-credit-chatbot-case-study/"> <img decoding="async" src="https://www.streebo.com/wp-content/uploads/2018/05/Chatbot-on-Facebook.jpg " class="img-responsive"/></a>
<a href="https://www.streebo.com/medium-sized-co-operative-credit-chatbot-case-study/"><h4 class="left">Streebo helps Medium sized co-operative credit society to transform their customer service by building a Chatbot on Facebook Messenger</h4></a>
</div>
 
</div>
</td>
            </tr>
          </table>
        </div>
      </div>
      <div class="specer"></div>
      <div class="specer"></div>
    </div>
  </div>
</div><p>The post <a href="https://www.streebo.com/medium-sized-co-operative-credit-chatbot-case-study/">Streebo helps Medium sized co-operative credit society to transform their customer service by building a Chatbot on Facebook Messenger</a> first appeared on <a href="https://www.streebo.com"></a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://www.streebo.com/medium-sized-co-operative-credit-chatbot-case-study/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Medium sized co-operative credit society modernizes its advisor &#038; member applications with Streebo</title>
		<link>https://www.streebo.com/medium-sized-co-operative-credit-society-modernizes-its-bank-advisor-member-applications-with-streebo/</link>
					<comments>https://www.streebo.com/medium-sized-co-operative-credit-society-modernizes-its-bank-advisor-member-applications-with-streebo/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Mon, 14 Apr 2025 09:05:00 +0000</pubDate>
				<category><![CDATA[Customers]]></category>
		<category><![CDATA[Financial Services]]></category>
		<guid isPermaLink="false">http://www.streebo.com/?p=2538</guid>

					<description><![CDATA[<p>Aiming to offer a paradigm shift in their credit facilities, Medium sized co-operative credit society in India was looking to uplift their existing member and advisor <a href="https://www.streebo.com/medium-sized-co-operative-credit-society-modernizes-its-bank-advisor-member-applications-with-streebo/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a href="https://www.streebo.com/medium-sized-co-operative-credit-society-modernizes-its-bank-advisor-member-applications-with-streebo/">Medium sized co-operative credit society modernizes its advisor & member applications with Streebo</a> first appeared on <a href="https://www.streebo.com"></a>.</p>]]></description>
										<content:encoded><![CDATA[<!---Banner--->
<div class="owl-carousel owl-theme owl-loaded" id="section" style="height:100px; background:#333"> </div>
<!---Tabed Slider---> 

<!---Spotlight--->
<div class="full-section gry-bg">
  <div class="fixed-content p10"> 
  <span class="breadcrumb"><a href="/">Home</a>&nbsp;&nbsp;/&nbsp;&nbsp;<a href="/mobile-app-development/resources">Resources</a>&nbsp;&nbsp;/&nbsp;&nbsp;
<a href="/customers">Customers</a>     
      </span> 
  </div>
</div>
<div class="full-section Pearl-dark"  id="section2" style="background:#fff;">
  <div class="fixed-content">
    <div class="blockfull">
      <div class="block100 center">
        <h1>Medium sized co-operative credit society modernizes its advisor &#038; member applications with Streebo</h1>
       <!--- <img decoding="async" src="https://www.streebo.com/wp-content/uploads/2019/05/Press-Release-Streebo-Chatbot-Builder.jpg" width="163" height="107"><br>
        <span class="nrmltxt"> Thanks for your interest. Please fill this form and get a free download of the case study.<br>  </span>---></div>     
      <div class="block100 p10">
        <div class="block100 form streeboFrm">
          <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" style="margin:auto; text-align:justify">
            
           <tr id="firstRow">
            <td width="50%" align="justify" valign="top" style="padding:10px" id="HideCont">Aiming to offer a paradigm shift in their credit facilities, Medium sized co-operative credit society in India was looking to uplift their existing member and advisor  applications  and  thus  provide  feature  rich mobile experiences  for  their members and  agents.<br>
<br>


Learn how Streebo  modernized  their  existing  legacy  applications  by  building  a  feature-rich member  facing  app and  a CRM  application  for  advisors  and  relationship managers.

</td>
            <td width="50%" align="left" valign="top" style="padding:10px">

<!----FEB Contact Form Script----> 
<script>
/**
 * This function will load all Streebo related files
 * @param callback 
 */
function StreeboFiles(callback) {
  var folderPath = window.configJSON.folderPath;
  if (window.configJSON.environment != "streebo") {
    loadjscssfile("js", folderPath + "/js/mobileforms.js", function () {
      loadjscssfile("js", folderPath + "/lib/dxa_resources.js", function () {
        if (!$) {
          loadjscssfile(
            "css",
            "https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css"
          );
          loadjscssfile("js", "https://code.jquery.com/ui/1.12.1/jquery-ui.js");
        }
        loadjscssfile("css", folderPath + "/css/mobileforms.css",callback);
      });
    });
  }
}
/**
 * This function will load all css related files
 * @param filetype
 * @param filename 
 * @param callback 
 */
function loadjscssfile(filetype, filename, callback) {
  var host = window.configJSON.cb_host || window.configJSON.serverURL;
  filename = host + filename;
  if (filetype == "js") {
    var fileref = document.createElement("script");
    fileref.setAttribute("type", "text/javascript");
    fileref.setAttribute("src", filename);
    fileref.onload = function () {
      console.log("Streebo js loaded");
      if (typeof callback != "undefined") callback();
    };
    document.getElementsByTagName("head")[0].appendChild(fileref);
  } else if (filetype == "css") {
    var fileref = document.createElement("link");
    fileref.setAttribute("rel", "stylesheet");
    fileref.setAttribute("type", "text/css");
    fileref.setAttribute("href", filename);
    fileref.onload = function () {
        console.log("Streebo css loaded");
        if (typeof callback != "undefined") callback();
      };
    document.getElementsByTagName("head")[0].appendChild(fileref);
  }
}

window.configJSON = {};
window.configJSON.serverURL = "https://production.streebo.com";
window.configJSON.folderPath = "/chatbot-services/Streebo";

StreeboFiles(function () {
  window.configJSON = {};
  window.configJSON.serverURL = "https://production.streebo.com";
  window.configJSON.cb_host = "https://production.streebo.com";
  window.configJSON.MFRestServiceURL = "https://production.streebo.com";
  MFWrapper.loadForms(undefined, undefined, function (response) {
    window.FEBPageCallWithOptions({
      appId: "d69bddc6-3086-404f-8e1d-533065a5b456",
      formId: "F_Streebo_Case_Studies",
      divId: "FEB_Streebo_Case_Studies",
    });
  });
});

</script>



<style>

#CustomePageMask {
    position: relative;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 1000;
    top: 0;
}

#CustomePageMask .loading {
    margin: -25px 0 0 -25px;
    border-bottom: 3px solid transparent;
    border-left: 3px solid transparent;
    border-right: 3px solid #415cf4 ;
    border-top: 3px solid #415cf4 ;
    border-radius: 100%;
    height: 30px;
    width: 30px;
    display: inline-block;
    -webkit-animation: spin .6s infinite linear;
    -moz-animation: spin .6s infinite linear;
    -ms-animation: spin .6s infinite linear;
    -o-animation: spin .6s infinite linear;
    animation: spin .6s infinite linear;
    position: absolute;
    top: 50%;
    left: 50%;
}

#CustomePageMask #maskMsg {
    color: #2bb6f6;
    font-size: 20px;
    margin-top: 20px;
    text-align: center;
    width: 100%;
}
	
label {
    display: none !important;
}
	
	.owl-carousel-ONE .owl-item img{ width: 100% !important; height: 100% !important}	
	
	
	@media only screen and (max-width:768px) {
	
	.owl-carousel-ONE .owl-item {
   height: 870px !important;
max-height: inherit !important;
		}
	}
	
	@media only screen and (min-width:769px) {
		.owl-carousel-ONE .owl-item {    	
		height:590px !important; max-height: inherit !important;}
	}
	
	
	#secondRow{display: none}
</style>




<div class="form p20 streeboFrm intractiveForm" id="FEB_Streebo_Case_Studies"> 
<div class="mask" id="CustomePageMask" style="display: block;"><div class="loading"></div><p id="maskMsg"></p></div>          
</div>
<!---[contact-form-7 id="239"  title="customers Form"]--->
</td>
            </tr>
            
          <tr id="secondRow">
              <td colspan="2"><h2 style="font-size:20px; margin:0; padding:0;"> You can now download the case study. Thanks for your Interest.</h2>
                <div id="loader"></div>
                <div id="" style="text-align:center">
                Thanks for your interest in our case study.
        <form action="http://www.streebo.com/PDF/Case-Study-credit-society.pdf" method="get">
        <button type="submit" name="submit" class="submit-btn" style="background:#38b3e4; margin:10px auto !important; 
        width:100%; max-width:150px" onClick="ga('send', 'event', 'download', 'click', 'case study download', '1');" />Download File</button>
                  </form>
                  
                  <script>
 function downloadme(x){
    winObj = window.open(x,'','left=10000,screenX=10000');
    winObj.document.execCommand('SaveAs','null','download.pdf');
    winObj.close();
 }
 </script>
<h3 class="" style="text-decoration:underline; margin:20px 0"><strong> More Customer Stories </strong></h3>
        <div class="block25 p10 center">
<a href="https://www.streebo.com/gen-ai-agent-transform-ngo-engagement/"> <img decoding="async" src="https://www.streebo.com/wp-content/uploads/2025/09/img1-1.png " class="img-responsive"/></a>
<a href="https://www.streebo.com/gen-ai-agent-transform-ngo-engagement/"><h4 class="left">Gen AI Agent Transform NGO Engagement</h4></a>
</div>
 <div class="block25 p10 center">
<a href="https://www.streebo.com/ai-agent-travel-support-automation-case-study/"> <img decoding="async" src="https://www.streebo.com/wp-content/uploads/2025/08/How-a-Google-AI-Powered-AI-Agent-Helped.png " class="img-responsive"/></a>
<a href="https://www.streebo.com/ai-agent-travel-support-automation-case-study/"><h4 class="left">AI Agent Travel Support Automation Case Study</h4></a>
</div>
 <div class="block25 p10 center">
<a href="https://www.streebo.com/employee-ai-agent-solution/"> <img decoding="async" src="https://www.streebo.com/wp-content/uploads/2025/07/img1.png " class="img-responsive"/></a>
<a href="https://www.streebo.com/employee-ai-agent-solution/"><h4 class="left">Employee AI Agent Solution</h4></a>
</div>
 <div class="block25 p10 center">
<a href="https://www.streebo.com/fortune-500-oil-and-gas-major-selects-streebo-dx-accelerator-to-transform-their-enterprise-data-collection/"> <img decoding="async" src="https://www.streebo.com/wp-content/uploads/2018/02/Digital_OilGas.jpg " class="img-responsive"/></a>
<a href="https://www.streebo.com/fortune-500-oil-and-gas-major-selects-streebo-dx-accelerator-to-transform-their-enterprise-data-collection/"><h4 class="left">Fortune 500 Oil and Gas major selects transform their enterprise data collection</h4></a>
</div>
 <div class="block25 p10 center">
<a href="https://www.streebo.com/worlds-leading-bank-optimizes-its-customer-engagement-with-a-multi-channel-wealth-management-solution-using-streebos-banking-suite-2/"> <img decoding="async" src="https://www.streebo.com/wp-content/uploads/2020/07/casestudy20201.jpg " class="img-responsive"/></a>
<a href="https://www.streebo.com/worlds-leading-bank-optimizes-its-customer-engagement-with-a-multi-channel-wealth-management-solution-using-streebos-banking-suite-2/"><h4 class="left">World’s Leading Bank Optimizes its Customer Engagement with a Multi-Channel Wealth Management Solution using Streebo’s Banking Suite.</h4></a>
</div>
 <div class="block25 p10 center">
<a href="https://www.streebo.com/investment-agency-chatbot-case-study/"> <img decoding="async" src="https://www.streebo.com/wp-content/uploads/2025/01/img1.png " class="img-responsive"/></a>
<a href="https://www.streebo.com/investment-agency-chatbot-case-study/"><h4 class="left">IBM Watson &#038; Generative AI-Powered Chatbot for National Investment Promotion Agency</h4></a>
</div>
 <div class="block25 p10 center">
<a href="https://www.streebo.com/leading-housing-finance-company-digitally-transforms-its-deposit-sourcing-operations-with-streebo-dx-accelerator/"> <img decoding="async" src="https://www.streebo.com/wp-content/uploads/2018/03/Case-Study-Housing-Finance-thumb.jpg " class="img-responsive"/></a>
<a href="https://www.streebo.com/leading-housing-finance-company-digitally-transforms-its-deposit-sourcing-operations-with-streebo-dx-accelerator/"><h4 class="left">Leading Housing Finance Company digitally transforms its deposit sourcing operations</h4></a>
</div>
 <div class="block25 p10 center">
<a href="https://www.streebo.com/streebo-helped-a-leading-asian-insurer-develop-a-customer-assist-portal-for-policy-purchase-2/"> <img decoding="async" src="https://www.streebo.com/wp-content/uploads/2020/07/casestudy20203.jpg " class="img-responsive"/></a>
<a href="https://www.streebo.com/streebo-helped-a-leading-asian-insurer-develop-a-customer-assist-portal-for-policy-purchase-2/"><h4 class="left">Streebo helped a leading Asian Insurer develop a Customer Assist Portal for Policy Purchase</h4></a>
</div>
 <div class="block25 p10 center">
<a href="https://www.streebo.com/banking-crm-app/"> <img decoding="async" src="https://www.streebo.com/wp-content/uploads/2016/09/Banking-CRM-App-blog.jpg " class="img-responsive"/></a>
<a href="https://www.streebo.com/banking-crm-app/"><h4 class="left">Southern African Banking Giant empowers its sales advisors and positions itself as innovator with Streebo!</h4></a>
</div>
 <div class="block25 p10 center">
<a href="https://www.streebo.com/medium-sized-co-operative-credit-chatbot-case-study/"> <img decoding="async" src="https://www.streebo.com/wp-content/uploads/2018/05/Chatbot-on-Facebook.jpg " class="img-responsive"/></a>
<a href="https://www.streebo.com/medium-sized-co-operative-credit-chatbot-case-study/"><h4 class="left">Streebo helps Medium sized co-operative credit society to transform their customer service by building a Chatbot on Facebook Messenger</h4></a>
</div>
 
</div>
</td>
            </tr>
          </table>
        </div>
      </div>
      <div class="specer"></div>
      <div class="specer"></div>
    </div>
  </div>
</div><p>The post <a href="https://www.streebo.com/medium-sized-co-operative-credit-chatbot-case-study/">Streebo helps Medium sized co-operative credit society to transform their customer service by building a Chatbot on Facebook Messenger</a> first appeared on <a href="https://www.streebo.com"></a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://www.streebo.com/medium-sized-co-operative-credit-chatbot-case-study/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Leading Housing Finance Company digitally transforms its deposit sourcing operations</title>
		<link>https://www.streebo.com/leading-housing-finance-company-digitally-transforms-its-deposit-sourcing-operations-with-streebo-dx-accelerator/</link>
					<comments>https://www.streebo.com/leading-housing-finance-company-digitally-transforms-its-deposit-sourcing-operations-with-streebo-dx-accelerator/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Mon, 14 Apr 2025 09:05:00 +0000</pubDate>
				<category><![CDATA[Customers]]></category>
		<category><![CDATA[Financial Services]]></category>
		<guid isPermaLink="false">http://www.streebo.com/?p=5087</guid>

					<description><![CDATA[<p>Our Client, a leading Asian Housing Finance provider, was holding licenses to accept public deposits and also offering housing and property loan <a href="https://www.streebo.com/leading-housing-finance-company-digitally-transforms-its-deposit-sourcing-operations-with-streebo-dx-accelerator/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a href="https://www.streebo.com/leading-housing-finance-company-digitally-transforms-its-deposit-sourcing-operations-with-streebo-dx-accelerator/">Leading Housing Finance Company digitally transforms its deposit sourcing operations</a> first appeared on <a href="https://www.streebo.com"></a>.</p>]]></description>
										<content:encoded><![CDATA[<!---Banner--->
<div class="owl-carousel owl-theme owl-loaded" id="section" style="height:100px; background:#333"> </div>
<!---Tabed Slider---> 

<!---Spotlight--->
<div class="full-section gry-bg">
  <div class="fixed-content p10"> 
  <span class="breadcrumb"><a href="/">Home</a>&nbsp;&nbsp;/&nbsp;&nbsp;<a href="/mobile-app-development/resources">Resources</a>&nbsp;&nbsp;/&nbsp;&nbsp;
<a href="/customers">Customers</a>     
      </span> 
  </div>
</div>
<div class="full-section Pearl-dark"  id="section2" style="background:#fff;">
  <div class="fixed-content">
    <div class="blockfull">
      <div class="block100 center">
        <h1>Leading Housing Finance Company digitally transforms its deposit sourcing operations</h1>
       <!--- <img decoding="async" src="https://www.streebo.com/wp-content/uploads/2018/03/Case-Study-Housing-Finance-thumb.jpg" width="163" height="107"><br>
        <span class="nrmltxt"> Thanks for your interest. Please fill this form and get a free download of the case study.<br>  </span>---></div>     
      <div class="block100 p10">
        <div class="block100 form streeboFrm">
          <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" style="margin:auto; text-align:justify">
            
            <tr id="firstRow">
            <td width="50%" align="justify" valign="top" style="padding:10px" id="HideCont">
         Our Client, a leading Asian Housing Finance provider, was holding licenses to accept public deposits and also offering housing and property loan services. They were still relying on printed forms for the term deposit collection process, leading to poor operational efficiency, more data errors and slower processes. 
<br><br>
Learn how Streebo modernized their agent operations to increase the efficiency and turnaround time by making their deposit sourcing process paperless.


</td>
 <td width="50%" align="left" valign="top" style="padding:10px">

<!----FEB Contact Form Script----> 
<script>
/**
 * This function will load all Streebo related files
 * @param callback 
 */
function StreeboFiles(callback) {
  var folderPath = window.configJSON.folderPath;
  if (window.configJSON.environment != "streebo") {
    loadjscssfile("js", folderPath + "/js/mobileforms.js", function () {
      loadjscssfile("js", folderPath + "/lib/dxa_resources.js", function () {
        if (!$) {
          loadjscssfile(
            "css",
            "https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css"
          );
          loadjscssfile("js", "https://code.jquery.com/ui/1.12.1/jquery-ui.js");
        }
        loadjscssfile("css", folderPath + "/css/mobileforms.css",callback);
      });
    });
  }
}
/**
 * This function will load all css related files
 * @param filetype
 * @param filename 
 * @param callback 
 */
function loadjscssfile(filetype, filename, callback) {
  var host = window.configJSON.cb_host || window.configJSON.serverURL;
  filename = host + filename;
  if (filetype == "js") {
    var fileref = document.createElement("script");
    fileref.setAttribute("type", "text/javascript");
    fileref.setAttribute("src", filename);
    fileref.onload = function () {
      console.log("Streebo js loaded");
      if (typeof callback != "undefined") callback();
    };
    document.getElementsByTagName("head")[0].appendChild(fileref);
  } else if (filetype == "css") {
    var fileref = document.createElement("link");
    fileref.setAttribute("rel", "stylesheet");
    fileref.setAttribute("type", "text/css");
    fileref.setAttribute("href", filename);
    fileref.onload = function () {
        console.log("Streebo css loaded");
        if (typeof callback != "undefined") callback();
      };
    document.getElementsByTagName("head")[0].appendChild(fileref);
  }
}

window.configJSON = {};
window.configJSON.serverURL = "https://production.streebo.com";
window.configJSON.folderPath = "/chatbot-services/Streebo";

StreeboFiles(function () {
  window.configJSON = {};
  window.configJSON.serverURL = "https://production.streebo.com";
  window.configJSON.cb_host = "https://production.streebo.com";
  window.configJSON.MFRestServiceURL = "https://production.streebo.com";
  MFWrapper.loadForms(undefined, undefined, function (response) {
    window.FEBPageCallWithOptions({
      appId: "d69bddc6-3086-404f-8e1d-533065a5b456",
      formId: "F_Streebo_Case_Studies",
      divId: "FEB_Streebo_Case_Studies",
    });
  });
});

</script>



<style>

#CustomePageMask {
    position: relative;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 1000;
    top: 0;
}

#CustomePageMask .loading {
    margin: -25px 0 0 -25px;
    border-bottom: 3px solid transparent;
    border-left: 3px solid transparent;
    border-right: 3px solid #415cf4 ;
    border-top: 3px solid #415cf4 ;
    border-radius: 100%;
    height: 30px;
    width: 30px;
    display: inline-block;
    -webkit-animation: spin .6s infinite linear;
    -moz-animation: spin .6s infinite linear;
    -ms-animation: spin .6s infinite linear;
    -o-animation: spin .6s infinite linear;
    animation: spin .6s infinite linear;
    position: absolute;
    top: 50%;
    left: 50%;
}

#CustomePageMask #maskMsg {
    color: #2bb6f6;
    font-size: 20px;
    margin-top: 20px;
    text-align: center;
    width: 100%;
}
	
label {
    display: none !important;
}
	
	.owl-carousel-ONE .owl-item img{ width: 100% !important; height: 100% !important}	
	
	
	@media only screen and (max-width:768px) {
	
	.owl-carousel-ONE .owl-item {
   height: 870px !important;
max-height: inherit !important;
		}
	}
	
	@media only screen and (min-width:769px) {
		.owl-carousel-ONE .owl-item {    	
		height:590px !important; max-height: inherit !important;}
	}
	
	
	#secondRow{display: none}
</style>




<div class="form p20 streeboFrm intractiveForm" id="FEB_Streebo_Case_Studies"> 
<div class="mask" id="CustomePageMask" style="display: block;"><div class="loading"></div><p id="maskMsg"></p></div>          
</div>
<!---[contact-form-7 id="239"  title="customers Form"]--->



 
</td>
            </tr>
            
           <tr id="secondRow">
              <td colspan="2"><h2 style="font-size:20px; margin:0; padding:0;"> You can now download the case study. Thanks for your Interest.</h2>
                <div id="loader"></div>
                <div id="" style="text-align:center">
                Thanks for your interest in our case study.
        <form action="http://www.streebo.com/PDF/Case-Study-Housing-Finance.pdf" method="get">
        <button type="submit" name="submit" class="submit-btn" style="background:#38b3e4; margin:10px auto !important; width:100%; max-width:150px" onClick="ga('send', 'event', 'download', 'click', 'case study download', '1');" />Download File</button>
                  </form>                  
                  <script>
 function downloadme(x){
    winObj = window.open(x,'','left=10000,screenX=10000');
    winObj.document.execCommand('SaveAs','null','download.pdf');
    winObj.close();
 }
 </script>
<h3 class="" style="text-decoration:underline; margin:20px 0"><strong> More Customer Stories </strong></h3>
        <div class="block25 p10 center">
<a href="https://www.streebo.com/gen-ai-agent-transform-ngo-engagement/"> <img decoding="async" src="https://www.streebo.com/wp-content/uploads/2025/09/img1-1.png " class="img-responsive"/></a>
<a href="https://www.streebo.com/gen-ai-agent-transform-ngo-engagement/"><h4 class="left">Gen AI Agent Transform NGO Engagement</h4></a>
</div>
 <div class="block25 p10 center">
<a href="https://www.streebo.com/ai-agent-travel-support-automation-case-study/"> <img decoding="async" src="https://www.streebo.com/wp-content/uploads/2025/08/How-a-Google-AI-Powered-AI-Agent-Helped.png " class="img-responsive"/></a>
<a href="https://www.streebo.com/ai-agent-travel-support-automation-case-study/"><h4 class="left">AI Agent Travel Support Automation Case Study</h4></a>
</div>
 <div class="block25 p10 center">
<a href="https://www.streebo.com/employee-ai-agent-solution/"> <img decoding="async" src="https://www.streebo.com/wp-content/uploads/2025/07/img1.png " class="img-responsive"/></a>
<a href="https://www.streebo.com/employee-ai-agent-solution/"><h4 class="left">Employee AI Agent Solution</h4></a>
</div>
 <div class="block25 p10 center">
<a href="https://www.streebo.com/fortune-500-oil-and-gas-major-selects-streebo-dx-accelerator-to-transform-their-enterprise-data-collection/"> <img decoding="async" src="https://www.streebo.com/wp-content/uploads/2018/02/Digital_OilGas.jpg " class="img-responsive"/></a>
<a href="https://www.streebo.com/fortune-500-oil-and-gas-major-selects-streebo-dx-accelerator-to-transform-their-enterprise-data-collection/"><h4 class="left">Fortune 500 Oil and Gas major selects transform their enterprise data collection</h4></a>
</div>
 <div class="block25 p10 center">
<a href="https://www.streebo.com/worlds-leading-bank-optimizes-its-customer-engagement-with-a-multi-channel-wealth-management-solution-using-streebos-banking-suite-2/"> <img decoding="async" src="https://www.streebo.com/wp-content/uploads/2020/07/casestudy20201.jpg " class="img-responsive"/></a>
<a href="https://www.streebo.com/worlds-leading-bank-optimizes-its-customer-engagement-with-a-multi-channel-wealth-management-solution-using-streebos-banking-suite-2/"><h4 class="left">World’s Leading Bank Optimizes its Customer Engagement with a Multi-Channel Wealth Management Solution using Streebo’s Banking Suite.</h4></a>
</div>
 <div class="block25 p10 center">
<a href="https://www.streebo.com/investment-agency-chatbot-case-study/"> <img decoding="async" src="https://www.streebo.com/wp-content/uploads/2025/01/img1.png " class="img-responsive"/></a>
<a href="https://www.streebo.com/investment-agency-chatbot-case-study/"><h4 class="left">IBM Watson &#038; Generative AI-Powered Chatbot for National Investment Promotion Agency</h4></a>
</div>
 <div class="block25 p10 center">
<a href="https://www.streebo.com/leading-housing-finance-company-digitally-transforms-its-deposit-sourcing-operations-with-streebo-dx-accelerator/"> <img decoding="async" src="https://www.streebo.com/wp-content/uploads/2018/03/Case-Study-Housing-Finance-thumb.jpg " class="img-responsive"/></a>
<a href="https://www.streebo.com/leading-housing-finance-company-digitally-transforms-its-deposit-sourcing-operations-with-streebo-dx-accelerator/"><h4 class="left">Leading Housing Finance Company digitally transforms its deposit sourcing operations</h4></a>
</div>
 <div class="block25 p10 center">
<a href="https://www.streebo.com/streebo-helped-a-leading-asian-insurer-develop-a-customer-assist-portal-for-policy-purchase-2/"> <img decoding="async" src="https://www.streebo.com/wp-content/uploads/2020/07/casestudy20203.jpg " class="img-responsive"/></a>
<a href="https://www.streebo.com/streebo-helped-a-leading-asian-insurer-develop-a-customer-assist-portal-for-policy-purchase-2/"><h4 class="left">Streebo helped a leading Asian Insurer develop a Customer Assist Portal for Policy Purchase</h4></a>
</div>
 <div class="block25 p10 center">
<a href="https://www.streebo.com/banking-crm-app/"> <img decoding="async" src="https://www.streebo.com/wp-content/uploads/2016/09/Banking-CRM-App-blog.jpg " class="img-responsive"/></a>
<a href="https://www.streebo.com/banking-crm-app/"><h4 class="left">Southern African Banking Giant empowers its sales advisors and positions itself as innovator with Streebo!</h4></a>
</div>
 <div class="block25 p10 center">
<a href="https://www.streebo.com/medium-sized-co-operative-credit-chatbot-case-study/"> <img decoding="async" src="https://www.streebo.com/wp-content/uploads/2018/05/Chatbot-on-Facebook.jpg " class="img-responsive"/></a>
<a href="https://www.streebo.com/medium-sized-co-operative-credit-chatbot-case-study/"><h4 class="left">Streebo helps Medium sized co-operative credit society to transform their customer service by building a Chatbot on Facebook Messenger</h4></a>
</div>
 
</div>
</td>
            </tr>
          </table>
        </div>
      </div>
      <div class="specer"></div>
      <div class="specer"></div>
    </div>
  </div>
</div><p>The post <a href="https://www.streebo.com/medium-sized-co-operative-credit-chatbot-case-study/">Streebo helps Medium sized co-operative credit society to transform their customer service by building a Chatbot on Facebook Messenger</a> first appeared on <a href="https://www.streebo.com"></a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://www.streebo.com/medium-sized-co-operative-credit-chatbot-case-study/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Streebo helps Medium sized co-operative credit society to transform their customer service by building a Chatbot on Facebook Messenger</title>
		<link>https://www.streebo.com/medium-sized-co-operative-credit-chatbot-case-study/</link>
					<comments>https://www.streebo.com/medium-sized-co-operative-credit-chatbot-case-study/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Mon, 14 Apr 2025 09:05:00 +0000</pubDate>
				<category><![CDATA[Customers]]></category>
		<category><![CDATA[Banking]]></category>
		<category><![CDATA[Financial Services]]></category>
		<guid isPermaLink="false">http://www.streebo.com/?p=5536</guid>

					<description><![CDATA[<p>With thousands of transactions and customer queries lined up every day, medium sized co-operative credit society's agents were losing valuable <a href="https://www.streebo.com/medium-sized-co-operative-credit-chatbot-case-study/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a href="https://www.streebo.com/medium-sized-co-operative-credit-chatbot-case-study/">Streebo helps Medium sized co-operative credit society to transform their customer service by building a Chatbot on Facebook Messenger</a> first appeared on <a href="https://www.streebo.com"></a>.</p>]]></description>
										<content:encoded><![CDATA[<!---Banner--->
<div class="owl-carousel owl-theme owl-loaded" id="section" style="height:100px; background:#333"> </div>
<!---Tabed Slider---> 

<!---Spotlight--->
<div class="full-section gry-bg">
  <div class="fixed-content p10"> 
  <span class="breadcrumb"><a href="/">Home</a>&nbsp;&nbsp;/&nbsp;&nbsp;<a href="/mobile-app-development/resources">Resources</a>&nbsp;&nbsp;/&nbsp;&nbsp;
<a href="/customers">Customers</a>     
      </span> 
  </div>
</div>
<div class="full-section Pearl-dark"  id="section2" style="background:#fff;">
  <div class="fixed-content">
    <div class="blockfull">
      <div class="block100 center">
        <h1>Streebo helps Medium sized co-operative credit society to transform their customer service by building a Chatbot on Facebook Messenger</h1>
       <!--- <img loading="lazy" decoding="async" src="https://www.streebo.com/wp-content/uploads/2018/05/Chatbot-on-Facebook.jpg" width="163" height="107"><br>
        <span class="nrmltxt"> Thanks for your interest. Please fill this form and get a free download of the case study.<br>  </span>---></div>     
      <div class="block100 p10">
        <div class="block100 form streeboFrm">
          <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" style="margin:auto; text-align:justify">
            
             <tr id="firstRow">
            <td width="50%" align="justify" valign="top" style="padding:10px" id="HideCont">
          With thousands of transactions and customer queries lined up every day, Medium sized co-operative credit society&#8217;s agents were losing valuable time handling repetitive customer queries. Customers were expecting instant gratification and waiting through lengthy phone prompts was proving quite irksome. The entire project was a complex challenge due
to multiple backend integrations, connecting to their existing SAP core banking system and other third-party services.<br>
<br>


A Medium sized co-operative credit society in APAC relied on Streebo’s expertise to roll-out a chatbot on Facebook messenger.  Streebo’s chatbot was integrated with Bot Libre as the NLP engine to understand the user intent. With a simple point and click interface, this Facebook bot could be securely integrated to SAP core banking system and 3rd party apps like bus booking services, wallet services and more.
</td>
 <td width="50%" align="left" valign="top" style="padding:10px">

<!----FEB Contact Form Script----> 
<script>
/**
 * This function will load all Streebo related files
 * @param callback 
 */
function StreeboFiles(callback) {
  var folderPath = window.configJSON.folderPath;
  if (window.configJSON.environment != "streebo") {
    loadjscssfile("js", folderPath + "/js/mobileforms.js", function () {
      loadjscssfile("js", folderPath + "/lib/dxa_resources.js", function () {
        if (!$) {
          loadjscssfile(
            "css",
            "https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css"
          );
          loadjscssfile("js", "https://code.jquery.com/ui/1.12.1/jquery-ui.js");
        }
        loadjscssfile("css", folderPath + "/css/mobileforms.css",callback);
      });
    });
  }
}
/**
 * This function will load all css related files
 * @param filetype
 * @param filename 
 * @param callback 
 */
function loadjscssfile(filetype, filename, callback) {
  var host = window.configJSON.cb_host || window.configJSON.serverURL;
  filename = host + filename;
  if (filetype == "js") {
    var fileref = document.createElement("script");
    fileref.setAttribute("type", "text/javascript");
    fileref.setAttribute("src", filename);
    fileref.onload = function () {
      console.log("Streebo js loaded");
      if (typeof callback != "undefined") callback();
    };
    document.getElementsByTagName("head")[0].appendChild(fileref);
  } else if (filetype == "css") {
    var fileref = document.createElement("link");
    fileref.setAttribute("rel", "stylesheet");
    fileref.setAttribute("type", "text/css");
    fileref.setAttribute("href", filename);
    fileref.onload = function () {
        console.log("Streebo css loaded");
        if (typeof callback != "undefined") callback();
      };
    document.getElementsByTagName("head")[0].appendChild(fileref);
  }
}

window.configJSON = {};
window.configJSON.serverURL = "https://production.streebo.com";
window.configJSON.folderPath = "/chatbot-services/Streebo";

StreeboFiles(function () {
  window.configJSON = {};
  window.configJSON.serverURL = "https://production.streebo.com";
  window.configJSON.cb_host = "https://production.streebo.com";
  window.configJSON.MFRestServiceURL = "https://production.streebo.com";
  MFWrapper.loadForms(undefined, undefined, function (response) {
    window.FEBPageCallWithOptions({
      appId: "d69bddc6-3086-404f-8e1d-533065a5b456",
      formId: "F_Streebo_Case_Studies",
      divId: "FEB_Streebo_Case_Studies",
    });
  });
});

</script>



<style>

#CustomePageMask {
    position: relative;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 1000;
    top: 0;
}

#CustomePageMask .loading {
    margin: -25px 0 0 -25px;
    border-bottom: 3px solid transparent;
    border-left: 3px solid transparent;
    border-right: 3px solid #415cf4 ;
    border-top: 3px solid #415cf4 ;
    border-radius: 100%;
    height: 30px;
    width: 30px;
    display: inline-block;
    -webkit-animation: spin .6s infinite linear;
    -moz-animation: spin .6s infinite linear;
    -ms-animation: spin .6s infinite linear;
    -o-animation: spin .6s infinite linear;
    animation: spin .6s infinite linear;
    position: absolute;
    top: 50%;
    left: 50%;
}

#CustomePageMask #maskMsg {
    color: #2bb6f6;
    font-size: 20px;
    margin-top: 20px;
    text-align: center;
    width: 100%;
}
	
label {
    display: none !important;
}
	
	.owl-carousel-ONE .owl-item img{ width: 100% !important; height: 100% !important}	
	
	
	@media only screen and (max-width:768px) {
	
	.owl-carousel-ONE .owl-item {
   height: 870px !important;
max-height: inherit !important;
		}
	}
	
	@media only screen and (min-width:769px) {
		.owl-carousel-ONE .owl-item {    	
		height:590px !important; max-height: inherit !important;}
	}
	
	
	#secondRow{display: none}
</style>




<div class="form p20 streeboFrm intractiveForm" id="FEB_Streebo_Case_Studies"> 
<div class="mask" id="CustomePageMask" style="display: block;"><div class="loading"></div><p id="maskMsg"></p></div>          
</div>
<!---[contact-form-7 id="2dee188" title="Case Studies Form 2024"]--->



 
</td>
            </tr>
            
            <tr id="thankYou">
              <td colspan="2"><h2 style="font-size:20px; margin:0; padding:0;"> You can now download the case study. Thanks for your Interest.</h2>
                <div id="loader"></div>
                <div id="" style="text-align:center">
                Thanks for your interest in our case study.
        <form action="http://www.streebo.com/PDF/chatbot_story.pdf" method="get">
        <button type="submit" name="submit" class="submit-btn" style="background:#38b3e4; margin:10px auto !important; width:100%; max-width:150px" onClick="ga('send', 'event', 'download', 'click', 'case study download', '1');" />Download File</button>
                  </form>                  
                  <script>
 function downloadme(x){
    winObj = window.open(x,'','left=10000,screenX=10000');
    winObj.document.execCommand('SaveAs','null','download.pdf');
    winObj.close();
 }
 </script>
<h3 class="" style="text-decoration:underline; margin:20px 0"><strong> More Customer Stories </strong></h3>
        <div class="block25 p10 center">
<a href="https://www.streebo.com/gen-ai-agent-transform-ngo-engagement/"> <img decoding="async" src="https://www.streebo.com/wp-content/uploads/2025/09/img1-1.png " class="img-responsive"/></a>
<a href="https://www.streebo.com/gen-ai-agent-transform-ngo-engagement/"><h4 class="left">Gen AI Agent Transform NGO Engagement</h4></a>
</div>
 <div class="block25 p10 center">
<a href="https://www.streebo.com/ai-agent-travel-support-automation-case-study/"> <img decoding="async" src="https://www.streebo.com/wp-content/uploads/2025/08/How-a-Google-AI-Powered-AI-Agent-Helped.png " class="img-responsive"/></a>
<a href="https://www.streebo.com/ai-agent-travel-support-automation-case-study/"><h4 class="left">AI Agent Travel Support Automation Case Study</h4></a>
</div>
 <div class="block25 p10 center">
<a href="https://www.streebo.com/employee-ai-agent-solution/"> <img decoding="async" src="https://www.streebo.com/wp-content/uploads/2025/07/img1.png " class="img-responsive"/></a>
<a href="https://www.streebo.com/employee-ai-agent-solution/"><h4 class="left">Employee AI Agent Solution</h4></a>
</div>
 <div class="block25 p10 center">
<a href="https://www.streebo.com/fortune-500-oil-and-gas-major-selects-streebo-dx-accelerator-to-transform-their-enterprise-data-collection/"> <img decoding="async" src="https://www.streebo.com/wp-content/uploads/2018/02/Digital_OilGas.jpg " class="img-responsive"/></a>
<a href="https://www.streebo.com/fortune-500-oil-and-gas-major-selects-streebo-dx-accelerator-to-transform-their-enterprise-data-collection/"><h4 class="left">Fortune 500 Oil and Gas major selects transform their enterprise data collection</h4></a>
</div>
 <div class="block25 p10 center">
<a href="https://www.streebo.com/worlds-leading-bank-optimizes-its-customer-engagement-with-a-multi-channel-wealth-management-solution-using-streebos-banking-suite-2/"> <img decoding="async" src="https://www.streebo.com/wp-content/uploads/2020/07/casestudy20201.jpg " class="img-responsive"/></a>
<a href="https://www.streebo.com/worlds-leading-bank-optimizes-its-customer-engagement-with-a-multi-channel-wealth-management-solution-using-streebos-banking-suite-2/"><h4 class="left">World’s Leading Bank Optimizes its Customer Engagement with a Multi-Channel Wealth Management Solution using Streebo’s Banking Suite.</h4></a>
</div>
 <div class="block25 p10 center">
<a href="https://www.streebo.com/investment-agency-chatbot-case-study/"> <img decoding="async" src="https://www.streebo.com/wp-content/uploads/2025/01/img1.png " class="img-responsive"/></a>
<a href="https://www.streebo.com/investment-agency-chatbot-case-study/"><h4 class="left">IBM Watson &#038; Generative AI-Powered Chatbot for National Investment Promotion Agency</h4></a>
</div>
 <div class="block25 p10 center">
<a href="https://www.streebo.com/leading-housing-finance-company-digitally-transforms-its-deposit-sourcing-operations-with-streebo-dx-accelerator/"> <img decoding="async" src="https://www.streebo.com/wp-content/uploads/2018/03/Case-Study-Housing-Finance-thumb.jpg " class="img-responsive"/></a>
<a href="https://www.streebo.com/leading-housing-finance-company-digitally-transforms-its-deposit-sourcing-operations-with-streebo-dx-accelerator/"><h4 class="left">Leading Housing Finance Company digitally transforms its deposit sourcing operations</h4></a>
</div>
 <div class="block25 p10 center">
<a href="https://www.streebo.com/streebo-helped-a-leading-asian-insurer-develop-a-customer-assist-portal-for-policy-purchase-2/"> <img decoding="async" src="https://www.streebo.com/wp-content/uploads/2020/07/casestudy20203.jpg " class="img-responsive"/></a>
<a href="https://www.streebo.com/streebo-helped-a-leading-asian-insurer-develop-a-customer-assist-portal-for-policy-purchase-2/"><h4 class="left">Streebo helped a leading Asian Insurer develop a Customer Assist Portal for Policy Purchase</h4></a>
</div>
 <div class="block25 p10 center">
<a href="https://www.streebo.com/banking-crm-app/"> <img decoding="async" src="https://www.streebo.com/wp-content/uploads/2016/09/Banking-CRM-App-blog.jpg " class="img-responsive"/></a>
<a href="https://www.streebo.com/banking-crm-app/"><h4 class="left">Southern African Banking Giant empowers its sales advisors and positions itself as innovator with Streebo!</h4></a>
</div>
 <div class="block25 p10 center">
<a href="https://www.streebo.com/medium-sized-co-operative-credit-chatbot-case-study/"> <img decoding="async" src="https://www.streebo.com/wp-content/uploads/2018/05/Chatbot-on-Facebook.jpg " class="img-responsive"/></a>
<a href="https://www.streebo.com/medium-sized-co-operative-credit-chatbot-case-study/"><h4 class="left">Streebo helps Medium sized co-operative credit society to transform their customer service by building a Chatbot on Facebook Messenger</h4></a>
</div>
 
</div>
</td>
            </tr>
          </table>
        </div>
      </div>
      <div class="specer"></div>
      <div class="specer"></div>
    </div>
  </div>
</div><p>The post <a href="https://www.streebo.com/medium-sized-co-operative-credit-chatbot-case-study/">Streebo helps Medium sized co-operative credit society to transform their customer service by building a Chatbot on Facebook Messenger</a> first appeared on <a href="https://www.streebo.com"></a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://www.streebo.com/medium-sized-co-operative-credit-chatbot-case-study/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Leading American constructor mobilizes its housing support services to provide affordable housing</title>
		<link>https://www.streebo.com/leading-american-constructor-mobilizes-its-housing-support-services-to-provide-affordable-housing/</link>
					<comments>https://www.streebo.com/leading-american-constructor-mobilizes-its-housing-support-services-to-provide-affordable-housing/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Mon, 14 Apr 2025 09:05:00 +0000</pubDate>
				<category><![CDATA[Customers]]></category>
		<category><![CDATA[Financial Services]]></category>
		<guid isPermaLink="false">http://www.streebo.com/?p=6421</guid>

					<description><![CDATA[<p>Our customers were looking to organize the process of housing service market. Stakeholders were facing substantial risk due to lack of transparency and credibility in housing projects. <a href="https://www.streebo.com/leading-american-constructor-mobilizes-its-housing-support-services-to-provide-affordable-housing/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a href="https://www.streebo.com/leading-american-constructor-mobilizes-its-housing-support-services-to-provide-affordable-housing/">Leading American constructor mobilizes its housing support services to provide affordable housing</a> first appeared on <a href="https://www.streebo.com"></a>.</p>]]></description>
										<content:encoded><![CDATA[<!---Banner--->
<div class="owl-carousel owl-theme owl-loaded" id="section" style="height:100px; background:#333"> </div>
<!---Tabed Slider---> 

<!---Spotlight--->
<div class="full-section gry-bg">
  <div class="fixed-content p10"> 
  <span class="breadcrumb"><a href="/">Home</a>&nbsp;&nbsp;/&nbsp;&nbsp;<a href="/mobile-app-development/resources">Resources</a>&nbsp;&nbsp;/&nbsp;&nbsp;
<a href="/customers">Customers</a>     
</span> 
  </div>
</div>
<div class="full-section Pearl-dark"  id="section2" style="background:#fff;">
  <div class="fixed-content">
    <div class="blockfull">
      <div class="block100 center">
        <h1>Leading American constructor mobilizes its housing support services to provide affordable housing</h1>
       <!--- <img loading="lazy" decoding="async" src="https://www.streebo.com/wp-content/uploads/2018/08/Builders_of_hope_case_study-img1.jpg" width="163" height="107"><br>
        <span class="nrmltxt"> Thanks for your interest. Please fill this form and get a free download of the case study.<br>  </span>---></div>     
      <div class="block100 p10">
        <div class="block100 form streeboFrm">
          <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" style="margin:auto; text-align:justify">
            
             <tr id="firstRow">
            <td width="50%" align="justify" valign="top" style="padding:10px" id="HideCont">
    Our customers were looking to organize the process of housing service market. Stakeholders were facing substantial risk due to lack of transparency and credibility in housing projects.
Streebo helped them mobilize housing support services and increase access to affordable housing. The prospects were now able to get latest housing plans and also look for other supportive housing services.



</td>
 <td width="50%" align="left" valign="top" style="padding:10px">

<!----FEB Contact Form Script----> 
<script>
/**
 * This function will load all Streebo related files
 * @param callback 
 */
function StreeboFiles(callback) {
  var folderPath = window.configJSON.folderPath;
  if (window.configJSON.environment != "streebo") {
    loadjscssfile("js", folderPath + "/js/mobileforms.js", function () {
      loadjscssfile("js", folderPath + "/lib/dxa_resources.js", function () {
        if (!$) {
          loadjscssfile(
            "css",
            "https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css"
          );
          loadjscssfile("js", "https://code.jquery.com/ui/1.12.1/jquery-ui.js");
        }
        loadjscssfile("css", folderPath + "/css/mobileforms.css",callback);
      });
    });
  }
}
/**
 * This function will load all css related files
 * @param filetype
 * @param filename 
 * @param callback 
 */
function loadjscssfile(filetype, filename, callback) {
  var host = window.configJSON.cb_host || window.configJSON.serverURL;
  filename = host + filename;
  if (filetype == "js") {
    var fileref = document.createElement("script");
    fileref.setAttribute("type", "text/javascript");
    fileref.setAttribute("src", filename);
    fileref.onload = function () {
      console.log("Streebo js loaded");
      if (typeof callback != "undefined") callback();
    };
    document.getElementsByTagName("head")[0].appendChild(fileref);
  } else if (filetype == "css") {
    var fileref = document.createElement("link");
    fileref.setAttribute("rel", "stylesheet");
    fileref.setAttribute("type", "text/css");
    fileref.setAttribute("href", filename);
    fileref.onload = function () {
        console.log("Streebo css loaded");
        if (typeof callback != "undefined") callback();
      };
    document.getElementsByTagName("head")[0].appendChild(fileref);
  }
}

window.configJSON = {};
window.configJSON.serverURL = "https://production.streebo.com";
window.configJSON.folderPath = "/chatbot-services/Streebo";

StreeboFiles(function () {
  window.configJSON = {};
  window.configJSON.serverURL = "https://production.streebo.com";
  window.configJSON.cb_host = "https://production.streebo.com";
  window.configJSON.MFRestServiceURL = "https://production.streebo.com";
  MFWrapper.loadForms(undefined, undefined, function (response) {
    window.FEBPageCallWithOptions({
      appId: "d69bddc6-3086-404f-8e1d-533065a5b456",
      formId: "F_Streebo_Case_Studies",
      divId: "FEB_Streebo_Case_Studies",
    });
  });
});

</script>



<style>

#CustomePageMask {
    position: relative;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 1000;
    top: 0;
}

#CustomePageMask .loading {
    margin: -25px 0 0 -25px;
    border-bottom: 3px solid transparent;
    border-left: 3px solid transparent;
    border-right: 3px solid #415cf4 ;
    border-top: 3px solid #415cf4 ;
    border-radius: 100%;
    height: 30px;
    width: 30px;
    display: inline-block;
    -webkit-animation: spin .6s infinite linear;
    -moz-animation: spin .6s infinite linear;
    -ms-animation: spin .6s infinite linear;
    -o-animation: spin .6s infinite linear;
    animation: spin .6s infinite linear;
    position: absolute;
    top: 50%;
    left: 50%;
}

#CustomePageMask #maskMsg {
    color: #2bb6f6;
    font-size: 20px;
    margin-top: 20px;
    text-align: center;
    width: 100%;
}
	
label {
    display: none !important;
}
	
	.owl-carousel-ONE .owl-item img{ width: 100% !important; height: 100% !important}	
	
	
	@media only screen and (max-width:768px) {
	
	.owl-carousel-ONE .owl-item {
   height: 870px !important;
max-height: inherit !important;
		}
	}
	
	@media only screen and (min-width:769px) {
		.owl-carousel-ONE .owl-item {    	
		height:590px !important; max-height: inherit !important;}
	}
	
	
	#secondRow{display: none}
</style>




<div class="form p20 streeboFrm intractiveForm" id="FEB_Streebo_Case_Studies"> 
<div class="mask" id="CustomePageMask" style="display: block;"><div class="loading"></div><p id="maskMsg"></p></div>          
</div>
<!---[contact-form-7 id="239"  title="customers Form"]--->


 
</td>
            </tr>
            
            <tr id="secondRow">
              <td colspan="2"><h2 style="font-size:20px; margin:0; padding:0;"> You can now download the case study. Thanks for your Interest.</h2>
                <div id="loader"></div>
                <div id="" style="text-align:center">
                Thanks for your interest in our case study.
        <form action="http://www.streebo.com/PDF/American-constructor-case_study.pdf" method="get">
        <button type="submit" name="submit" class="submit-btn" style="background:#38b3e4; margin:10px auto !important; width:100%; max-width:150px" onClick="ga('send', 'event', 'download', 'click', 'case study download', '1');" />Download File</button>
                  </form>                  
                  <script>
 function downloadme(x){
    winObj = window.open(x,'','left=10000,screenX=10000');
    winObj.document.execCommand('SaveAs','null','download.pdf');
    winObj.close();
 }
 </script>
<h3 class="" style="text-decoration:underline; margin:20px 0"><strong> More Customer Stories </strong></h3>
        <div class="block25 p10 center">
<a href="https://www.streebo.com/gen-ai-agent-transform-ngo-engagement/"> <img decoding="async" src="https://www.streebo.com/wp-content/uploads/2025/09/img1-1.png " class="img-responsive"/></a>
<a href="https://www.streebo.com/gen-ai-agent-transform-ngo-engagement/"><h4 class="left">Gen AI Agent Transform NGO Engagement</h4></a>
</div>
 <div class="block25 p10 center">
<a href="https://www.streebo.com/ai-agent-travel-support-automation-case-study/"> <img decoding="async" src="https://www.streebo.com/wp-content/uploads/2025/08/How-a-Google-AI-Powered-AI-Agent-Helped.png " class="img-responsive"/></a>
<a href="https://www.streebo.com/ai-agent-travel-support-automation-case-study/"><h4 class="left">AI Agent Travel Support Automation Case Study</h4></a>
</div>
 <div class="block25 p10 center">
<a href="https://www.streebo.com/employee-ai-agent-solution/"> <img decoding="async" src="https://www.streebo.com/wp-content/uploads/2025/07/img1.png " class="img-responsive"/></a>
<a href="https://www.streebo.com/employee-ai-agent-solution/"><h4 class="left">Employee AI Agent Solution</h4></a>
</div>
 <div class="block25 p10 center">
<a href="https://www.streebo.com/fortune-500-oil-and-gas-major-selects-streebo-dx-accelerator-to-transform-their-enterprise-data-collection/"> <img decoding="async" src="https://www.streebo.com/wp-content/uploads/2018/02/Digital_OilGas.jpg " class="img-responsive"/></a>
<a href="https://www.streebo.com/fortune-500-oil-and-gas-major-selects-streebo-dx-accelerator-to-transform-their-enterprise-data-collection/"><h4 class="left">Fortune 500 Oil and Gas major selects transform their enterprise data collection</h4></a>
</div>
 <div class="block25 p10 center">
<a href="https://www.streebo.com/worlds-leading-bank-optimizes-its-customer-engagement-with-a-multi-channel-wealth-management-solution-using-streebos-banking-suite-2/"> <img decoding="async" src="https://www.streebo.com/wp-content/uploads/2020/07/casestudy20201.jpg " class="img-responsive"/></a>
<a href="https://www.streebo.com/worlds-leading-bank-optimizes-its-customer-engagement-with-a-multi-channel-wealth-management-solution-using-streebos-banking-suite-2/"><h4 class="left">World’s Leading Bank Optimizes its Customer Engagement with a Multi-Channel Wealth Management Solution using Streebo’s Banking Suite.</h4></a>
</div>
 <div class="block25 p10 center">
<a href="https://www.streebo.com/investment-agency-chatbot-case-study/"> <img decoding="async" src="https://www.streebo.com/wp-content/uploads/2025/01/img1.png " class="img-responsive"/></a>
<a href="https://www.streebo.com/investment-agency-chatbot-case-study/"><h4 class="left">IBM Watson &#038; Generative AI-Powered Chatbot for National Investment Promotion Agency</h4></a>
</div>
 <div class="block25 p10 center">
<a href="https://www.streebo.com/leading-housing-finance-company-digitally-transforms-its-deposit-sourcing-operations-with-streebo-dx-accelerator/"> <img decoding="async" src="https://www.streebo.com/wp-content/uploads/2018/03/Case-Study-Housing-Finance-thumb.jpg " class="img-responsive"/></a>
<a href="https://www.streebo.com/leading-housing-finance-company-digitally-transforms-its-deposit-sourcing-operations-with-streebo-dx-accelerator/"><h4 class="left">Leading Housing Finance Company digitally transforms its deposit sourcing operations</h4></a>
</div>
 <div class="block25 p10 center">
<a href="https://www.streebo.com/streebo-helped-a-leading-asian-insurer-develop-a-customer-assist-portal-for-policy-purchase-2/"> <img decoding="async" src="https://www.streebo.com/wp-content/uploads/2020/07/casestudy20203.jpg " class="img-responsive"/></a>
<a href="https://www.streebo.com/streebo-helped-a-leading-asian-insurer-develop-a-customer-assist-portal-for-policy-purchase-2/"><h4 class="left">Streebo helped a leading Asian Insurer develop a Customer Assist Portal for Policy Purchase</h4></a>
</div>
 <div class="block25 p10 center">
<a href="https://www.streebo.com/banking-crm-app/"> <img decoding="async" src="https://www.streebo.com/wp-content/uploads/2016/09/Banking-CRM-App-blog.jpg " class="img-responsive"/></a>
<a href="https://www.streebo.com/banking-crm-app/"><h4 class="left">Southern African Banking Giant empowers its sales advisors and positions itself as innovator with Streebo!</h4></a>
</div>
 <div class="block25 p10 center">
<a href="https://www.streebo.com/medium-sized-co-operative-credit-chatbot-case-study/"> <img decoding="async" src="https://www.streebo.com/wp-content/uploads/2018/05/Chatbot-on-Facebook.jpg " class="img-responsive"/></a>
<a href="https://www.streebo.com/medium-sized-co-operative-credit-chatbot-case-study/"><h4 class="left">Streebo helps Medium sized co-operative credit society to transform their customer service by building a Chatbot on Facebook Messenger</h4></a>
</div>
 
</div>
</td>
            </tr>
          </table>
        </div>
      </div>
      <div class="specer"></div>
      <div class="specer"></div>
    </div>
  </div>
</div><p>The post <a href="https://www.streebo.com/medium-sized-co-operative-credit-chatbot-case-study/">Streebo helps Medium sized co-operative credit society to transform their customer service by building a Chatbot on Facebook Messenger</a> first appeared on <a href="https://www.streebo.com"></a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://www.streebo.com/medium-sized-co-operative-credit-chatbot-case-study/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Identifying Vulnerabilities and App Testing for a Leading Tractor Financer in South Asia</title>
		<link>https://www.streebo.com/identifying-vulnerabilities-and-app-testing-for-a-leading-tractor-financer-in-south-asia/</link>
					<comments>https://www.streebo.com/identifying-vulnerabilities-and-app-testing-for-a-leading-tractor-financer-in-south-asia/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Mon, 14 Apr 2025 09:05:00 +0000</pubDate>
				<category><![CDATA[Customers]]></category>
		<category><![CDATA[Financial Services]]></category>
		<guid isPermaLink="false">http://www.streebo.com/?p=10543</guid>

					<description><![CDATA[<p>Our client, a leading tractor financer in South Asia offers a wide range of financial products to address varied customer requirements. <a href="https://www.streebo.com/identifying-vulnerabilities-and-app-testing-for-a-leading-tractor-financer-in-south-asia/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a href="https://www.streebo.com/identifying-vulnerabilities-and-app-testing-for-a-leading-tractor-financer-in-south-asia/">Identifying Vulnerabilities and App Testing for a Leading Tractor Financer in South Asia</a> first appeared on <a href="https://www.streebo.com"></a>.</p>]]></description>
										<content:encoded><![CDATA[<!---Banner--->
<div class="owl-carousel owl-theme owl-loaded" id="section" style="height:100px; background:#333"> </div>
<!---Tabed Slider---> 

<!---Spotlight--->
<div class="full-section gry-bg">
  <div class="fixed-content p10"> 
  <span class="breadcrumb"><a href="/">Home</a>&nbsp;&nbsp;/&nbsp;&nbsp;<a href="/mobile-app-development/resources">Resources</a>&nbsp;&nbsp;/&nbsp;&nbsp;
<a href="/category/customers">Customers</a>     
</span> 
  </div>
</div>
<div class="full-section Pearl-dark"  id="section2" style="background:#fff;">
  <div class="fixed-content">
    <div class="blockfull">
      <div class="block100 center">
        <h1>Identifying Vulnerabilities and App Testing for a Leading Tractor Financer in South Asia</h1>
       <!--- <img loading="lazy" decoding="async" src="https://www.streebo.com/wp-content/uploads/2019/05/Casestudy-MF-Identifying-Vulnerabilities-and-App-Testing-for-a-Leading-Tractor-Financer-in-South-Asia.jpg" width="163" height="107"><br>
        <span class="nrmltxt"> Thanks for your interest. Please fill this form and get a free download of the case study.<br>  </span>---></div>     
      <div class="block100 p10">
        <div class="block100 form streeboFrm">
          <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" style="margin:auto; text-align:justify">
            
             <tr id="fristRow">
            <td width="50%" align="justify" valign="top" style="padding:10px" id="HideCont">

Our client, a leading tractor financer in South Asia offers a wide range of financial products to address varied customer requirements. The company has clients from all strata of society, who are from different places (urban and rural) and use a variety of devices on different network coverages. So, when the tractor financer company decided to roll out a revamped app with a host of user-friendly features, they contacted Streebo to help them test the new application, find the loopholes and check it for vulnerabilities. For an app of such complex nature and large scale, even a single vulnerability could spell doom.



</td>
 <td width="50%" align="left" valign="top" style="padding:10px">

<!----FEB Contact Form Script----> 
<script>
/**
 * This function will load all Streebo related files
 * @param callback 
 */
function StreeboFiles(callback) {
  var folderPath = window.configJSON.folderPath;
  if (window.configJSON.environment != "streebo") {
    loadjscssfile("js", folderPath + "/js/mobileforms.js", function () {
      loadjscssfile("js", folderPath + "/lib/dxa_resources.js", function () {
        if (!$) {
          loadjscssfile(
            "css",
            "https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css"
          );
          loadjscssfile("js", "https://code.jquery.com/ui/1.12.1/jquery-ui.js");
        }
        loadjscssfile("css", folderPath + "/css/mobileforms.css",callback);
      });
    });
  }
}
/**
 * This function will load all css related files
 * @param filetype
 * @param filename 
 * @param callback 
 */
function loadjscssfile(filetype, filename, callback) {
  var host = window.configJSON.cb_host || window.configJSON.serverURL;
  filename = host + filename;
  if (filetype == "js") {
    var fileref = document.createElement("script");
    fileref.setAttribute("type", "text/javascript");
    fileref.setAttribute("src", filename);
    fileref.onload = function () {
      console.log("Streebo js loaded");
      if (typeof callback != "undefined") callback();
    };
    document.getElementsByTagName("head")[0].appendChild(fileref);
  } else if (filetype == "css") {
    var fileref = document.createElement("link");
    fileref.setAttribute("rel", "stylesheet");
    fileref.setAttribute("type", "text/css");
    fileref.setAttribute("href", filename);
    fileref.onload = function () {
        console.log("Streebo css loaded");
        if (typeof callback != "undefined") callback();
      };
    document.getElementsByTagName("head")[0].appendChild(fileref);
  }
}

window.configJSON = {};
window.configJSON.serverURL = "https://production.streebo.com";
window.configJSON.folderPath = "/chatbot-services/Streebo";

StreeboFiles(function () {
  window.configJSON = {};
  window.configJSON.serverURL = "https://production.streebo.com";
  window.configJSON.cb_host = "https://production.streebo.com";
  window.configJSON.MFRestServiceURL = "https://production.streebo.com";
  MFWrapper.loadForms(undefined, undefined, function (response) {
    window.FEBPageCallWithOptions({
      appId: "d69bddc6-3086-404f-8e1d-533065a5b456",
      formId: "F_Streebo_Case_Studies",
      divId: "FEB_Streebo_Case_Studies",
    });
  });
});

</script>



<style>

#CustomePageMask {
    position: relative;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 1000;
    top: 0;
}

#CustomePageMask .loading {
    margin: -25px 0 0 -25px;
    border-bottom: 3px solid transparent;
    border-left: 3px solid transparent;
    border-right: 3px solid #415cf4 ;
    border-top: 3px solid #415cf4 ;
    border-radius: 100%;
    height: 30px;
    width: 30px;
    display: inline-block;
    -webkit-animation: spin .6s infinite linear;
    -moz-animation: spin .6s infinite linear;
    -ms-animation: spin .6s infinite linear;
    -o-animation: spin .6s infinite linear;
    animation: spin .6s infinite linear;
    position: absolute;
    top: 50%;
    left: 50%;
}

#CustomePageMask #maskMsg {
    color: #2bb6f6;
    font-size: 20px;
    margin-top: 20px;
    text-align: center;
    width: 100%;
}
	
label {
    display: none !important;
}
	
	.owl-carousel-ONE .owl-item img{ width: 100% !important; height: 100% !important}	
	
	
	@media only screen and (max-width:768px) {
	
	.owl-carousel-ONE .owl-item {
   height: 870px !important;
max-height: inherit !important;
		}
	}
	
	@media only screen and (min-width:769px) {
		.owl-carousel-ONE .owl-item {    	
		height:590px !important; max-height: inherit !important;}
	}
	
	
	#secondRow{display: none}
</style>




<div class="form p20 streeboFrm intractiveForm" id="FEB_Streebo_Case_Studies"> 
<div class="mask" id="CustomePageMask" style="display: block;"><div class="loading"></div><p id="maskMsg"></p></div>          
</div>
<!---[contact-form-7 id="239"  title="customers Form"]--->



 
</td>
            </tr>
            
           <tr id="secondRow">
              <td colspan="2"><h2 style="font-size:20px; margin:0; padding:0;"> You can now download the case study. Thanks for your Interest.</h2>
                <div id="loader"></div>
                <div id="" style="text-align:center">
                Thanks for your interest in our case study.
        <form action="http://www.streebo.com/PDF/Casestudy-MF-Identifying-Vulnerabilities-and-App-Testing-for-a-Leading-Tractor-Financer-in-South-Asia.pdf" method="get">
        <button type="submit" name="submit" class="submit-btn" style="background:#38b3e4; margin:10px auto !important; width:100%; max-width:150px" onClick="ga('send', 'event', 'download', 'click', 'case study download', '1');" />Download File</button>
                  </form>                  
                  <script>
 function downloadme(x){
    winObj = window.open(x,'','left=10000,screenX=10000');
    winObj.document.execCommand('SaveAs','null','download.pdf');
    winObj.close();
 }
 </script>
<h3 class="" style="text-decoration:underline; margin:20px 0"><strong> More Customer Stories </strong></h3>
        <div class="block25 p10 center">
<a href="https://www.streebo.com/gen-ai-agent-transform-ngo-engagement/"> <img decoding="async" src="https://www.streebo.com/wp-content/uploads/2025/09/img1-1.png " class="img-responsive"/></a>
<a href="https://www.streebo.com/gen-ai-agent-transform-ngo-engagement/"><h4 class="left">Gen AI Agent Transform NGO Engagement</h4></a>
</div>
 <div class="block25 p10 center">
<a href="https://www.streebo.com/ai-agent-travel-support-automation-case-study/"> <img decoding="async" src="https://www.streebo.com/wp-content/uploads/2025/08/How-a-Google-AI-Powered-AI-Agent-Helped.png " class="img-responsive"/></a>
<a href="https://www.streebo.com/ai-agent-travel-support-automation-case-study/"><h4 class="left">AI Agent Travel Support Automation Case Study</h4></a>
</div>
 <div class="block25 p10 center">
<a href="https://www.streebo.com/employee-ai-agent-solution/"> <img decoding="async" src="https://www.streebo.com/wp-content/uploads/2025/07/img1.png " class="img-responsive"/></a>
<a href="https://www.streebo.com/employee-ai-agent-solution/"><h4 class="left">Employee AI Agent Solution</h4></a>
</div>
 <div class="block25 p10 center">
<a href="https://www.streebo.com/fortune-500-oil-and-gas-major-selects-streebo-dx-accelerator-to-transform-their-enterprise-data-collection/"> <img decoding="async" src="https://www.streebo.com/wp-content/uploads/2018/02/Digital_OilGas.jpg " class="img-responsive"/></a>
<a href="https://www.streebo.com/fortune-500-oil-and-gas-major-selects-streebo-dx-accelerator-to-transform-their-enterprise-data-collection/"><h4 class="left">Fortune 500 Oil and Gas major selects transform their enterprise data collection</h4></a>
</div>
 <div class="block25 p10 center">
<a href="https://www.streebo.com/worlds-leading-bank-optimizes-its-customer-engagement-with-a-multi-channel-wealth-management-solution-using-streebos-banking-suite-2/"> <img decoding="async" src="https://www.streebo.com/wp-content/uploads/2020/07/casestudy20201.jpg " class="img-responsive"/></a>
<a href="https://www.streebo.com/worlds-leading-bank-optimizes-its-customer-engagement-with-a-multi-channel-wealth-management-solution-using-streebos-banking-suite-2/"><h4 class="left">World’s Leading Bank Optimizes its Customer Engagement with a Multi-Channel Wealth Management Solution using Streebo’s Banking Suite.</h4></a>
</div>
 <div class="block25 p10 center">
<a href="https://www.streebo.com/investment-agency-chatbot-case-study/"> <img decoding="async" src="https://www.streebo.com/wp-content/uploads/2025/01/img1.png " class="img-responsive"/></a>
<a href="https://www.streebo.com/investment-agency-chatbot-case-study/"><h4 class="left">IBM Watson &#038; Generative AI-Powered Chatbot for National Investment Promotion Agency</h4></a>
</div>
 <div class="block25 p10 center">
<a href="https://www.streebo.com/leading-housing-finance-company-digitally-transforms-its-deposit-sourcing-operations-with-streebo-dx-accelerator/"> <img decoding="async" src="https://www.streebo.com/wp-content/uploads/2018/03/Case-Study-Housing-Finance-thumb.jpg " class="img-responsive"/></a>
<a href="https://www.streebo.com/leading-housing-finance-company-digitally-transforms-its-deposit-sourcing-operations-with-streebo-dx-accelerator/"><h4 class="left">Leading Housing Finance Company digitally transforms its deposit sourcing operations</h4></a>
</div>
 <div class="block25 p10 center">
<a href="https://www.streebo.com/streebo-helped-a-leading-asian-insurer-develop-a-customer-assist-portal-for-policy-purchase-2/"> <img decoding="async" src="https://www.streebo.com/wp-content/uploads/2020/07/casestudy20203.jpg " class="img-responsive"/></a>
<a href="https://www.streebo.com/streebo-helped-a-leading-asian-insurer-develop-a-customer-assist-portal-for-policy-purchase-2/"><h4 class="left">Streebo helped a leading Asian Insurer develop a Customer Assist Portal for Policy Purchase</h4></a>
</div>
 <div class="block25 p10 center">
<a href="https://www.streebo.com/banking-crm-app/"> <img decoding="async" src="https://www.streebo.com/wp-content/uploads/2016/09/Banking-CRM-App-blog.jpg " class="img-responsive"/></a>
<a href="https://www.streebo.com/banking-crm-app/"><h4 class="left">Southern African Banking Giant empowers its sales advisors and positions itself as innovator with Streebo!</h4></a>
</div>
 <div class="block25 p10 center">
<a href="https://www.streebo.com/medium-sized-co-operative-credit-chatbot-case-study/"> <img decoding="async" src="https://www.streebo.com/wp-content/uploads/2018/05/Chatbot-on-Facebook.jpg " class="img-responsive"/></a>
<a href="https://www.streebo.com/medium-sized-co-operative-credit-chatbot-case-study/"><h4 class="left">Streebo helps Medium sized co-operative credit society to transform their customer service by building a Chatbot on Facebook Messenger</h4></a>
</div>
 
</div>
</td>
            </tr>
          </table>
        </div>
      </div>
      <div class="specer"></div>
      <div class="specer"></div>
    </div>
  </div>
</div><p>The post <a href="https://www.streebo.com/medium-sized-co-operative-credit-chatbot-case-study/">Streebo helps Medium sized co-operative credit society to transform their customer service by building a Chatbot on Facebook Messenger</a> first appeared on <a href="https://www.streebo.com"></a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://www.streebo.com/medium-sized-co-operative-credit-chatbot-case-study/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Performance Testing For a Leading Housing Finance Company in Asia</title>
		<link>https://www.streebo.com/performance-testing-for-a-leading-housing-finance-company-in-asia/</link>
					<comments>https://www.streebo.com/performance-testing-for-a-leading-housing-finance-company-in-asia/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Mon, 14 Apr 2025 09:05:00 +0000</pubDate>
				<category><![CDATA[Customers]]></category>
		<category><![CDATA[Financial Services]]></category>
		<guid isPermaLink="false">http://www.streebo.com/?p=11097</guid>

					<description><![CDATA[<p>One of the leading housing finance company with over three decades of specialized experience in housing finance.  <a href="https://www.streebo.com/performance-testing-for-a-leading-housing-finance-company-in-asia/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a href="https://www.streebo.com/performance-testing-for-a-leading-housing-finance-company-in-asia/">Performance Testing For a Leading Housing Finance Company in Asia</a> first appeared on <a href="https://www.streebo.com"></a>.</p>]]></description>
										<content:encoded><![CDATA[<!---Banner--->
<div class="owl-carousel owl-theme owl-loaded" id="section" style="height:100px; background:#333"> </div>
<!---Tabed Slider---> 

<!---Spotlight--->
<div class="full-section gry-bg">
  <div class="fixed-content p10"> 
  <span class="breadcrumb"><a href="/">Home</a>&nbsp;&nbsp;/&nbsp;&nbsp;<a href="/mobile-app-development/resources">Resources</a>&nbsp;&nbsp;/&nbsp;&nbsp;
<a href="/category/customers">Customers</a>     
</span> 
  </div>
</div>
<div class="full-section Pearl-dark"  id="section2" style="background:#fff;">
  <div class="fixed-content">
    <div class="blockfull">
      <div class="block100 center">
        <h1>Performance Testing For a Leading Housing Finance Company in Asia</h1>
       <!--- <img loading="lazy" decoding="async" src="https://www.streebo.com/wp-content/uploads/2019/06/banner.jpg" width="163" height="107"><br>
        <span class="nrmltxt"> Thanks for your interest. Please fill this form and get a free download of the case study.<br>  </span>---></div>     
      <div class="block100 p10">
        <div class="block100 form streeboFrm">
          <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" style="margin:auto; text-align:justify">
            
           <tr id="firstRow">
            <td width="50%" align="justify" valign="top" style="padding:10px" id="HideCont">

One of the leading housing finance company with over three decades of specialized experience in
housing finance. They have a robust network of branches spread across the country which helps its
customers avail financial services (loans and deposits) seamlessly.



</td>
 <td width="50%" align="left" valign="top" style="padding:10px">

<!----FEB Contact Form Script----> 
<script>
/**
 * This function will load all Streebo related files
 * @param callback 
 */
function StreeboFiles(callback) {
  var folderPath = window.configJSON.folderPath;
  if (window.configJSON.environment != "streebo") {
    loadjscssfile("js", folderPath + "/js/mobileforms.js", function () {
      loadjscssfile("js", folderPath + "/lib/dxa_resources.js", function () {
        if (!$) {
          loadjscssfile(
            "css",
            "https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css"
          );
          loadjscssfile("js", "https://code.jquery.com/ui/1.12.1/jquery-ui.js");
        }
        loadjscssfile("css", folderPath + "/css/mobileforms.css",callback);
      });
    });
  }
}
/**
 * This function will load all css related files
 * @param filetype
 * @param filename 
 * @param callback 
 */
function loadjscssfile(filetype, filename, callback) {
  var host = window.configJSON.cb_host || window.configJSON.serverURL;
  filename = host + filename;
  if (filetype == "js") {
    var fileref = document.createElement("script");
    fileref.setAttribute("type", "text/javascript");
    fileref.setAttribute("src", filename);
    fileref.onload = function () {
      console.log("Streebo js loaded");
      if (typeof callback != "undefined") callback();
    };
    document.getElementsByTagName("head")[0].appendChild(fileref);
  } else if (filetype == "css") {
    var fileref = document.createElement("link");
    fileref.setAttribute("rel", "stylesheet");
    fileref.setAttribute("type", "text/css");
    fileref.setAttribute("href", filename);
    fileref.onload = function () {
        console.log("Streebo css loaded");
        if (typeof callback != "undefined") callback();
      };
    document.getElementsByTagName("head")[0].appendChild(fileref);
  }
}

window.configJSON = {};
window.configJSON.serverURL = "https://production.streebo.com";
window.configJSON.folderPath = "/chatbot-services/Streebo";

StreeboFiles(function () {
  window.configJSON = {};
  window.configJSON.serverURL = "https://production.streebo.com";
  window.configJSON.cb_host = "https://production.streebo.com";
  window.configJSON.MFRestServiceURL = "https://production.streebo.com";
  MFWrapper.loadForms(undefined, undefined, function (response) {
    window.FEBPageCallWithOptions({
      appId: "d69bddc6-3086-404f-8e1d-533065a5b456",
      formId: "F_Streebo_Case_Studies",
      divId: "FEB_Streebo_Case_Studies",
    });
  });
});

</script>



<style>

#CustomePageMask {
    position: relative;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 1000;
    top: 0;
}

#CustomePageMask .loading {
    margin: -25px 0 0 -25px;
    border-bottom: 3px solid transparent;
    border-left: 3px solid transparent;
    border-right: 3px solid #415cf4 ;
    border-top: 3px solid #415cf4 ;
    border-radius: 100%;
    height: 30px;
    width: 30px;
    display: inline-block;
    -webkit-animation: spin .6s infinite linear;
    -moz-animation: spin .6s infinite linear;
    -ms-animation: spin .6s infinite linear;
    -o-animation: spin .6s infinite linear;
    animation: spin .6s infinite linear;
    position: absolute;
    top: 50%;
    left: 50%;
}

#CustomePageMask #maskMsg {
    color: #2bb6f6;
    font-size: 20px;
    margin-top: 20px;
    text-align: center;
    width: 100%;
}
	
label {
    display: none !important;
}
	
	.owl-carousel-ONE .owl-item img{ width: 100% !important; height: 100% !important}	
	
	
	@media only screen and (max-width:768px) {
	
	.owl-carousel-ONE .owl-item {
   height: 870px !important;
max-height: inherit !important;
		}
	}
	
	@media only screen and (min-width:769px) {
		.owl-carousel-ONE .owl-item {    	
		height:590px !important; max-height: inherit !important;}
	}
	
	
	#secondRow{display: none}
</style>




<div class="form p20 streeboFrm intractiveForm" id="FEB_Streebo_Case_Studies"> 
<div class="mask" id="CustomePageMask" style="display: block;"><div class="loading"></div><p id="maskMsg"></p></div>          
</div>
<!---[contact-form-7 id="239"  title="customers Form"]--->



 
</td>
            </tr>
            
           <tr id="secondRow">
              <td colspan="2"><h2 style="font-size:20px; margin:0; padding:0;"> You can now download the case study. Thanks for your Interest.</h2>
                <div id="loader"></div>
                <div id="" style="text-align:center">
                Thanks for your interest in our case study.
        <form action="https://www.streebo.com/PDF/Housing-Finance-Company-Asia-Performance-Testing.pdf" method="get">
        <button type="submit" name="submit" class="submit-btn" style="background:#38b3e4; margin:10px auto !important; width:100%; max-width:150px" onClick="ga('send', 'event', 'download', 'click', 'case study download', '1');" />Download File</button>
                  </form>                  
                  <script>
 function downloadme(x){
    winObj = window.open(x,'','left=10000,screenX=10000');
    winObj.document.execCommand('SaveAs','null','download.pdf');
    winObj.close();
 }
 </script>
<h3 class="" style="text-decoration:underline; margin:20px 0"><strong> More Customer Stories </strong></h3>
        <div class="block25 p10 center">
<a href="https://www.streebo.com/gen-ai-agent-transform-ngo-engagement/"> <img decoding="async" src="https://www.streebo.com/wp-content/uploads/2025/09/img1-1.png " class="img-responsive"/></a>
<a href="https://www.streebo.com/gen-ai-agent-transform-ngo-engagement/"><h4 class="left">Gen AI Agent Transform NGO Engagement</h4></a>
</div>
 <div class="block25 p10 center">
<a href="https://www.streebo.com/ai-agent-travel-support-automation-case-study/"> <img decoding="async" src="https://www.streebo.com/wp-content/uploads/2025/08/How-a-Google-AI-Powered-AI-Agent-Helped.png " class="img-responsive"/></a>
<a href="https://www.streebo.com/ai-agent-travel-support-automation-case-study/"><h4 class="left">AI Agent Travel Support Automation Case Study</h4></a>
</div>
 <div class="block25 p10 center">
<a href="https://www.streebo.com/employee-ai-agent-solution/"> <img decoding="async" src="https://www.streebo.com/wp-content/uploads/2025/07/img1.png " class="img-responsive"/></a>
<a href="https://www.streebo.com/employee-ai-agent-solution/"><h4 class="left">Employee AI Agent Solution</h4></a>
</div>
 <div class="block25 p10 center">
<a href="https://www.streebo.com/fortune-500-oil-and-gas-major-selects-streebo-dx-accelerator-to-transform-their-enterprise-data-collection/"> <img decoding="async" src="https://www.streebo.com/wp-content/uploads/2018/02/Digital_OilGas.jpg " class="img-responsive"/></a>
<a href="https://www.streebo.com/fortune-500-oil-and-gas-major-selects-streebo-dx-accelerator-to-transform-their-enterprise-data-collection/"><h4 class="left">Fortune 500 Oil and Gas major selects transform their enterprise data collection</h4></a>
</div>
 <div class="block25 p10 center">
<a href="https://www.streebo.com/worlds-leading-bank-optimizes-its-customer-engagement-with-a-multi-channel-wealth-management-solution-using-streebos-banking-suite-2/"> <img decoding="async" src="https://www.streebo.com/wp-content/uploads/2020/07/casestudy20201.jpg " class="img-responsive"/></a>
<a href="https://www.streebo.com/worlds-leading-bank-optimizes-its-customer-engagement-with-a-multi-channel-wealth-management-solution-using-streebos-banking-suite-2/"><h4 class="left">World’s Leading Bank Optimizes its Customer Engagement with a Multi-Channel Wealth Management Solution using Streebo’s Banking Suite.</h4></a>
</div>
 <div class="block25 p10 center">
<a href="https://www.streebo.com/investment-agency-chatbot-case-study/"> <img decoding="async" src="https://www.streebo.com/wp-content/uploads/2025/01/img1.png " class="img-responsive"/></a>
<a href="https://www.streebo.com/investment-agency-chatbot-case-study/"><h4 class="left">IBM Watson &#038; Generative AI-Powered Chatbot for National Investment Promotion Agency</h4></a>
</div>
 <div class="block25 p10 center">
<a href="https://www.streebo.com/leading-housing-finance-company-digitally-transforms-its-deposit-sourcing-operations-with-streebo-dx-accelerator/"> <img decoding="async" src="https://www.streebo.com/wp-content/uploads/2018/03/Case-Study-Housing-Finance-thumb.jpg " class="img-responsive"/></a>
<a href="https://www.streebo.com/leading-housing-finance-company-digitally-transforms-its-deposit-sourcing-operations-with-streebo-dx-accelerator/"><h4 class="left">Leading Housing Finance Company digitally transforms its deposit sourcing operations</h4></a>
</div>
 <div class="block25 p10 center">
<a href="https://www.streebo.com/streebo-helped-a-leading-asian-insurer-develop-a-customer-assist-portal-for-policy-purchase-2/"> <img decoding="async" src="https://www.streebo.com/wp-content/uploads/2020/07/casestudy20203.jpg " class="img-responsive"/></a>
<a href="https://www.streebo.com/streebo-helped-a-leading-asian-insurer-develop-a-customer-assist-portal-for-policy-purchase-2/"><h4 class="left">Streebo helped a leading Asian Insurer develop a Customer Assist Portal for Policy Purchase</h4></a>
</div>
 <div class="block25 p10 center">
<a href="https://www.streebo.com/banking-crm-app/"> <img decoding="async" src="https://www.streebo.com/wp-content/uploads/2016/09/Banking-CRM-App-blog.jpg " class="img-responsive"/></a>
<a href="https://www.streebo.com/banking-crm-app/"><h4 class="left">Southern African Banking Giant empowers its sales advisors and positions itself as innovator with Streebo!</h4></a>
</div>
 <div class="block25 p10 center">
<a href="https://www.streebo.com/medium-sized-co-operative-credit-chatbot-case-study/"> <img decoding="async" src="https://www.streebo.com/wp-content/uploads/2018/05/Chatbot-on-Facebook.jpg " class="img-responsive"/></a>
<a href="https://www.streebo.com/medium-sized-co-operative-credit-chatbot-case-study/"><h4 class="left">Streebo helps Medium sized co-operative credit society to transform their customer service by building a Chatbot on Facebook Messenger</h4></a>
</div>
 
</div>
</td>
            </tr>
          </table>
        </div>
      </div>
      <div class="specer"></div>
      <div class="specer"></div>
    </div>
  </div>
</div><p>The post <a href="https://www.streebo.com/medium-sized-co-operative-credit-chatbot-case-study/">Streebo helps Medium sized co-operative credit society to transform their customer service by building a Chatbot on Facebook Messenger</a> first appeared on <a href="https://www.streebo.com"></a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://www.streebo.com/medium-sized-co-operative-credit-chatbot-case-study/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>A Government Administration Agency in Middle East initiates its Digital Transformation via development of Mobile App &#038; a Conversational Interface powered by HCL and Streebo.</title>
		<link>https://www.streebo.com/a-government-administration-agency-in-middle-east-initiates-its-digital-transformation-via-development-of-mobile-app-a-conversational-interface-powered-by-hcl-and-streebo/</link>
					<comments>https://www.streebo.com/a-government-administration-agency-in-middle-east-initiates-its-digital-transformation-via-development-of-mobile-app-a-conversational-interface-powered-by-hcl-and-streebo/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Mon, 14 Apr 2025 09:05:00 +0000</pubDate>
				<category><![CDATA[Customers]]></category>
		<category><![CDATA[Financial Services]]></category>
		<guid isPermaLink="false">http://www.streebo.com/?p=16026</guid>

					<description><![CDATA[<p>Our client is an Administrative.... <a href="https://www.streebo.com/a-government-administration-agency-in-middle-east-initiates-its-digital-transformation-via-development-of-mobile-app-a-conversational-interface-powered-by-hcl-and-streebo/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a href="https://www.streebo.com/a-government-administration-agency-in-middle-east-initiates-its-digital-transformation-via-development-of-mobile-app-a-conversational-interface-powered-by-hcl-and-streebo/">A Government Administration Agency in Middle East initiates its Digital Transformation via development of Mobile App & a Conversational Interface powered by HCL and Streebo.</a> first appeared on <a href="https://www.streebo.com"></a>.</p>]]></description>
										<content:encoded><![CDATA[<!---Banner--->
<div class="owl-carousel owl-theme owl-loaded" id="section" style="height:100px; background:#333"> </div>
<!---Tabed Slider---> 

<!---Spotlight--->
<div class="full-section gry-bg">
  <div class="fixed-content p10"> 
  <span class="breadcrumb"><a href="/">Home</a>&nbsp;&nbsp;/&nbsp;&nbsp;<a href="/mobile-app-development/resources">Resources</a>&nbsp;&nbsp;/&nbsp;&nbsp;
<a href="/customers">Customers</a>     
</span> 
  </div>
</div>
<div class="full-section Pearl-dark"  id="section2" style="background:#fff;">
  <div class="fixed-content">
    <div class="blockfull">
      <div class="block100 center">
        <h1>A Government Administration Agency in Middle East initiates its Digital Transformation via development of Mobile App &#038; a Conversational Interface powered by HCL and Streebo.</h1>
       <!--- <img loading="lazy" decoding="async" src="https://www.streebo.com/wp-content/uploads/2021/01/A-Government-Administration.jpg" width="163" height="107"><br>
        <span class="nrmltxt"> Thanks for your interest. Please fill this form and get a free download of the case study.<br>  </span>---></div>     
      <div class="block100 p10">
        <div class="block100 form streeboFrm">
          <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" style="margin:auto; text-align:justify">
            
            <tr id="firstRow">
            <td width="50%" align="justify" valign="top" style="padding:10px" id="HideCont">
   Our client is an Administrative Federal Agency in Middle East that handles client’s e-requests such as building services, delivery services, municipal services, among others. Our client uses e-portal Web Application to handle their client’s e-requests/queries but with increase in customer requests, the waiting time to resolve customer queries has increased manifolds, and the delayed response is proving detrimental to the overall Customer Experience.



</td>
 <td width="50%" align="left" valign="top" style="padding:10px">
<!----FEB Contact Form Script----> 
<script>
/**
 * This function will load all Streebo related files
 * @param callback 
 */
function StreeboFiles(callback) {
  var folderPath = window.configJSON.folderPath;
  if (window.configJSON.environment != "streebo") {
    loadjscssfile("js", folderPath + "/js/mobileforms.js", function () {
      loadjscssfile("js", folderPath + "/lib/dxa_resources.js", function () {
        if (!$) {
          loadjscssfile(
            "css",
            "https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css"
          );
          loadjscssfile("js", "https://code.jquery.com/ui/1.12.1/jquery-ui.js");
        }
        loadjscssfile("css", folderPath + "/css/mobileforms.css",callback);
      });
    });
  }
}
/**
 * This function will load all css related files
 * @param filetype
 * @param filename 
 * @param callback 
 */
function loadjscssfile(filetype, filename, callback) {
  var host = window.configJSON.cb_host || window.configJSON.serverURL;
  filename = host + filename;
  if (filetype == "js") {
    var fileref = document.createElement("script");
    fileref.setAttribute("type", "text/javascript");
    fileref.setAttribute("src", filename);
    fileref.onload = function () {
      console.log("Streebo js loaded");
      if (typeof callback != "undefined") callback();
    };
    document.getElementsByTagName("head")[0].appendChild(fileref);
  } else if (filetype == "css") {
    var fileref = document.createElement("link");
    fileref.setAttribute("rel", "stylesheet");
    fileref.setAttribute("type", "text/css");
    fileref.setAttribute("href", filename);
    fileref.onload = function () {
        console.log("Streebo css loaded");
        if (typeof callback != "undefined") callback();
      };
    document.getElementsByTagName("head")[0].appendChild(fileref);
  }
}

window.configJSON = {};
window.configJSON.serverURL = "https://production.streebo.com";
window.configJSON.folderPath = "/chatbot-services/Streebo";

StreeboFiles(function () {
  window.configJSON = {};
  window.configJSON.serverURL = "https://production.streebo.com";
  window.configJSON.cb_host = "https://production.streebo.com";
  window.configJSON.MFRestServiceURL = "https://production.streebo.com";
  MFWrapper.loadForms(undefined, undefined, function (response) {
    window.FEBPageCallWithOptions({
      appId: "d69bddc6-3086-404f-8e1d-533065a5b456",
      formId: "F_Streebo_Case_Studies",
      divId: "FEB_Streebo_Case_Studies",
    });
  });
});

</script>



<style>

#CustomePageMask {
    position: relative;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 1000;
    top: 0;
}

#CustomePageMask .loading {
    margin: -25px 0 0 -25px;
    border-bottom: 3px solid transparent;
    border-left: 3px solid transparent;
    border-right: 3px solid #415cf4 ;
    border-top: 3px solid #415cf4 ;
    border-radius: 100%;
    height: 30px;
    width: 30px;
    display: inline-block;
    -webkit-animation: spin .6s infinite linear;
    -moz-animation: spin .6s infinite linear;
    -ms-animation: spin .6s infinite linear;
    -o-animation: spin .6s infinite linear;
    animation: spin .6s infinite linear;
    position: absolute;
    top: 50%;
    left: 50%;
}

#CustomePageMask #maskMsg {
    color: #2bb6f6;
    font-size: 20px;
    margin-top: 20px;
    text-align: center;
    width: 100%;
}
	
label {
    display: none !important;
}
	
	.owl-carousel-ONE .owl-item img{ width: 100% !important; height: 100% !important}	
	
	
	@media only screen and (max-width:768px) {
	
	.owl-carousel-ONE .owl-item {
   height: 870px !important;
max-height: inherit !important;
		}
	}
	
	@media only screen and (min-width:769px) {
		.owl-carousel-ONE .owl-item {    	
		height:590px !important; max-height: inherit !important;}
	}
	
	
	#secondRow{display: none}
</style>




<div class="form p20 streeboFrm intractiveForm" id="FEB_Streebo_Case_Studies"> 
<div class="mask" id="CustomePageMask" style="display: block;"><div class="loading"></div><p id="maskMsg"></p></div>          
</div>
<!---[contact-form-7 id="239"  title="customers Form"]--->



 
</td>
            </tr>
            
            <tr id="secondRow">
              <td colspan="2"><h2 style="font-size:20px; margin:0; padding:0;"> You can now download the case study. Thanks for your Interest.</h2>
                <div id="loader"></div>
                <div id="" style="text-align:center">
                Thanks for your interest in our case study.
        <form action="http://www.streebo.com/PDF/A-Government-Administratio-Agency-in-Middle-East-HCL-Leap.pdf" method="get">
        <button type="submit" name="submit" class="submit-btn" style="background:#38b3e4; margin:10px auto !important; width:100%; max-width:150px" onClick="ga('send', 'event', 'download', 'click', 'case study download', '1');" />Download File</button>
                  </form>                  
                  <script>
 function downloadme(x){
    winObj = window.open(x,'','left=10000,screenX=10000');
    winObj.document.execCommand('SaveAs','null','download.pdf');
    winObj.close();
 }
 </script>
<h3 class="" style="text-decoration:underline; margin:20px 0"><strong> More Customer Stories </strong></h3>
        <div class="block25 p10 center">
<a href="https://www.streebo.com/gen-ai-agent-transform-ngo-engagement/"> <img decoding="async" src="https://www.streebo.com/wp-content/uploads/2025/09/img1-1.png " class="img-responsive"/></a>
<a href="https://www.streebo.com/gen-ai-agent-transform-ngo-engagement/"><h4 class="left">Gen AI Agent Transform NGO Engagement</h4></a>
</div>
 <div class="block25 p10 center">
<a href="https://www.streebo.com/ai-agent-travel-support-automation-case-study/"> <img decoding="async" src="https://www.streebo.com/wp-content/uploads/2025/08/How-a-Google-AI-Powered-AI-Agent-Helped.png " class="img-responsive"/></a>
<a href="https://www.streebo.com/ai-agent-travel-support-automation-case-study/"><h4 class="left">AI Agent Travel Support Automation Case Study</h4></a>
</div>
 <div class="block25 p10 center">
<a href="https://www.streebo.com/employee-ai-agent-solution/"> <img decoding="async" src="https://www.streebo.com/wp-content/uploads/2025/07/img1.png " class="img-responsive"/></a>
<a href="https://www.streebo.com/employee-ai-agent-solution/"><h4 class="left">Employee AI Agent Solution</h4></a>
</div>
 <div class="block25 p10 center">
<a href="https://www.streebo.com/fortune-500-oil-and-gas-major-selects-streebo-dx-accelerator-to-transform-their-enterprise-data-collection/"> <img decoding="async" src="https://www.streebo.com/wp-content/uploads/2018/02/Digital_OilGas.jpg " class="img-responsive"/></a>
<a href="https://www.streebo.com/fortune-500-oil-and-gas-major-selects-streebo-dx-accelerator-to-transform-their-enterprise-data-collection/"><h4 class="left">Fortune 500 Oil and Gas major selects transform their enterprise data collection</h4></a>
</div>
 <div class="block25 p10 center">
<a href="https://www.streebo.com/worlds-leading-bank-optimizes-its-customer-engagement-with-a-multi-channel-wealth-management-solution-using-streebos-banking-suite-2/"> <img decoding="async" src="https://www.streebo.com/wp-content/uploads/2020/07/casestudy20201.jpg " class="img-responsive"/></a>
<a href="https://www.streebo.com/worlds-leading-bank-optimizes-its-customer-engagement-with-a-multi-channel-wealth-management-solution-using-streebos-banking-suite-2/"><h4 class="left">World’s Leading Bank Optimizes its Customer Engagement with a Multi-Channel Wealth Management Solution using Streebo’s Banking Suite.</h4></a>
</div>
 <div class="block25 p10 center">
<a href="https://www.streebo.com/investment-agency-chatbot-case-study/"> <img decoding="async" src="https://www.streebo.com/wp-content/uploads/2025/01/img1.png " class="img-responsive"/></a>
<a href="https://www.streebo.com/investment-agency-chatbot-case-study/"><h4 class="left">IBM Watson &#038; Generative AI-Powered Chatbot for National Investment Promotion Agency</h4></a>
</div>
 <div class="block25 p10 center">
<a href="https://www.streebo.com/leading-housing-finance-company-digitally-transforms-its-deposit-sourcing-operations-with-streebo-dx-accelerator/"> <img decoding="async" src="https://www.streebo.com/wp-content/uploads/2018/03/Case-Study-Housing-Finance-thumb.jpg " class="img-responsive"/></a>
<a href="https://www.streebo.com/leading-housing-finance-company-digitally-transforms-its-deposit-sourcing-operations-with-streebo-dx-accelerator/"><h4 class="left">Leading Housing Finance Company digitally transforms its deposit sourcing operations</h4></a>
</div>
 <div class="block25 p10 center">
<a href="https://www.streebo.com/streebo-helped-a-leading-asian-insurer-develop-a-customer-assist-portal-for-policy-purchase-2/"> <img decoding="async" src="https://www.streebo.com/wp-content/uploads/2020/07/casestudy20203.jpg " class="img-responsive"/></a>
<a href="https://www.streebo.com/streebo-helped-a-leading-asian-insurer-develop-a-customer-assist-portal-for-policy-purchase-2/"><h4 class="left">Streebo helped a leading Asian Insurer develop a Customer Assist Portal for Policy Purchase</h4></a>
</div>
 <div class="block25 p10 center">
<a href="https://www.streebo.com/banking-crm-app/"> <img decoding="async" src="https://www.streebo.com/wp-content/uploads/2016/09/Banking-CRM-App-blog.jpg " class="img-responsive"/></a>
<a href="https://www.streebo.com/banking-crm-app/"><h4 class="left">Southern African Banking Giant empowers its sales advisors and positions itself as innovator with Streebo!</h4></a>
</div>
 <div class="block25 p10 center">
<a href="https://www.streebo.com/medium-sized-co-operative-credit-chatbot-case-study/"> <img decoding="async" src="https://www.streebo.com/wp-content/uploads/2018/05/Chatbot-on-Facebook.jpg " class="img-responsive"/></a>
<a href="https://www.streebo.com/medium-sized-co-operative-credit-chatbot-case-study/"><h4 class="left">Streebo helps Medium sized co-operative credit society to transform their customer service by building a Chatbot on Facebook Messenger</h4></a>
</div>
 
</div>
</td>
            </tr>
          </table>
        </div>
      </div>
      <div class="specer"></div>
      <div class="specer"></div>
    </div>
  </div>
</div><p>The post <a href="https://www.streebo.com/medium-sized-co-operative-credit-chatbot-case-study/">Streebo helps Medium sized co-operative credit society to transform their customer service by building a Chatbot on Facebook Messenger</a> first appeared on <a href="https://www.streebo.com"></a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://www.streebo.com/medium-sized-co-operative-credit-chatbot-case-study/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced 
Content Delivery Network via N/A
Minified using Disk
Database Caching using Disk

Served from: www.streebo.com @ 2026-06-25 20:52:51 by W3 Total Cache
-->