Module maintained by Message Agency

This suite of modules supports integration with Salesforce by synchronizing Drupal entities (E.g., users, nodes, files) with Salesforce objects (E.g., contacts, organizations, opportunities). It supports pushing Drupal data to Salesforce as well as pulling, or importing, Salesforce data into Drupal. Changes can be made in real time or asynchronously in batches during cron run.

Installing

Get started with Salesforce Quick Start guide

Quick start (recommended install)

composer require drupal/salesforce drupal/salesforce_jwt drupal/salesforce_mapping drupal/salesforce_push drupal/salesforce_pull drupal/salesforce_mapping_ui

drush en salesforce salesforce_jwt salesforce_mapping salesforce_push salesforce_pull salesforce_mapping_ui -y

Requirements

Using composer to manage builds is strongly recommended. If you're not yet using a composer-based build, you will need to manually add the following packages (typically done via composer require $package_name):

Composer dependencies

Drupal module dependencies

Support

  • A community documentation page is available on Drupal.org. Please add your notes on solving issues and configuring the module there.
  • Please search the issue queue before filing an issue, and update to latest development release to make sure your problem has not already been fixed. Issues filed using the issue summary template will receive priority over other issues.

Drupal 10

Salesforce 5.0.2 fully supports Drupal 10.

Drupal 9

Salesforce 5.x fully supports Drupal 9

Drupal 8

Drupal 8 is no longer supported. Drupal 8 branches will not receive any additional updates.

Drupal 7

Drupal 7 is no longer actively supported, and will receive minimal attention: security and major bug fixes only

Modules

  • Salesforce Integration (salesforce): wrapper around REST API, Events definitions.
  • Salesforce Mapping (salesforce_mapping): Map Drupal entities to Salesforce fields, including field level mapping.
  • Salesforce Mapping UI (salesforce_mapping_ui): User interface for building mappings.
  • Salesforce Push (salesforce_push): Push Drupal entity updates into Salesforce.
  • Salesforce Pull (salesforce_pull): Pull Salesforce object updates into Drupal on cron run. (Salesforce Outbound Notifications are not supported.)
  • Salesforce JWT: OAuth JWT authentication support. Recommended auth plugin.

    Note, salesforce_jwt is not vulnerable to CVE-2021-46743. See this comment for more information: #3343671-3: Possible security vulnerability: Increase firebase/php-jwt > 6.0
  • Salesforce OAuth legacy OAuth User-Agent flow. Not recommended.
  • Salesforce Logger: Consolidated logging for Salesforce events.
  • Salesforce SOAP: bridge to Salesforce PHP Toolkit SOAP client. This module doesn't do anything on its own, but allows contrib to leverage SOAP features where necessary.
  • Salesforce Example (salesforce_example): living documentation for Salesforce Suite API implementations.

Module history

Read some history about Message Agency's work on this module.

This module is in no way affiliated with Salesforce.com, Inc. No endorsement is expressed or implied. Salesforce.com, Inc. and the Salesforce.com logo are trademarks of Salesforce.com, Inc.

 

Supporting organizations: 
Lead developers and maintainers

Project information

Releases