Tag: Integration
-
Point & Click Based Integration Between Facebook Messenger And Salesforce In 5 Minutes
How to setup Facebook Messenger and Service Cloud in Salesforce within 5 Minutes Using Digital Engagement & No Code Approach
-
Salesforce Integration Patterns & Best Practices – with Video
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
-
Federated Search in Salesforce
Search content of Jitendra Zaa’s blog using federated search in Salesforce
-
Defining pipe delimited separator in Mulesoft 3 & 4
How to use Pipe delimiter as separator in Mulesoft 3 and 4
-
Use pipe delimited file to upsert record in Mulesoft 3
Use Mulesoft to upsert record in Salesforce using Pipe delimited file
-
Salesforce Integration with SQL Server Integration Services
Video – Connecting SQL Server Integration Services (SSIS) with Salesforce using COZYROC Connector
-
10 Salesforce Integration design considerations from Architect point of view – Mind Mapping included
After working on multiple Salesforce implementation project as an Architect, its time to share what I learned from those implementations and would strongly suggest to be considered before designing any “Salesforce Integration”. Below image shows “integration mind mapping” used by me. I use it to consider some major aspects while discussing integration approaches with enterprise architects in…
-
Salesforce to Salesforce integration using Canvas
After writing this article Salesforce has enabled CSP (Content Security Policy) which restricts adding Salesforce in iFrame. We can add MyDomain URL as CSP whitelisting and it works only if user already logged into other Salesforce instance. However, if user is not logged into other instance , internally OAuth navigates through login.salesforce.com which is too…
-
Salesforce to Salesforce integration using Named Credentials in 5 lines
I have already written article to integrate Salesforce with other Salesforce instance around 3 years back. In last 3 years, Salesforce has changed a lot. This time I will integrate Salesforce with other Salesforce only only in 5 lines of code, can you believe it 🙂 ? Check my old article, and its around 50+…
-
Call Salesforce REST API from Apex
Use Apex to call Salesforce REST API with sample source code