<?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>Firewall &#8211; Jitendra Zaa</title>
	<atom:link href="https://www.jitendrazaa.com/blog/tag/firewall/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.jitendrazaa.com/blog</link>
	<description>AI, Salesforce, ServiceNow &#38; Enterprise Tech Guides</description>
	<lastBuildDate>Mon, 03 Feb 2020 01:57:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
<site xmlns="com-wordpress:feed-additions:1">87744916</site><atom:link rel="search" type="application/opensearchdescription+xml" title="Search Jitendra Zaa" href="https://www.jitendrazaa.com/blog/wp-json/opensearch/1.1/document" />	<item>
		<title>Salesforce Integration Patterns &#038; Best Practices &#8211; with Video</title>
		<link>https://www.jitendrazaa.com/blog/salesforce/salesforce-integration-patterns-best-practices-with-video/</link>
					<comments>https://www.jitendrazaa.com/blog/salesforce/salesforce-integration-patterns-best-practices-with-video/#comments</comments>
		
		<dc:creator><![CDATA[Jitendra]]></dc:creator>
		<pubDate>Mon, 03 Feb 2020 01:42:49 +0000</pubDate>
				<category><![CDATA[Salesforce]]></category>
		<category><![CDATA[Firewall]]></category>
		<category><![CDATA[Integration]]></category>
		<category><![CDATA[Mulesoft]]></category>
		<category><![CDATA[Proxy Server]]></category>
		<category><![CDATA[Reverse Proxy]]></category>
		<category><![CDATA[Security]]></category>
		<guid isPermaLink="false">https://www.jitendrazaa.com/blog/?p=6975</guid>

					<description><![CDATA[When to use which integration patterns in Salesforce along with best practices. Video to show how to use Outbound message to integrate Salesforce without writing code]]></description>
										<content:encoded><![CDATA[
<p class="justify">Recently I gave talk in one of most active webinar of Salesforce ecosystem today &#8211; <a href="http://www.apexhours.com/">Apex hours</a> on topic <strong>Integration Patterns and Best Practices in Salesforce</strong>. </p>



<p class="justify">Response was more than expected and questions were high quality. Therefore, I thought to quickly write high level summary of presentation in this blog post along with <a href="https://www.youtube.com/watch?v=2ITAPPQaCig">Youtube video</a> that you can find towards the end of this post.</p>



<h2 class="wp-block-heading">Firewall, Proxy and Reverse Proxy</h2>



<p class="justify">Before integrating anything with Salesforce, as per Architect, it is necessary which system components are important for security and may impact with integration pattern to be used.</p>



<p class="justify"><strong>Firewalls</strong> : It controls and protects Malicious Traffics. Firewall can be hardware or software based. </p>



<p class="justify"><strong>Proxy aka Forward Proxy</strong> : Proxy normally configured in your browser or systems like VsCode, data loader, eclipse to hide your actual identity. Every outgoing request transmits through proxy server to make sure external systems unaware about your true origin and identity</p>



<p class="justify"><strong>Reverse Proxy</strong> : Its used by Web Servers and sits before it. It can server any purpose like authentication or perform security related stuff. Best example is <strong>Mulesoft</strong> where we can configure API proxy which is used to apply throttling, avoiding DoS attacks or applying SLA as per licenses provided to customer</p>



<span id="more-6975"></span>



<h2 class="wp-block-heading">Factors affecting Integration Patterns</h2>



<figure class="wp-block-gallery columns-1 is-cropped wp-block-gallery-1 is-layout-flex wp-block-gallery-is-layout-flex"><ul class="blocks-gallery-grid"><li class="blocks-gallery-item"><figure><img data-recalc-dims="1" fetchpriority="high" decoding="async" width="1024" height="576" src="https://i0.wp.com/www.jitendrazaa.com/blog/wp-content/uploads/2020/02/Top-factors-affecting-Integration-Patterns.png?resize=1024%2C576&#038;ssl=1" alt="" data-id="6977" data-full-url="https://www.jitendrazaa.com/blog/wp-content/uploads/2020/02/Top-factors-affecting-Integration-Patterns.png" data-link="https://www.jitendrazaa.com/blog/?attachment_id=6977" class="wp-image-6977" srcset="https://i0.wp.com/www.jitendrazaa.com/blog/wp-content/uploads/2020/02/Top-factors-affecting-Integration-Patterns.png?resize=1024%2C576&amp;ssl=1 1024w, https://i0.wp.com/www.jitendrazaa.com/blog/wp-content/uploads/2020/02/Top-factors-affecting-Integration-Patterns.png?resize=300%2C169&amp;ssl=1 300w, https://i0.wp.com/www.jitendrazaa.com/blog/wp-content/uploads/2020/02/Top-factors-affecting-Integration-Patterns.png?resize=768%2C432&amp;ssl=1 768w, https://i0.wp.com/www.jitendrazaa.com/blog/wp-content/uploads/2020/02/Top-factors-affecting-Integration-Patterns.png?resize=1536%2C864&amp;ssl=1 1536w, https://i0.wp.com/www.jitendrazaa.com/blog/wp-content/uploads/2020/02/Top-factors-affecting-Integration-Patterns.png?resize=1200%2C675&amp;ssl=1 1200w, https://i0.wp.com/www.jitendrazaa.com/blog/wp-content/uploads/2020/02/Top-factors-affecting-Integration-Patterns.png?w=2048&amp;ssl=1 2048w" sizes="(max-width: 1000px) 100vw, 1000px" /></figure></li></ul></figure>



<p>At high level, there are <strong>five types</strong> of integration patterns in Salesforce</p>



<ol class="justify wp-block-list"><li>Request and Reply</li><li>Fire and Forget</li><li>Batch Data Synchronization</li><li>Remote Call In</li><li>Data Virtualization</li></ol>



<h3 class="wp-block-heading">1. Request and Reply</h3>



<p>Few options available in request &amp; reply integration patterns</p>



<ul class="justify wp-block-list"><li>External Services</li><li>LWC, Visual force calling external system</li><li>Callouts from Trigger</li><li>Batch Apex invoking external system</li></ul>



<figure class="wp-block-gallery columns-1 is-cropped wp-block-gallery-2 is-layout-flex wp-block-gallery-is-layout-flex"><ul class="blocks-gallery-grid"><li class="blocks-gallery-item"><figure><img data-recalc-dims="1" decoding="async" width="1024" height="576" src="https://i0.wp.com/www.jitendrazaa.com/blog/wp-content/uploads/2020/02/Request-Reply-Pattern-in-Salesforce.png?resize=1024%2C576&#038;ssl=1" alt="" data-id="6976" data-full-url="https://www.jitendrazaa.com/blog/wp-content/uploads/2020/02/Request-Reply-Pattern-in-Salesforce.png" data-link="https://www.jitendrazaa.com/blog/?attachment_id=6976" class="wp-image-6976" srcset="https://i0.wp.com/www.jitendrazaa.com/blog/wp-content/uploads/2020/02/Request-Reply-Pattern-in-Salesforce.png?resize=1024%2C576&amp;ssl=1 1024w, https://i0.wp.com/www.jitendrazaa.com/blog/wp-content/uploads/2020/02/Request-Reply-Pattern-in-Salesforce.png?resize=300%2C169&amp;ssl=1 300w, https://i0.wp.com/www.jitendrazaa.com/blog/wp-content/uploads/2020/02/Request-Reply-Pattern-in-Salesforce.png?resize=768%2C432&amp;ssl=1 768w, https://i0.wp.com/www.jitendrazaa.com/blog/wp-content/uploads/2020/02/Request-Reply-Pattern-in-Salesforce.png?resize=1536%2C864&amp;ssl=1 1536w, https://i0.wp.com/www.jitendrazaa.com/blog/wp-content/uploads/2020/02/Request-Reply-Pattern-in-Salesforce.png?resize=1200%2C675&amp;ssl=1 1200w, https://i0.wp.com/www.jitendrazaa.com/blog/wp-content/uploads/2020/02/Request-Reply-Pattern-in-Salesforce.png?w=2048&amp;ssl=1 2048w" sizes="(max-width: 1000px) 100vw, 1000px" /></figure></li></ul><figcaption class="blocks-gallery-caption">Request and Reply Integration Pattern in Salesforce</figcaption></figure>



<h3 class="wp-block-heading">2. Fire &amp; Forget</h3>



<figure class="wp-block-gallery columns-1 is-cropped wp-block-gallery-3 is-layout-flex wp-block-gallery-is-layout-flex"><ul class="blocks-gallery-grid"><li class="blocks-gallery-item"><figure><img data-recalc-dims="1" decoding="async" width="1024" height="576" src="https://i0.wp.com/www.jitendrazaa.com/blog/wp-content/uploads/2020/02/Fire-Forget-Platform-Event-1024x576.png?resize=1024%2C576&#038;ssl=1" alt="" data-id="6978" data-full-url="https://www.jitendrazaa.com/blog/wp-content/uploads/2020/02/Fire-Forget-Platform-Event.png" data-link="https://www.jitendrazaa.com/blog/?attachment_id=6978" class="wp-image-6978" srcset="https://i0.wp.com/www.jitendrazaa.com/blog/wp-content/uploads/2020/02/Fire-Forget-Platform-Event.png?resize=1024%2C576&amp;ssl=1 1024w, https://i0.wp.com/www.jitendrazaa.com/blog/wp-content/uploads/2020/02/Fire-Forget-Platform-Event.png?resize=300%2C169&amp;ssl=1 300w, https://i0.wp.com/www.jitendrazaa.com/blog/wp-content/uploads/2020/02/Fire-Forget-Platform-Event.png?resize=768%2C432&amp;ssl=1 768w, https://i0.wp.com/www.jitendrazaa.com/blog/wp-content/uploads/2020/02/Fire-Forget-Platform-Event.png?resize=1536%2C864&amp;ssl=1 1536w, https://i0.wp.com/www.jitendrazaa.com/blog/wp-content/uploads/2020/02/Fire-Forget-Platform-Event.png?resize=1200%2C675&amp;ssl=1 1200w, https://i0.wp.com/www.jitendrazaa.com/blog/wp-content/uploads/2020/02/Fire-Forget-Platform-Event.png?w=2048&amp;ssl=1 2048w" sizes="(max-width: 1000px) 100vw, 1000px" /></figure></li></ul><figcaption class="blocks-gallery-caption">Fire &amp; Forget &#8211; Platform events created by point &amp; click</figcaption></figure>



<figure class="wp-block-image size-large"><img data-recalc-dims="1" loading="lazy" decoding="async" width="1024" height="576" src="https://i0.wp.com/www.jitendrazaa.com/blog/wp-content/uploads/2020/02/FIre-Forget-Platform-event-Apex-based.png?resize=1024%2C576&#038;ssl=1" alt="" class="wp-image-6979" srcset="https://i0.wp.com/www.jitendrazaa.com/blog/wp-content/uploads/2020/02/FIre-Forget-Platform-event-Apex-based.png?resize=1024%2C576&amp;ssl=1 1024w, https://i0.wp.com/www.jitendrazaa.com/blog/wp-content/uploads/2020/02/FIre-Forget-Platform-event-Apex-based.png?resize=300%2C169&amp;ssl=1 300w, https://i0.wp.com/www.jitendrazaa.com/blog/wp-content/uploads/2020/02/FIre-Forget-Platform-event-Apex-based.png?resize=768%2C432&amp;ssl=1 768w, https://i0.wp.com/www.jitendrazaa.com/blog/wp-content/uploads/2020/02/FIre-Forget-Platform-event-Apex-based.png?resize=1536%2C864&amp;ssl=1 1536w, https://i0.wp.com/www.jitendrazaa.com/blog/wp-content/uploads/2020/02/FIre-Forget-Platform-event-Apex-based.png?resize=1200%2C675&amp;ssl=1 1200w, https://i0.wp.com/www.jitendrazaa.com/blog/wp-content/uploads/2020/02/FIre-Forget-Platform-event-Apex-based.png?w=2048&amp;ssl=1 2048w" sizes="auto, (max-width: 1000px) 100vw, 1000px" /><figcaption>Fire &amp; Forget &#8211; Platform event created by Apex  / Code</figcaption></figure>



<figure class="wp-block-image size-large"><img data-recalc-dims="1" loading="lazy" decoding="async" width="1024" height="576" src="https://i0.wp.com/www.jitendrazaa.com/blog/wp-content/uploads/2020/02/Fire-Forget-Outbound-Messages.png?resize=1024%2C576&#038;ssl=1" alt="" class="wp-image-6980" srcset="https://i0.wp.com/www.jitendrazaa.com/blog/wp-content/uploads/2020/02/Fire-Forget-Outbound-Messages.png?resize=1024%2C576&amp;ssl=1 1024w, https://i0.wp.com/www.jitendrazaa.com/blog/wp-content/uploads/2020/02/Fire-Forget-Outbound-Messages.png?resize=300%2C169&amp;ssl=1 300w, https://i0.wp.com/www.jitendrazaa.com/blog/wp-content/uploads/2020/02/Fire-Forget-Outbound-Messages.png?resize=768%2C432&amp;ssl=1 768w, https://i0.wp.com/www.jitendrazaa.com/blog/wp-content/uploads/2020/02/Fire-Forget-Outbound-Messages.png?resize=1536%2C864&amp;ssl=1 1536w, https://i0.wp.com/www.jitendrazaa.com/blog/wp-content/uploads/2020/02/Fire-Forget-Outbound-Messages.png?resize=1200%2C675&amp;ssl=1 1200w, https://i0.wp.com/www.jitendrazaa.com/blog/wp-content/uploads/2020/02/Fire-Forget-Outbound-Messages.png?w=2048&amp;ssl=1 2048w" sizes="auto, (max-width: 1000px) 100vw, 1000px" /><figcaption>Fire &amp; Forget &#8211; Outbound Messages</figcaption></figure>



<figure class="wp-block-image size-large"><img data-recalc-dims="1" loading="lazy" decoding="async" width="1024" height="576" src="https://i0.wp.com/www.jitendrazaa.com/blog/wp-content/uploads/2020/02/Fire-Forget-Apex-Based.png?resize=1024%2C576&#038;ssl=1" alt="" class="wp-image-6981" srcset="https://i0.wp.com/www.jitendrazaa.com/blog/wp-content/uploads/2020/02/Fire-Forget-Apex-Based.png?resize=1024%2C576&amp;ssl=1 1024w, https://i0.wp.com/www.jitendrazaa.com/blog/wp-content/uploads/2020/02/Fire-Forget-Apex-Based.png?resize=300%2C169&amp;ssl=1 300w, https://i0.wp.com/www.jitendrazaa.com/blog/wp-content/uploads/2020/02/Fire-Forget-Apex-Based.png?resize=768%2C432&amp;ssl=1 768w, https://i0.wp.com/www.jitendrazaa.com/blog/wp-content/uploads/2020/02/Fire-Forget-Apex-Based.png?resize=1536%2C864&amp;ssl=1 1536w, https://i0.wp.com/www.jitendrazaa.com/blog/wp-content/uploads/2020/02/Fire-Forget-Apex-Based.png?resize=1200%2C675&amp;ssl=1 1200w, https://i0.wp.com/www.jitendrazaa.com/blog/wp-content/uploads/2020/02/Fire-Forget-Apex-Based.png?w=2048&amp;ssl=1 2048w" sizes="auto, (max-width: 1000px) 100vw, 1000px" /><figcaption>Fire &amp; Forget &#8211; Callout using Apex (Sub optimal Solution)</figcaption></figure>



<h3 class="wp-block-heading">3. Batch Data Synchronization</h3>



<figure class="wp-block-image size-large"><img data-recalc-dims="1" loading="lazy" decoding="async" width="1024" height="576" src="https://i0.wp.com/www.jitendrazaa.com/blog/wp-content/uploads/2020/02/Batch-Integration.png?resize=1024%2C576&#038;ssl=1" alt="" class="wp-image-6982" srcset="https://i0.wp.com/www.jitendrazaa.com/blog/wp-content/uploads/2020/02/Batch-Integration.png?resize=1024%2C576&amp;ssl=1 1024w, https://i0.wp.com/www.jitendrazaa.com/blog/wp-content/uploads/2020/02/Batch-Integration.png?resize=300%2C169&amp;ssl=1 300w, https://i0.wp.com/www.jitendrazaa.com/blog/wp-content/uploads/2020/02/Batch-Integration.png?resize=768%2C432&amp;ssl=1 768w, https://i0.wp.com/www.jitendrazaa.com/blog/wp-content/uploads/2020/02/Batch-Integration.png?resize=1536%2C864&amp;ssl=1 1536w, https://i0.wp.com/www.jitendrazaa.com/blog/wp-content/uploads/2020/02/Batch-Integration.png?resize=1200%2C675&amp;ssl=1 1200w, https://i0.wp.com/www.jitendrazaa.com/blog/wp-content/uploads/2020/02/Batch-Integration.png?w=2048&amp;ssl=1 2048w" sizes="auto, (max-width: 1000px) 100vw, 1000px" /><figcaption>Salesforce Integration Pattern &#8211; Batch Integration</figcaption></figure>



<h3 class="wp-block-heading">4. Remote Call-in</h3>



<figure class="wp-block-image size-large"><img data-recalc-dims="1" loading="lazy" decoding="async" width="1024" height="576" src="https://i0.wp.com/www.jitendrazaa.com/blog/wp-content/uploads/2020/02/SOAP-or-REST-Based-Integration.png?resize=1024%2C576&#038;ssl=1" alt="" class="wp-image-6983" srcset="https://i0.wp.com/www.jitendrazaa.com/blog/wp-content/uploads/2020/02/SOAP-or-REST-Based-Integration.png?resize=1024%2C576&amp;ssl=1 1024w, https://i0.wp.com/www.jitendrazaa.com/blog/wp-content/uploads/2020/02/SOAP-or-REST-Based-Integration.png?resize=300%2C169&amp;ssl=1 300w, https://i0.wp.com/www.jitendrazaa.com/blog/wp-content/uploads/2020/02/SOAP-or-REST-Based-Integration.png?resize=768%2C432&amp;ssl=1 768w, https://i0.wp.com/www.jitendrazaa.com/blog/wp-content/uploads/2020/02/SOAP-or-REST-Based-Integration.png?resize=1536%2C864&amp;ssl=1 1536w, https://i0.wp.com/www.jitendrazaa.com/blog/wp-content/uploads/2020/02/SOAP-or-REST-Based-Integration.png?resize=1200%2C675&amp;ssl=1 1200w, https://i0.wp.com/www.jitendrazaa.com/blog/wp-content/uploads/2020/02/SOAP-or-REST-Based-Integration.png?w=2048&amp;ssl=1 2048w" sizes="auto, (max-width: 1000px) 100vw, 1000px" /><figcaption>Salesforce Integration Pattern &#8211; Using Standard SOAP or REST API to perform DML in Salesforce</figcaption></figure>



<figure class="wp-block-image size-large"><img data-recalc-dims="1" loading="lazy" decoding="async" width="1024" height="576" src="https://i0.wp.com/www.jitendrazaa.com/blog/wp-content/uploads/2020/02/Custom-Apex-based-API.png?resize=1024%2C576&#038;ssl=1" alt="" class="wp-image-6984" srcset="https://i0.wp.com/www.jitendrazaa.com/blog/wp-content/uploads/2020/02/Custom-Apex-based-API.png?resize=1024%2C576&amp;ssl=1 1024w, https://i0.wp.com/www.jitendrazaa.com/blog/wp-content/uploads/2020/02/Custom-Apex-based-API.png?resize=300%2C169&amp;ssl=1 300w, https://i0.wp.com/www.jitendrazaa.com/blog/wp-content/uploads/2020/02/Custom-Apex-based-API.png?resize=768%2C432&amp;ssl=1 768w, https://i0.wp.com/www.jitendrazaa.com/blog/wp-content/uploads/2020/02/Custom-Apex-based-API.png?resize=1536%2C864&amp;ssl=1 1536w, https://i0.wp.com/www.jitendrazaa.com/blog/wp-content/uploads/2020/02/Custom-Apex-based-API.png?resize=1200%2C675&amp;ssl=1 1200w, https://i0.wp.com/www.jitendrazaa.com/blog/wp-content/uploads/2020/02/Custom-Apex-based-API.png?w=2048&amp;ssl=1 2048w" sizes="auto, (max-width: 1000px) 100vw, 1000px" /><figcaption>Salesforce Integration Pattern &#8211; Using custom API built via Apex (Sub Optimal)</figcaption></figure>



<h3 class="wp-block-heading">5. Data Virtualization</h3>



<figure class="wp-block-gallery columns-1 is-cropped wp-block-gallery-4 is-layout-flex wp-block-gallery-is-layout-flex"><ul class="blocks-gallery-grid"><li class="blocks-gallery-item"><figure><img data-recalc-dims="1" loading="lazy" decoding="async" width="1024" height="576" src="https://i0.wp.com/www.jitendrazaa.com/blog/wp-content/uploads/2020/02/Data-Virtualization-Salesforce-Connect.png?resize=1024%2C576&#038;ssl=1" alt="" data-id="6985" data-full-url="https://www.jitendrazaa.com/blog/wp-content/uploads/2020/02/Data-Virtualization-Salesforce-Connect.png" data-link="https://www.jitendrazaa.com/blog/?attachment_id=6985" class="wp-image-6985" srcset="https://i0.wp.com/www.jitendrazaa.com/blog/wp-content/uploads/2020/02/Data-Virtualization-Salesforce-Connect.png?resize=1024%2C576&amp;ssl=1 1024w, https://i0.wp.com/www.jitendrazaa.com/blog/wp-content/uploads/2020/02/Data-Virtualization-Salesforce-Connect.png?resize=300%2C169&amp;ssl=1 300w, https://i0.wp.com/www.jitendrazaa.com/blog/wp-content/uploads/2020/02/Data-Virtualization-Salesforce-Connect.png?resize=768%2C432&amp;ssl=1 768w, https://i0.wp.com/www.jitendrazaa.com/blog/wp-content/uploads/2020/02/Data-Virtualization-Salesforce-Connect.png?resize=1536%2C864&amp;ssl=1 1536w, https://i0.wp.com/www.jitendrazaa.com/blog/wp-content/uploads/2020/02/Data-Virtualization-Salesforce-Connect.png?resize=1200%2C675&amp;ssl=1 1200w, https://i0.wp.com/www.jitendrazaa.com/blog/wp-content/uploads/2020/02/Data-Virtualization-Salesforce-Connect.png?w=2048&amp;ssl=1 2048w" sizes="auto, (max-width: 1000px) 100vw, 1000px" /></figure></li></ul><figcaption class="blocks-gallery-caption">Salesforce Connect vs Custom API Callouts using LWC or Visualforce</figcaption></figure>



<h3 class="wp-block-heading">Youtube Video on Salesforce Integration Pattern</h3>



<figure class="wp-block-embed-youtube wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe loading="lazy" title="Salesforce Integration Patterns &amp; Best Practices" width="500" height="281" src="https://www.youtube.com/embed/2ITAPPQaCig?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div><figcaption>Apex hours video &#8211; Salesforce integration patterns and best practices</figcaption></figure>



<h3 class="wp-block-heading">Reference</h3>



<ul class="justify wp-block-list"><li><a href="https://www.udemy.com/course/salesforcedx/learn/lecture/17472546#overview">Mastering Salesforce DX and VSCode</a></li><li><a href="https://trailhead.salesforce.com/en/content/learn/modules/platform_events_basics/platform_events_define_publish">Platform Event Basics</a> &#8211; Trailhead</li><li><a href="https://resources.docs.salesforce.com/224/latest/en-us/sfdc/pdf/integration_patterns_and_practices.pdf">Salesforce Documentation </a>on Integration Patterns</li><li><a href="https://www.youtube.com/watch?v=lFf6j_wF8ng">Implementing External Services</a> &#8211; Episode 10 of Path to code</li><li><a href="https://www.youtube.com/watch?v=B7oJtkT4pQI">Integrating Salesforce using Rest API</a> &#8211; Episode 8 of Path to code</li></ul>



<p></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.jitendrazaa.com/blog/salesforce/salesforce-integration-patterns-best-practices-with-video/feed/</wfw:commentRss>
			<slash:comments>15</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">6975</post-id>	</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 
Minified using Disk

Served from: www.jitendrazaa.com @ 2026-04-11 13:35:06 by W3 Total Cache
-->