Skip to main content

Salesforce object (Bulk API)

Overview

Salesforce is a cloud-based CRM software designed for service, marketing, and sales.

Salesforce objects are database tables that permit you to store data that's specific to an organization. Salesforce objects are of two types:

  • Standard Objects: Standard objects are the kind of objects that are provided by salesforce.com such as users, contracts, reports, dashboards, etc.
  • Custom Objects: Custom objects are those objects that are created by users. They supply information that's unique and essential to their organization. Custom objects are the heart of any application and provide a structure for sharing data.
tip

The Salesforce Object (Bulk API) source supports batch syncs.

## Info tab

You can find the parameters in the Info tab below (Image 1).

Values

ParameterDescriptionExample
TitleMandatory. Input a name for your data syncSalesforce bulk API to Cinchy
DescriptionOptional. Add in a description for your sync. There is a 500 character limit in thie field.
VariablesOptional. Review our documentation on Variables here for more information about this field.
PermissionsData syncs are role based access systems where you can give specific groups read, write, execute, and/or all of the above with admin access. Inputting at least an Admin Group is mandatory.

Source tab

The following table outlines the mandatory and optional parameters you will find on the Source tab (Image 2).

The following parameters will help to define your data sync source and how it functions.

ParameterDescriptionExample
SourceMandatory. Select your source from the drop-down menu.Salesforce Object (Bulk API)
ObjectMandatory. Name of your Salesforce Object.
Auth URLMandatory. URL for Salesforce auth token. Auth URL.
Client IDMandatory. Encrypted Client ID for Salesforce Object.
Client SecretMandatory. Encrypted Client Secret.
UsernameMandatory. Encrypted username to connect to Salesforce Object.
PasswordMandatory. Encrypted password for the above username.
Test ConnectionUse "Test Connection" to validate credentials. Pop-ups for successful or failed connections will appear.

Image 2: The Source Tab

## Next steps