Skip to content

Tag: salesforce integration

JSForce Logo
JavaScript

Connecting to the Salesforce APIs through Node.js

There are a number of different JavaScript modules or libraries that are available on npm to connect to the different REST based Salesforce APIs. In this post, I show my favourite library.

May 1, 2022
Programming

What the heck is an Integration?

Integrations allow businesses to potentially save a lot of money by reducing duplicate data entry, reducing licensing costs, and allowing systems to interact end to end.

April 26, 2022
Outbound message
Programming

Using Salesforce Outbound Messages for Integrations

An outbound message sends information in XML format using SOAP to a specific URL endpoint. The information contains the fields specified when the outbound message is created.

September 29, 2020
Programming

Common Salesforce Integration Patterns

Understanding what Salesforce Integration Pattern to use is vital to a successful Salesforce implementation. Choosing the wrong pattern can result in a really weak architecture that fails regularly, or costs a lot.

August 25, 2020
Programming

Salesforce Integration – Planning & Documentation

The first step for a successful integration is understanding the goals, planning and documenting the current processes. The most important thing is to understand the stakeholders and what they need to do with the data.

August 4, 2020
Programming

Common Reasons Salesforce Integrations Fail

Moving data between systems consistently through an integration can be difficult especially given all of the limits that Salesforce throws at us! The purpose of this blog post is talk about all of the common reasons that a Salesforce integration could fail.

July 28, 2020
Programming

Reasons To Integrate Salesforce

When we integrate something we are connecting two applications or systems together so they can talk to each other and share data. There's a lot of business benefits to integrating Salesforce with other systems whether it be your enterprise resource planning system (ERP), your accounting software (Quickbooks, Simply Accounting, etc), or even your case management system.

July 21, 2020
Salesforce Logo
Programming

Integrating Salesforce With Other Apps – A Series!

Salesforce has really transformed a lot of companies I've been involved with because it's made the sales team way more effective and allowed all people that need access to know what's going on. Integrating Salesforce with other apps has the potential to dramatically improve efficiency and productivity in businesses.

July 14, 2020