Contact Us 1-800-596-4880

Salesforce Data Cloud Connector 1.2 - Mule 4

Anypoint Connector for Salesforce Data Cloud (Salesforce Data Cloud Connector) provides a quick and easy way to integrate with Salesforce Data Cloud API endpoints. You can automate data ingestion from third parties, query the Data Cloud Data Lake, search and query customer profile information and calculated insights, and consume data action events to enrich the 360-degree view of the customers in your Data Cloud instance.

Each API call uses a request/response pattern over an HTTPS connection. All required request headers, error handling, and HTTPS connection configurations are built into the connector.

For information about compatibility and fixed issues, refer to the Salesforce Data Cloud Connector release notes.

Before You Begin

To use this connector, you must be familiar with:

Before creating an app, you must have:

  • Set up the Ingestion API

  • Credentials to access the Salesforce Data Cloud target resource

  • Anypoint Platform

  • Anypoint Studio version 7.11.x or later

Set Up the Ingestion API

To use Salesforce Data Cloud Connector, you must first set up the Ingestion API. For more information, refer to Connect MuleSoft with Data Cloud.

After setting up the Ingestion API, refer to Next Step to configure your connector.

Common Use Cases For the Connector

These are some common use cases for Salesforce Data Cloud Connector:

  • Stream data via insert and delete object endpoints of the Ingestion API Connector

  • Create a bulk job, upload job data, close or abort a job, get a job status, and delete a job as part of the Bulk Ingestion interaction pattern of the Ingestion API Connector

  • Query Data Cloud objects

  • Query Salesforce Data Cloud data lake across data model, lake, unified, and linked objects

  • Query calculated insights with selected dimensions, selected measures, and optional filters

  • Look up and search customer profile information

  • Create webhooks as data action targets for data actions in Data Cloud

For examples, see Salesforce Data Cloud Connector Examples use cases.

Connection Types

Salesforce Data Cloud connections use the following authentication types:

  • OAuth JWT

    Uses OAuth 2.0 with a JSON Web token (JWT) request for user authentication

  • OAuth Username Password

    Uses OAuth 2.0 with a username and password for authentication

For information about configuring authentication types, see Using Anypoint Studio to Configure Salesforce Data Cloud Connector.

Next Step

After you complete the prerequisites, you are ready to create an app and configure the connector using Anypoint Studio.

View on GitHub