<?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>Oil &amp; Gas |</title>
	<atom:link href="https://www.streebo.com/tag/oil-gas/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 US oil &#038; gas major transforms its refinery inspection process with Mobile Forms</title>
		<link>https://www.streebo.com/leading-us-oil-gas-major-transforms-its-refinery-inspection-process-with-mobile-forms/</link>
					<comments>https://www.streebo.com/leading-us-oil-gas-major-transforms-its-refinery-inspection-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[Oil & Gas]]></category>
		<guid isPermaLink="false">http://www.streebo.com/?p=1431</guid>

					<description><![CDATA[<p>A leading Fortune              500 corporation, engaged in the              manifold processes associated               <a href="https://www.streebo.com/leading-us-oil-gas-major-transforms-its-refinery-inspection-process-with-mobile-forms/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a href="https://www.streebo.com/leading-us-oil-gas-major-transforms-its-refinery-inspection-process-with-mobile-forms/">Leading US oil & gas major transforms its refinery inspection 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 US oil &#038; gas major transforms its refinery inspection process with Mobile Forms</h1>
       <!--- <img decoding="async" src="https://www.streebo.com/wp-content/uploads/2017/03/Leading-US-oil-gas-inspection-process-with-Mobile-Forms.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>A leading Fortune              500 corporation, engaged in the              manifold processes associated              with natural gas felt the need to increase worker efficiency by streamlining their data              collection process and reducing the time lost during migration and manual data              entry of these paper forms. </p><br/>
              <p>They wanted a mobile solution which would help their                technicians enter data faster, access the inspection forms even with no network                connectivity, and automatically connect it to their existing backends.<br/><br/>
                
                Streebo Mobile Forms helped the energy major increase their refinery personnel efficiency by saving 80 hours every month in data entry &amp; correction.
                Download the case study to learn in detail how Streebo Mobile Forms solved the customer problem. 
              </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/Leading-US-oil-gas-inspection-process-with-Mobile-Forms.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>Fortune 500 Oil and Gas major selects transform their enterprise data collection</title>
		<link>https://www.streebo.com/fortune-500-oil-and-gas-major-selects-streebo-dx-accelerator-to-transform-their-enterprise-data-collection/</link>
					<comments>https://www.streebo.com/fortune-500-oil-and-gas-major-selects-streebo-dx-accelerator-to-transform-their-enterprise-data-collection/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Mon, 14 Apr 2025 09:05:00 +0000</pubDate>
				<category><![CDATA[Customers]]></category>
		<category><![CDATA[Oil & Gas]]></category>
		<category><![CDATA[Utility]]></category>
		<guid isPermaLink="false">http://www.streebo.com/?p=4801</guid>

					<description><![CDATA[<p>Are you still using paper, spreadsheet or PDF processes across your organization? Looking for a comprehensive digital solution <a href="https://www.streebo.com/fortune-500-oil-and-gas-major-selects-streebo-dx-accelerator-to-transform-their-enterprise-data-collection/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a href="https://www.streebo.com/fortune-500-oil-and-gas-major-selects-streebo-dx-accelerator-to-transform-their-enterprise-data-collection/">Fortune 500 Oil and Gas major selects transform their enterprise data collection</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>Fortune 500 Oil and Gas major selects transform their enterprise data collection</h1>
       <!--- <img decoding="async" src="https://www.streebo.com/wp-content/uploads/2018/02/Digital_OilGas.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">
        Are you still using paper, spreadsheet or PDF processes across your organization? Looking for a comprehensive digital solution which can automate the data collecting processes across various functions like operation, accounting, marketing and HR.  <br/><br/>
Learn how Streebo extended and transformed all inefficient processes of a leading Oil &#038; Gas major to mobile, thus helping them achieve their digital transformation initiatives faster.
</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/Digital_Oil&#038;Gas.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 one of the world’s largest energy midstream service providers in U.S.</title>
		<link>https://www.streebo.com/streebo-helps-one-of-the-worlds-largest-energy-midstream-service-providers-in-u-s/</link>
					<comments>https://www.streebo.com/streebo-helps-one-of-the-worlds-largest-energy-midstream-service-providers-in-u-s/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Mon, 14 Apr 2025 09:05:00 +0000</pubDate>
				<category><![CDATA[Customers]]></category>
		<category><![CDATA[Oil & Gas]]></category>
		<guid isPermaLink="false">http://www.streebo.com/?p=8608</guid>

					<description><![CDATA[<p>Streebo helped the customer to migrate from FEB to HCL LEAP with added feature<br />
and enhancements. <a href="https://www.streebo.com/streebo-helps-one-of-the-worlds-largest-energy-midstream-service-providers-in-u-s/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a href="https://www.streebo.com/streebo-helps-one-of-the-worlds-largest-energy-midstream-service-providers-in-u-s/">Streebo helps one of the world’s largest energy midstream service providers in U.S.</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>Streebo helps one of the world’s largest energy midstream service providers in U.S.</h1>
       <!--- <img decoding="async" src="https://www.streebo.com/wp-content/uploads/2019/03/Untitled-1.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">
Streebo helped the customer to migrate from FEB to HCL LEAP with added feature
and enhancements. As a result, the field inspection and reporting process became
streamlined. As the machine and worker efficiency increased, productivity increased
too


</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/Streebo-Case-Study-2.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>Case study for A Chatbot for Oil &#038; Gas Refinery: Rapidly Roll-out Smart Bots with IBM &#038; Streebo</title>
		<link>https://www.streebo.com/case-study-for-a-chatbot-for-oil-gas-refinery-rapidly-roll-out-smart-bots-with-ibm-streebo/</link>
					<comments>https://www.streebo.com/case-study-for-a-chatbot-for-oil-gas-refinery-rapidly-roll-out-smart-bots-with-ibm-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[Oil & Gas]]></category>
		<guid isPermaLink="false">http://www.streebo.com/?p=16058</guid>

					<description><![CDATA[<p>Streebo helped the client to handle their customer queries and enhance their customer experience by embedding omnichannel AI Powered Conversational Interface on their multiple platforms. <a href="https://www.streebo.com/case-study-for-a-chatbot-for-oil-gas-refinery-rapidly-roll-out-smart-bots-with-ibm-streebo/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a href="https://www.streebo.com/case-study-for-a-chatbot-for-oil-gas-refinery-rapidly-roll-out-smart-bots-with-ibm-streebo/">Case study for A Chatbot for Oil & Gas Refinery: Rapidly Roll-out Smart Bots with IBM & 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>Case study for A Chatbot for Oil &#038; Gas Refinery: Rapidly Roll-out Smart Bots with IBM &#038; Streebo</h1>
       <!--- <img loading="lazy" decoding="async" src="https://www.streebo.com/wp-content/uploads/2021/02/Case-study-for-A-Chatbot-for-Smart-Bots-with-IBM-Streebo.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">
  Streebo helped the client to handle their customer queries and enhance their customer experience by embedding omnichannel AI Powered Conversational Interface on their multiple platforms.



</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-for-A-chatbot-for-Oil-and-Gas-Refinery.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 01:32:19 by W3 Total Cache
-->