Integrating with Salesforce

How to push Salesforce lead data to the BankingBridge API

Overview

The BankingBridge API is located on an Amazon AWS REST service.

For reference on the API endpoints, read BankingBridge API Reference.

For the package download, click here.

To learn more about the BankingBridge API, read the User Install Guide.

The primary two endpoints to which Lead data is pushed from Salesforce are:

Leads data flow

To accomplish the goal of pushing real time lead data from Salesforce to the BankingBridge API, a Salesforce package was created consisting of various underlying APEX code components and interfaces.

Here is a high level diagram of the flow of data when leads are created and updated within Salesforce.

284

Salesforce leads to BankingBridge API data flow

The individual components of this package are described and outlined in corresponding sections below.