Salesloft Connector for CData Sync

Build 23.0.8839
  • Salesloft
    • Establishing a Connection
    • Data Model
      • Tables
        • Accounts
        • CadenceMemberships
        • CalendarEvents
        • Calls
        • CustomFields
        • Imports
        • Meetings
        • MeetingSettings
        • Notes
        • PendingEmails
        • People
        • PersonStages
        • SavedListViews
        • Tasks
        • WebhookSubscriptions
      • Views
        • AccountStages
        • AccountTiers
        • ActionDetails
        • Actions
        • ActivityHistories
        • Cadences
        • CallDataRecords
        • CallDispositions
        • CallerIDs
        • CallSentiments
        • ConversationsCalls
        • CRMActivities
        • CRMActivityFields
        • CRMUsers
        • Emails
        • EmailTemplateAttachments
        • EmailTemplates
        • Groups
        • MIMEEmailPayloads
        • PhoneNumberAssignments
        • RecordingSettings
        • Roles
        • Steps
        • Successes
        • Tags
        • Team
        • TeamTemplateAttachments
        • TeamTemplates
        • Users
    • Connection String Options
      • Authentication
        • AuthScheme
        • APIKey
      • OAuth
        • OAuthClientId
        • OAuthClientSecret
      • SSL
        • SSLServerCert
      • Firewall
        • FirewallType
        • FirewallServer
        • FirewallPort
        • FirewallUser
        • FirewallPassword
      • Proxy
        • ProxyAutoDetect
        • ProxyServer
        • ProxyPort
        • ProxyAuthScheme
        • ProxyUser
        • ProxyPassword
        • ProxySSLType
        • ProxyExceptions
      • Logging
        • LogModules
      • Schema
        • Location
        • BrowsableSchemas
        • Tables
        • Views
      • Miscellaneous
        • IncludeFiltersAsViews
        • ImpersonatedUserId
        • MaxRows
        • Other
        • PseudoColumns
        • Timeout
        • UserDefinedViews

Salesloft Connector for CData Sync

Overview

The CData Sync App provides a straightforward way to continuously pipeline your Salesloft data to any database, data lake, or data warehouse, making it easily available for Analytics, Reporting, AI, and Machine Learning.

The Salesloft connector can be used from the CData Sync application to pull data from Salesloft and move it to any of the supported destinations.

Salesloft Version Support

The Sync App leverages the Salesloft API to enable bidirectional access to Salesloft.

Salesloft Connector for CData Sync

Establishing a Connection

Adding a Connection to Salesloft

To add a connection to Salesloft:

  1. In the application console, navigate to the Connections page.
  2. At the Add Connections panel, select the icon for the connection you want to add.
  3. If the Salesloft icon is not available, click the Add More icon to download and install the Salesloft connector from the CData site.

For required properties, see the Settings tab.

For connection properties that are not typically required, see the Advanced tab.

Connecting to Salesloft

Salesloft permits users to connect and authenticate via either APIKey or OAuth credentials.

API Key

To authenticate with an APIKey, provision an API key from the Salesloft user interface. (See https://accounts.salesloft.com/oauth/applications/.) Once obtained, the Key is used whenever you issue a request.

OAuth

Salesloft provides embedded OAuth credentials that simplify connection from a Desktop application or a Headless machine. (To connect via the Web, you must create a custom OAuth application, as described in Creating a Custom OAuth Application.)

To enable OAuth authentication from either embedded or custom OAuth credentials, you must set AuthScheme to OAuth.

The following subsections describe how to authenticate to Salesloft from:

  • Desktop: a connection to a server on the user's local machine, frequently used for testing and prototyping. Authenticated via either embedded OAuth or custom OAuth.
  • Web: access to data via a shared website. Authenticated via custom OAuth only.
  • Headless Server: a dedicated computer that provides services to other computers and their users, which is configured to operate without a monitor and keyboard. Authenticated via embedded OAuth or custom OAuth.

For information about how to create a custom OAuth application for connecting over the Web, and why you might want to create one even for auth flows that have embedded OAuth credentials, see Creating a Custom OAuth Application.

For a complete list of connection string properties available in Salesloft, see Connection.

When the access token expires, the Sync App refreshes it automatically.

Automatic refresh of the OAuth access token:

To have the Sync App automatically refresh the OAuth access token, do the following:

  1. The first time you connect to data, set these connection parameters:
    • InitiateOAuth: REFRESH.
    • OAuthClientId: The client Id in your custom OAuth application settings.
    • OAuthClientSecret: The client secret in your custom OAuth application settings.
    • OAuthAccessToken: The access token returned by GetOAuthAccessToken.
    • OAuthSettingsLocation: The path where you want the Sync App to save the OAuth values, which persist across connections.
  2. On subsequent data connections, set:
    • InitiateOAuth
    • OAuthSettingsLocation

Manual refresh of the OAuth access token:

The only value needed to manually refresh the OAUth access token is the OAuth refresh token.

  1. To manually refresh the OAuthAccessToken after the ExpiresIn period (returned by GetOAuthAccessToken) has elapsed, call the RefreshOAuthAccessToken stored procedure.
  2. Set these connection properties:
    • OAuthClientId: The Client Id in your custom OAuth application settings.
    • OAuthClientSecret: The Client Secret in your custom OAuth application settings.

  3. Call RefreshOAuthAccessToken with OAuthRefreshToken set to the OAuth refresh token returned by GetOAuthAccessToken.
  4. After the new tokens have been retrieved, set the OAuthAccessToken property to the value returned by RefreshOAuthAccessToken. This opens a new connection.

Store the OAuth refresh token so that you can use it to manually refresh the OAuth access token after it has expired.

Salesloft Connector for CData Sync

Data Model

Overview

This section shows the available API objects and provides more information on executing SQL to Salesloft APIs.

Key Features

  • The Sync App models Salesloft entities like accounts, people, and tasks as relational views, allowing you to write SQL to query Salesloft data.
  • Stored procedures allow you to execute operations to Salesloft
  • Live connectivity to these objects means any changes to your Salesloft account are immediately reflected when using the Sync App.

Views

Views describes the available views. Views are statically defined to model AccountStages, AccountTiers,Actions, etc.

Tables

Tables describes the available tables. Tables are statically defined to model Accounts, People, Imports, Tasks, etc.

Stored Procedures

Stored Procedures are function-like interfaces to Salesloft. Stored procedures allow you to execute operations to Salesloft, including downloading documents and moving envelopes.

Salesloft Connector for CData Sync

Tables

The Sync App models the data in Salesloft as a list of tables in a relational database that can be queried using standard SQL statements.

Salesloft Connector for CData Sync Tables

Name Description
Accounts Create, update, and query the available accounts in SalesLoft.
CadenceMemberships Returns multiple cadence membership records. The records can be filtered, paged, and sorted according to the respective parameters. A cadence membership is the association between a person and their current and historical time on a cadence. Cadence membership records are mutable and change over time. If a person is added to a cadence and re-added to the same cadence in the future, there is a single membership record.
CalendarEvents Returns all calendar events, paginated and filtered by the date.
Calls Returns multiple call records. The records can be filtered, paged, and sorted according to the respective parameters.
CustomFields Fetches multiple custom field records. The records can be filtered, paged, and sorted according to the respective parameters.
Imports Create, update, and query the available Imports in SalesLoft.
Meetings Fetches multiple meeting records. The records can be filtered, paged, and sorted according to the respective parameters. Meetings resource is responsible for events created via the Salesloft platform using calendaring features. These events can relate to cadences, people, and accounts..
MeetingSettings Fetches multiple meeting records. The records can be filtered, paged, and sorted according to the respective parameters. Meetings resource is responsible for events created via the Salesloft platform using calendaring features. These events can relate to cadences, people, and accounts..
Notes Returns multiple note records. The records can be filtered, paged, and sorted according to the respective parameters.
PendingEmails Fetches a list of emails ready to be sent by an external email service.
People Create, update, and query the available people in SalesLoft.
PersonStages Returns multiple person stage records. The records can be filtered, paged, and sorted according to the respective parameters.
SavedListViews Create, update, and query the available saved list views in SalesLoft.
Tasks Create, update, and query the available task records in SalesLoft.
WebhookSubscriptions Fetches all of the customer webhook subscriptions for your application.

Salesloft Connector for CData Sync

Accounts

Create, update, and query the available accounts in SalesLoft.

Select

The Sync App will use the Salesloft API to process WHERE clause conditions built with the following columns and operators. The rest of the filter is executed client side within the Sync App.

  • ID supports the following operators: =,IN
  • AccountTierId supports the following operators: =,IN,IS NULL
  • CreatedAt supports the following operators: >, >=, <, <=
  • CrmId supports the following operators: =,IN
  • Domain supports the following operators: =,IN
  • LastContactedAt supports the following operators: >, >=, <, <=
  • OwnerId supports the following operators: =,IN,IS NULL
  • Tags supports the following operators: =,IN
  • UpdatedAt supports the following operators: >, >=, <, <=
  • Website supports the following operators: =,IN,IS NULL
  • Archived supports the following operator: =
  • TagId supports the following operators: =,IN
  • AccountStageId supports the following operators: =,IN,IS NULL
  • OwnerIsActive supports the following operator: =
  • CustomFields* supports the following operator: =. The customFields that are created by the Salesloft Admin can be filtered by specifying the name as it is visible in the UI.
The following queries are processed server side:
    SELECT * FROM Accounts WHERE ID = 123
    SELECT * FROM Accounts WHERE AccountTierId IN ('123', '1234')
    SELECT * FROM Accounts WHERE CreatedAt >= '2022-12-01'
    SELECT * FROM Accounts WHERE CrmId IN ('123', '1234')
    SELECT * FROM Accounts WHERE Domain IN ('domainA', 'domainB')
	SELECT * FROM Accounts WHERE MyCustomFiled = 'customValue'
	,etc.

Insert

To add an Account, at least the Domain and Name need to be specified. The Sync App is able to execute an insert in two ways.

  INSERT INTO Accounts (Domain, Name, Description)
    VALUES ('DomainTest.com', 'TestAccount', 'Description of test account' )
Or using Bulk Insert:
INSERT INTO Accounts#TEMP (Domain, Name, Description) VALUES ('DomainTest.com', 'TestAccount', 'Description of test account' )
INSERT INTO Accounts#TEMP (Domain, Name, Description) VALUES ('DomainTest1.com', 'TestAccount1', 'Description of test account1' )

INSERT INTO Accounts (Domain, Name, Description)
SELECT Domain, Name, Description FROM Accounts#TEMP

Update

Similarly, to the Insert operation we can update an item by specifying the field and the new value.

UPDATE Accounts SET Description = 'Updated Description', Phone = '123', Country = 'US', State = 'CA'
       WHERE ID = 13391259

Upsert

To perform an upsert operation, the upsert Key must be provided. Valid options are: ID, CrmId, Domain. Additionally, the Salesloft can perform a batch Upsert for more than 1 record.

UPSERT INTO Accounts (name, id, domain, description, Tags, OwnerId)
		VALUES ('AccountN' ,10917448, 'AccountDom.com', 'This is an upsert', 'tag1Upsert,tag2Upsert', 16081 )

Delete

In order to delete an Account the ID needs to be specified, for ex.:

DELETE FROM Accounts WHERE ID = 100

Columns

Name Type ReadOnly Description
Id [KEY] Integer True

The Id property of the Account table.

AccountTierId Integer False

The AccountTierId property of the Account table.

ArchivedAt Datetime True

The ArchivedAt property of the Account table.

City String False

The City property of the Account table.

CompanyStageId Integer False

The CompanyStageId property of the Account table.

CompanyType String False

The CompanyType property of the Account table.

ConversationalName String True

The ConversationalName property of the Account table.

Country String False

The Country property of the Account table.

CountsPeople Integer False

The CountsPeople property of the Account table.

CreatedAt Datetime True

The CreatedAt property of the Account table.

CreatorId Integer False

The CreatorId property of the Account table.

CrmId String False

The CrmId property of the Account table.

CrmObjectType String False

The CrmObjectType property of the Account table.

CrmUrl String False

The CrmUrl property of the Account table.

Description String False

The Description property of the Account table.

DoNotContact Boolean False

The DoNotContact property of the Account table.

Domain String False

The Domain property of the Account table.

Founded String False

The Founded property of the Account table.

Industry String False

The Industry property of the Account table.

LastContactedAt Datetime True

The LastContactedAt property of the Account table.

LastContactedById Integer False

The LastContactedById property of the Account table.

LastContactedPersonId Integer False

The LastContactedPersonId property of the Account table.

LastContactedType String False

The LastContactedType property of the Account table.

LinkedinUrl String False

The LinkedinUrl property of the Account table.

Locale String False

The Locale property of the Account table.

Name String False

The Name property of the Account table.

OwnerId Integer False

The OwnerId property of the Account table.

OwnerCrmId String False

The OwnerCrmId property of the Account table.

Phone String False

The Phone property of the Account table.

PostalCode String False

The PostalCode property of the Account table.

RevenueRange String False

The RevenueRange property of the Account table.

Size String False

The Size property of the Account table.

State String False

The State property of the Account table.

Street String False

The Street property of the Account table.

Tags String False

The Tags property of the Account table.

TwitterHandle String False

The TwitterHandle property of the Account table.

UpdatedAt Datetime True

The UpdatedAt property of the Account table.

Website String False

The Website property of the Account table.

Archived Boolean False

The Archived property of the Account table.

TagId Integer False

The TagId property of the Account table.

AccountStageId Integer False

The AccountStageId property of the Account table.

OwnerIsActive Boolean False

The OwnerIsActive property of the Account table.

Salesloft Connector for CData Sync

CadenceMemberships

Returns multiple cadence membership records. The records can be filtered, paged, and sorted according to the respective parameters. A cadence membership is the association between a person and their current and historical time on a cadence. Cadence membership records are mutable and change over time. If a person is added to a cadence and re-added to the same cadence in the future, there is a single membership record.

Columns

Name Type ReadOnly Description
Id [KEY] Integer False

The Id of the CadenceMembership.

AddedAt Datetime False

The AddedAt property of the CadenceMembership table.

CadenceId Integer False

The CadenceId property of the CadenceMembership table.

CountsBounces Integer False

The CountsBounces property of the CadenceMembership table.

CountsCalls Integer False

The CountsCalls property of the CadenceMembership table.

CountsClicks Integer False

The CountsClicks property of the CadenceMembership table.

CountsReplies Integer False

The CountsReplies property of the CadenceMembership table.

CountsSentEmails Integer False

The CountsSentEmails property of the CadenceMembership table.

CountsViews Integer False

The CountsViews property of the CadenceMembership table.

CreatedAt Datetime False

The CreatedAt property of the CadenceMembership table.

CurrentState String False

The CurrentState property of the CadenceMembership table.

CurrentlyOnCadence Boolean False

The CurrentlyOnCadence property of the CadenceMembership table.

LatestActionId Integer False

The LatestActionId property of the CadenceMembership table.

PersonId Integer False

The PersonId property of the CadenceMembership table.

PersonDeleted Boolean False

The PersonDeleted property of the CadenceMembership table.

UpdatedAt Datetime False

The UpdatedAt property of the CadenceMembership table.

UserId Integer False

The UserId property of the CadenceMembership table.

StepId Integer False

ID of the step on which the person should start the cadence. Start on first step is the default behavior without this parameter.

Salesloft Connector for CData Sync

CalendarEvents

Returns all calendar events, paginated and filtered by the date.

Columns

Name Type ReadOnly Description
Id [KEY] String False

The Id of the CalendarEvent.

UpdatedAt Datetime False

Last modification time of the calendar event.

UserGuid String False

The UUID of the user this activity is for.

Title String False

Title of the calendar event.

TenantId Integer False

The Tenant ID of the user calendar.

Status String False

The Status of the Email.

The allowed values are confirmed, tentative, cancelled.

StartTime Datetime False

Start time of the meeting.

Recurring Boolean False

Whether the calendar event is a recurring event.

Provider String False

The provider of the calendar event.

Organizer String False

The organizer email of the calendar event.

Location String False

The Location of the calendar event.

ICalUid [KEY] String False

The Calendar event unique identifier (iCalUID).

HtmlLink String False

Raw body content from Microsoft calendar events.

BodyHtml String False

An absolute link to this calendar event in the Google Calendar Web UI.

ExtendedProperties String False

Extended properties of the calendar event.

EndTime Datetime False

The (exclusive) end time of the calendar event.

Description String False

Description of the calendar event.

Creator String False

The creator email of the calendar event.

CreatedAt Datetime False

The CreatedAt of the Email.

ConferenceData String False

The conference-related information, such as details of a Google Meet conference.

CanceledAt Datetime False

The canceled date of the calendar event.

CalendarId [KEY] String False

Calendar ID of the user calendar.

Busy Boolean False

Busy/free status of the calendar event.

Attendees String False

The attendees of the calendar event.

AllDay Boolean False

Whether the calendar event is an all-day event.

Salesloft Connector for CData Sync

Calls

Returns multiple call records. The records can be filtered, paged, and sorted according to the respective parameters.

Columns

Name Type ReadOnly Description
Id [KEY] Integer False

The Id of the Call.

ActionId Integer False

The ActionId of the Call.

CadenceId Integer False

The CadenceId of the Call.

CalledPersonId Integer False

The CalledPersonId of the Call.

CreatedAt Datetime False

The CreatedAt of the Call.

CrmActivityId Integer False

The CrmActivityId of the Call.

Disposition String False

The Disposition of the Call.

Duration Integer False

The Duration of the Call.

NoteId Integer False

The NoteId of the Call.

Recordings String False

The Recordings of the Call.

Sentiment String False

The Sentiment of the Call.

StepId Integer False

The StepId of the Call.

To String False

The To of the Call.

UpdatedAt Datetime False

The UpdatedAt of the Call.

UserId Integer False

The UserId of the Call.

PersonId String False

The PersonId property of the Calls table.

LinkedCallDataRecordIds String False

CallDataRecord associations that will become linked to the created call. It is possible to pass multiple CallDataRecord ids in this field; this can be used to represent multiple phone calls that made up a single call.Any call data record that is used must not already be linked to a call. It is not possible to link a call data record to multiple calls, and it is not possible to re-assign a call data record to a different call.* Only single values are supported with our

Salesloft Connector for CData Sync

CustomFields

Fetches multiple custom field records. The records can be filtered, paged, and sorted according to the respective parameters.

Columns

Name Type ReadOnly Description
Id [KEY] Integer False

The ID of Custom Field.

Name String False

The Name of the Custom Field.

FieldType String False

Type of the Custom Field. Value must be one of: person, company, opportunity.

The allowed values are person, company, opportunity.

ValueType String False

Value Type of the Custom Field. Value must be one of: text, date.

The allowed values are text, date.

CreatedAt Datetime False

The Datetime of when the Custom Field was created

UpdatedAt Datetime False

The Datetime of when the Custom Field was last updated.

Salesloft Connector for CData Sync

Imports

Create, update, and query the available Imports in SalesLoft.

Select

The Sync App will use the Salesloft API to process WHERE clause conditions built with the following columns and operators. The rest of the filter is executed client side within the Sync App.

  • Id supports the following operators: =,IN
  • UserIDs supports the following operators: =,IN
The following queries are processed server side:
    SELECT * FROM Imports WHERE Id IN (1234, 4321)
    SELECT * FROM Imports WHERE UserIDs IN (123, 321)

Insert

To add an Import UserId and Name need to be specified.

  INSERT INTO Imports (UserId, Name)
    VALUES (123, 'ImportTest')

Update

Similarly to the Insert operation, update an Import by specifying the field and the new value.

UPDATE Imports SET Name = 'new test'
        WHERE Id = 123

Delete

In order to delete an Import the Id needs to be specified, for ex.

DELETE FROM Imports WHERE Id = 100

Columns

Name Type ReadOnly Description
Id [KEY] Integer False

The Id of the Import.

CreatedAt Datetime True

The CreatedAt of the Import.

UpdatedAt Datetime True

The UpdatedAt of the Import.

Name String False

The Name of the Import.

CurrentPeopleCount Integer False

The CurrentPeopleCount of the Import.

ImportedPeopleCount Integer False

The ImportedPeopleCount of the Import.

UserIDs String False

The OwnedByGuid property of the Import table.

Salesloft Connector for CData Sync

Meetings

Fetches multiple meeting records. The records can be filtered, paged, and sorted according to the respective parameters. Meetings resource is responsible for events created via the Salesloft platform using calendaring features. These events can relate to cadences, people, and accounts..

Columns

Name Type ReadOnly Description
Id [KEY] Integer False

The Id of the meeting.

Title String False

Title of the meeting.

StartTime Datetime False

Start time of the meeting.

EndTime Datetime False

End time of the meeting.

CalendarId String False

Calendar ID of the meeting owner.

CalendarType String False

Calendar type of the meeting owner. Possible values are: gmail, azure, nylas, linkedin_azure, cerebro, external.

The allowed values are gmail, azure, nylas, linkedin_azure, cerebro, external.

MeetingType String False

Meeting type.

RecipientName String False

Name of the meeting invite recipient.

RecipientEmail String False

Email of the meeting invite recipient.

Location String False

Location of the meeting.

Description String False

Description of the meeting.

EventId String False

ID of the meeting created by target calendar.

AccountId String False

ID of the account the recipient associated to.

TaskId String False

ID of the created task.

CreatedAt Datetime False

Datetime of when the meeting was created.

UpdatedAt Datetime False

Datetime of when the meeting was last updated.

Guests String False

The list of attendees emails of the meeting.

Attendees String False

The attendees of the meeting. Each attendee includes the following fields: status, email, name, organizer.

Person String False

The Salesloft Person record for the recipient.

Cadence String False

The Salesloft Cadence record associated with meeting.

Step String False

The Salesloft Step record associated with meeting.

BookedByUser String False

The User who booked the meeting.

CrmReferences String False

The List of crm references associated with the meeting.

EventSource String False

Source of the meeting. Possible values are: 'external' - The event was synced to Salesloft platform via Calendar Sync, 'internal' - The event was created via Salesloft platform.

CanceledAt Datetime False

Datetime of when the meeting was canceled.

AllDay Boolean False

Whether the meeting is an all-day meeting.

NoShow Boolean False

Whether the meeting is a No Show meeting.

CrmCustomFields String False

The List of crm custom fields which will be logged to SFDC.

StrictAttribution Boolean False

Strict attribution means that we 100% sure which cadence generate the meeting.

ICalUid String False

The UID of the meeting provided by target calendar provider.

Status String False

The Status of the meeting. Possible values are: pending, booked, failed, retry.

The allowed values are pending, booked, failed, retry.

RescheduleStatus String False

The Status of the meeting rescheduling progress. Possible values are: pending, booked, failed, retry.

OwnedByMeetingsSettings String False

The Owner meetings settings.

BookedByMeetingsSettings String False

The Organizer meetings settings.

ShowDeleted Boolean False

Whether to include deleted events in the result.

Salesloft Connector for CData Sync

MeetingSettings

Fetches multiple meeting records. The records can be filtered, paged, and sorted according to the respective parameters. Meetings resource is responsible for events created via the Salesloft platform using calendaring features. These events can relate to cadences, people, and accounts..

Columns

Name Type ReadOnly Description
Id [KEY] Integer False

The Id of the meeting.

Title String False

Title of the meeting.

StartTime Datetime False

Start time of the meeting.

EndTime Datetime False

End time of the meeting.

CalendarId String False

Calendar ID of the meeting owner.

CalendarType String False

Calendar type of the meeting owner. Possible values are: gmail, azure, nylas, linkedin_azure, cerebro, external.

The allowed values are gmail, azure, nylas, linkedin_azure, cerebro, external.

MeetingType String False

Meeting type.

RecipientName String False

Name of the meeting invite recipient.

RecipientEmail String False

Email of the meeting invite recipient.

Location String False

Location of the meeting.

Description String False

Description of the meeting.

EventId String False

ID of the meeting created by target calendar.

AccountId String False

ID of the account the recipient associated to.

TaskId String False

ID of the created task.

CreatedAt Datetime False

Datetime of when the meeting was created.

UpdatedAt Datetime False

Datetime of when the meeting was last updated.

Guests String False

The list of attendees emails of the meeting.

Attendees String False

The attendees of the meeting. Each attendee includes the following fields: status, email, name, organizer.

Person String False

The Salesloft Person record for the recipient.

Cadence String False

The Salesloft Cadence record associated with meeting.

Step String False

The Salesloft Step record associated with meeting.

BookedByUser String False

The User who booked the meeting.

CrmReferences String False

The List of crm references associated with the meeting.

EventSource String False

Source of the meeting. Possible values are: 'external' - The event was synced to Salesloft platform via Calendar Sync, 'internal' - The event was created via Salesloft platform.

CanceledAt Datetime False

Datetime of when the meeting was canceled.

AllDay Boolean False

Whether the meeting is an all-day meeting.

NoShow Boolean False

Whether the meeting is a No Show meeting.

CrmCustomFields String False

The List of crm custom fields which will be logged to SFDC.

StrictAttribution Boolean False

Strict attribution means that we 100% sure which cadence generate the meeting.

ICalUid String False

The UID of the meeting provided by target calendar provider.

Status String False

The Status of the meeting. Possible values are: pending, booked, failed, retry.

The allowed values are pending, booked, failed, retry.

RescheduleStatus String False

The Status of the meeting rescheduling progress. Possible values are: pending, booked, failed, retry.

OwnedByMeetingsSettings String False

The Owner meetings settings.

BookedByMeetingsSettings String False

The Organizer meetings settings.

ShowDeleted Boolean False

Whether to include deleted events in the result.

Salesloft Connector for CData Sync

Notes

Returns multiple note records. The records can be filtered, paged, and sorted according to the respective parameters.

Columns

Name Type ReadOnly Description
Id [KEY] Integer False

The Id of the Note.

Content String False

The Content of the Note.

CreatedAt Datetime False

The CreatedAt of the Note.

UpdatedAt Datetime False

The UpdatedAt of the Note.

UserId Integer False

The UserId of the Note.

AssociatedWithId Integer False

The AssociatedWithId of the Note.

CallId Integer False

The CallId of the Note.

AssociatedWithType String False

The AssociatedWithType property of the Note table.

SkipCRMSync Boolean False

Boolean indicating if the CRM sync should be skipped. No syncing will occur if true.

Subject String False

The subject of the note's crm activity, defaults to 'Note'.

UserGUID String False

The user to create the note for. Only team admins may create notes on behalf of other users. Defaults to the requesting user.

Salesloft Connector for CData Sync

PendingEmails

Fetches a list of emails ready to be sent by an external email service.

Columns

Name Type ReadOnly Description
Id [KEY] Integer False

ID of the email.

Mailbox String False

Email Address of the pending email.

MIMEEmailPayload String False

The email MIME payload.

MessageId String False

The message id of the email that was sent.

Status String False

Delivery status of the email. Valid statuses are 'sent' and 'failed'.

ErrorMessage String False

The error message indicating why the email failed to send.

SentAt String False

The time that the email was actually sent in iso8601 format.

Salesloft Connector for CData Sync

People

Create, update, and query the available people in SalesLoft.

Select

The Sync App will use the Salesloft API to process WHERE clause conditions built with the following columns and operators. The rest of the filter is executed client side within the Sync App.

  • Id supports the following operators: =,IN
  • AccountId supports the following operators: =,IN
  • CreatedAt supports the following operators: >, >=, <, <=
  • CrmId supports the following operators: =,IN
  • DoNotContact supports the following operator: =
  • EmailAddress supports the following operators: =,IN,IS NULL
  • ImportId supports the following operators: =, IN,IS NULL
  • JobSeniority supports the following operators: =,IN,IS NULL
  • LastContactedAt supports the following operators: >, >=, <, <=
  • PersonStageId supports the following operators: =,IN,IS NULL
  • Tags supports the following operator: =,IN
  • Title supports the following operator: =
  • UpdatedAt supports the following operators: >, >=, <, <=
  • OwnedByGuid supports the following operators: =,IN
  • CanEmail supports the following operator: =
  • CanCall supports the following operator: =
  • TagId supports the following operators: =,IN
  • OwnerIsActive supports the following operator: =
  • CadenceId supports the following operators: =,IN,IS NULL
  • CustomFields* supports the following operator: =. The customFields that are created by Salesloft Admin can be filtered by specifying the name as it is on the UI.
The following queries are processed server side:
    SELECT * FROM People WHERE Id = 123
    SELECT * FROM People WHERE AccountId IN (123, 1234)
    SELECT * FROM People WHERE EmailAddress IS NULL
    SELECT * FROM People WHERE MyCustomFiled = 'customValue'

Insert

To add a Person, at least the EmailAddress, FirstName and LastName need to be specified. Execute an insert in one of 2 ways.

  INSERT INTO People (EmailAddress, Phone, FirstName, LastName) VALUES ('[email protected]', '123456', 'FirstNameTest', 'LastNameTest')
Or using Bulk Insert:
INSERT INTO People#TEMP (EmailAddress, Phone, FirstName, LastName) VALUES ('[email protected]', '123456', 'FirstNameTest', 'LastNameTest')
INSERT INTO People#TEMP (EmailAddress, Phone, FirstName, LastName) VALUES ('[email protected]', '1234567', 'FirstNameTest1', 'LastNameTest1')

INSERT INTO People (EmailAddress, Phone, FirstName, LastName)
SELECT EmailAddress, Phone, FirstName, LastName FROM People#TEMP

Update

Similarly, to the Insert operation we can update a Person by specifying the field and the new value.

UPDATE People SET Phone = '123456', Tags = 'tag1,tag2', WorkCity = 'NewCity'
	WHERE Id = 123

Upsert

To perform an upsert operation, the upsert Key must be provided. Valid options are: ID, CrmId, EmailAddress. Additionally, the Sync App can perform a batch Upsert for more than 1 record.

UPSERT INTO People (FirstName, Id, Phone)
		VALUES ('AccountN', 10917448, '123')

Delete

In order to delete a Person, the Id needs to be specified.

DELETE FROM People WHERE Id = 100

Columns

Name Type ReadOnly Description
Id [KEY] Integer True

The Id property of the People table.

AccountId Integer False

The AccountId property of the People table.

Bouncing Boolean False

The Bouncing property of the People table.

City String False

The City property of the People table.

ContactRestrictions String False

The ContactRestrictions property of the People table.

Country String False

The Country property of the People table.

CountsCalls Integer False

The CountsCalls property of the People table.

CountsEmailsBounced Integer True

The CountsEmailsBounced property of the People table.

CountsEmailsClicked Integer False

The CountsEmailsClicked property of the People table.

CountsEmailsRepliedTo Integer False

The CountsEmailsRepliedTo property of the People table.

CountsEmailsSent Integer False

The CountsEmailsSent property of the People table.

CountsEmailsViewed Integer False

The CountsEmailsViewed property of the People table.

CreatedAt Datetime True

The CreatedAt property of the People table.

CrmId String False

The CrmId property of the People table.

CrmObjectType String False

The CrmObjectType property of the People table.

CrmUrl String False

The CrmUrl property of the People table.

DisplayName String False

The DisplayName property of the People table.

DoNotContact Boolean False

The DoNotContact property of the People table.

EmailAddress String False

The EmailAddress property of the People table.

FirstName String False

The FirstName property of the People table.

FullEmailAddress String False

The FullEmailAddress property of the People table.

HomePhone String False

The HomePhone property of the People table.

ImportId Integer False

The ImportId property of the People table.

JobSeniority String False

The JobSeniority property of the People table.

LastCompletedStepId Integer False

The LastCompletedStepId property of the People table.

LastCompletedStepCadenceId Integer False

The LastCompletedStepCadenceId property of the People table.

LastContactedAt Datetime True

The LastContactedAt property of the People table.

LastContactedById Integer False

The LastContactedById property of the People table.

LastContactedType String False

The LastContactedType property of the People table.

LastName String False

The LastName property of the People table.

LastRepliedAt Datetime True

The LastRepliedAt property of the People table.

LinkedinUrl String False

The LinkedinUrl property of the People table.

Locale String False

The Locale property of the People table.

MobilePhone String False

The MobilePhone property of the People table.

MostRecentCadenceId Integer False

The MostRecentCadenceId property of the People table.

OwnerId Integer False

The OwnerId property of the People table.

OwnerCrmId String False

The OwnerCrmId property of the People table.

PersonCompanyIndustry String False

The PersonCompanyIndustry property of the People table.

PersonCompanyName String False

The PersonCompanyName property of the People table.

PersonCompanyWebsite String False

The PersonCompanyWebsite property of the People table.

PersonStageId Integer False

The PersonStageId property of the People table.

PersonalEmailAddress String False

The PersonalEmailAddress property of the People table.

PersonalWebsite String False

The PersonalWebsite property of the People table.

Phone String False

The Phone property of the People table.

PhoneExtension String False

The PhoneExtension property of the People table.

SecondaryEmailAddress String False

The SecondaryEmailAddress property of the People table.

State String False

The State property of the People table.

Tags String False

The Tags property of the People table.

Title String False

The Title property of the People table.

TwitterHandle String False

The TwitterHandle property of the People table.

UpdatedAt Datetime True

The UpdatedAt property of the People table.

WorkCity String False

The WorkCity property of the People table.

WorkCountry String False

The WorkCountry property of the People table.

WorkState String False

The WorkState property of the People table.

OwnedByGuid String False

The OwnedByGuid property of the People table.

CanEmail Boolean False

The CanEmail property of the People table.

CanCall Boolean False

The CanCall property of the People table.

TagId Integer False

The TagId property of the People table.

OwnerIsActive Boolean False

The OwnerIsActive property of the People table.

CadenceId Integer False

The cadenceid property of the People table.

Salesloft Connector for CData Sync

PersonStages

Returns multiple person stage records. The records can be filtered, paged, and sorted according to the respective parameters.

Columns

Name Type ReadOnly Description
Id [KEY] Integer False

The Id of the AccountStage.

Name String False

The Name of the Account.

CreatedAt Datetime False

The CreatedAt date of the Account.

UpdatedAt Datetime False

The UpdatedAt date of the AccountStage.

Order Integer False

The Order of the Account.

Salesloft Connector for CData Sync

SavedListViews

Create, update, and query the available saved list views in SalesLoft.

Select

The Sync App will use the Salesloft API to process WHERE clause conditions built with the following columns and operators. The rest of the filter is executed client side within the Sync App.

  • Id supports the following operators: =, IN
  • View supports the following operator: =. Value must be one of: people, companies, or recordings
The following queries are processed server side:
    SELECT * FROM SavedListViews WHERE Id = 123
    SELECT * FROM SavedListViews WHERE View = 'people'

Insert

To add an entry into SavedListViews, at least the Name and View need to be specified.

  INSERT INTO SavedListViews (Name, View, IsDefault) VALUES ('SampleView', 'people', true)

Update

Similarly to the Insert operation, update a SavedListView by specifying the field and the new value.

UPDATE SavedListViews SET Name = 'NewName', View = 'companies', IsDefault = false WHERE Id = 123

Delete

In order to delete a SavedListViews the Id needs to be specified.

DELETE FROM SavedListViews WHERE Id = 123

Columns

Name Type ReadOnly Description
Id [KEY] Integer False

The Id of the Stage.

View String False

The View of the Stage.

The allowed values are people, companies, recordings.

Name String False

The Name of the Stage.

ViewParams String False

The ViewParams of the Stage.

IsDefault Boolean False

The IsDefault of the Stage.

UpdatedAt Datetime True

The UpdatedAt date of the Stage.

Salesloft Connector for CData Sync

Tasks

Create, update, and query the available task records in SalesLoft.

Select

The Sync App will use the Salesloft API to process WHERE clause conditions built with the following columns and operators. The rest of the filter is executed client side within the Sync App.

  • Id supports the following operators: =,IN
  • CurrentState supports the following operators: =,IN. Valid CurrentState values are: 'scheduled' and 'completed'
  • PersonId supports the following operators: =,IN
  • TaskType supports the following operators: =,IN. Valid TaskType values are: 'call' and 'email'
  • TimeInterval supports the following operator: =
  • IdempotencyKey supports the following operator: =
The following queries are processed server side:
    SELECT * FROM Tasks WHERE Id = 123
    SELECT * FROM Tasks WHERE CurrentState IN ('scheduled', 'completed')
    SELECT * FROM Tasks WHERE PersonId IN (123, 321)
    SELECT * FROM Tasks WHERE TaskType IN ('call', 'email')
    SELECT * FROM Tasks WHERE TimeInterval = 'interval'
    SELECT * FROM Tasks WHERE IdempotencyKey = 'key'

Insert

To add a Task, at least the Subject, PersonId, UserId, TaskType, DueDate and CurrentState need to be specified.

  INSERT INTO Tasks (Subject, PersonId, UserId, TaskType, DueDate, CurrentState)
    VALUES ('Subject Task Test', 123, 123, 'email', '2022-12-30', 'scheduled')

Update

Similarly, to the Insert operation we can update a Task by specifying the field and the new value.

UPDATE Tasks SET Subject = 'new Subject', CurrentState = 'completed' WHERE ID = 123

Delete

In order to delete a Task the Id needs to be specified, for ex.

DELETE FROM Tasks WHERE Id = 100

Columns

Name Type ReadOnly Description
Id [KEY] Integer False

The Id of the Task.

CompletedAt Datetime False

The CompletedAt of the Task.

CompletedById Integer False

The CompletedById of the Task.

CreatedAt Datetime True

The CreatedAt of the Task.

CreatedByUserId Integer False

The CreatedByUserId of the Task.

CurrentState String False

The CurrentState of the Task.

DueAt Datetime False

The DueAt of the Task.

DueDate Date False

The DueDate of the Task.

PersonId Integer False

The PersonId of the Task.

RemindAt Datetime False

The RemindAt of the Task.

Subject String False

The Subject of the Task.

TaskType String False

The TaskType of the Task.

UpdatedAt Datetime True

The UpdatedAt date of the Task.

UserId Integer False

The UserId of the Task.

TimeInterval String False

The TimeInterval property of the Task table.

IdempotencyKey String False

The IdempotencyKey property of the Task table.

Salesloft Connector for CData Sync

WebhookSubscriptions

Fetches all of the customer webhook subscriptions for your application.

Columns

Name Type ReadOnly Description
Id [KEY] Integer False

ID for the Webhook Subscription.

UserGUID String False

UUID of the user the token is associated with.

TenantId Integer False

ID for the tenant to which user is assigned.

EventType String False

Type of event the subscription is for.

Enabled Boolean False

Is the Webhook Subscription enabled or not.

CallbackUrl String False

URL for your callback handler.

CallbackToken String False

SalesLoft will include this token in the webhook event payload when calling your callback_url. It is strongly encouraged for your handler to verify this value in order to ensure the request came from SalesLoft.

Salesloft Connector for CData Sync

Views

Views are similar to tables in the way that data is represented; however, views are read-only.

Queries can be executed against a view as if it were a normal table.

Salesloft Connector for CData Sync Views

Name Description
AccountStages Returns multiple account stage records. The records can be filtered, paged, and sorted according to the respective parameters.
AccountTiers Returns multiple account tier records. The records can be filtered, paged, and sorted according to the respective parameters.
ActionDetails Returns multiple call instruction records. The records can be filtered, paged, and sorted according to the respective parameters.
Actions Returns multiple action records. The records can be filtered, paged, and sorted according to the respective parameters. Only actions that are currently 'in_progess' will be returned by this endpoint. If the requester is not an admin, this endpoint will only return actions belonging to the requester. If the request is an admin, this endpoint will return actions for the entire team. Additionally, an admin may use the user_guid parameter to request actions that belong to specific users on the team.
ActivityHistories Fetches all of the customer's past activities for your application. Returns all the Activities that are found on the Salesloft Activity Feed.
Cadences Returns multiple cadence records. The records can be filtered, paged, and sorted according to the respective parameters.
CallDataRecords Returns multiple call data records. The records can be filtered, paged, and sorted according to the respective parameters. Call data records are records of all inbound and outbound calls through SalesLoft. A call data record may be associated with a call, but does not have to be.
CallDispositions Returns multiple call disposition records. The records can be sorted according to the respective parameters. Call dispositions must be configured in application. This will change in the future, but please contact us if you have a pressing use case.
CallerIDs Returns each entry that is a possible caller ID match for the number. Multiple entries may be returned if the phone number is present on more than one person in the system. Phone number should be in E.164 format.
CallSentiments Returns multiple call sentiment records. The records can be sorted according to the respective parameters. Call sentiments must be configured in application. This will change in the future, but please contact us if you have a pressing use case.
ConversationsCalls Enqueue a Conversations Call for processing.
CRMActivities Returns multiple crm activity records. The records can be filtered, paged, and sorted according to the respective parameters.
CRMActivityFields Returns multiple crm activity field records. The records can be filtered, paged, and sorted according to the respective parameters.
CRMUsers Returns multiple crm user records.
Emails Returns multiple email records. The records can be filtered, paged, and sorted according to the respective parameters.
EmailTemplateAttachments Returns multiple email template attachment records. The records can be filtered and paged according to the respective parameters.
EmailTemplates Returns multiple email template records. The records can be filtered, paged, and sorted according to the respective parameters.
Groups Returns multiple group records. The records can be filtered, and sorted according to the respective parameters.
MIMEEmailPayloads Returns the MIME content for email.
PhoneNumberAssignments Fetches multiple phone number assignment records. The records can be filtered, paged, and sorted according to the respective parameters.
RecordingSettings Fetches the recording status for a given phone number, based on Do Not Record and Recording Governance for your team. Phone number should be in E.164 format.
Roles Fetches multiple custom role records. The records can be filtered, and sorted according to the respective parameters. A custom role is any role that is not Admin or User.
Steps Returns multiple step records. The records can be filtered, paged, and sorted according to the respective parameters.
Successes Returns multiple success records. The records can be filtered, paged, and sorted according to the respective parameters.
Tags Fetches a list of the tags used for a team. The records can be filtered, paged, and sorted according to the respective parameters. Tags can be applied to multiple resource types.
Team Returns the team of the authenticated user.
TeamTemplateAttachments Returns multiple team template attachment records. The records can be filtered and paged according to the respective parameters.
TeamTemplates Fetches multiple team template records. The records can be filtered, paged, and sorted according to the respective parameters. Team templates are templates that are available team-wide. Admins may use team templates to create original content for the entire team, monitor version control to ensure templates are always up to date, and track template performance across the entire organization. All metrics on a team template reflect usage across the team; individual metrics can be found with the email_templates API endpoint.
Users Returns Non Admin: Lists only your user, or all on team depending on group visibility policy Team Admin: Lists users associated with your team.

Salesloft Connector for CData Sync

AccountStages

Returns multiple account stage records. The records can be filtered, paged, and sorted according to the respective parameters.

Columns

Name Type Description
Id [KEY] Integer The Id of the AccountStage.
CreatedAt Datetime The CreatedAt date of the AccountStage.
Name String The Name of the AccountStage.
Order Integer The Order of the AccountStage.
UpdatedAt Datetime The UpdatedAt property of the AccountStage table.

Salesloft Connector for CData Sync

AccountTiers

Returns multiple account tier records. The records can be filtered, paged, and sorted according to the respective parameters.

Columns

Name Type Description
Id [KEY] Integer The Id of the AccountTier.
CreatedAt Datetime The CreatedAt date of the AccountTier.
Name String The Name of the AccountTier.
Order Integer The Order of the AccountTier.
UpdatedAt Datetime The UpdatedAt property of the AccountTier table.

Salesloft Connector for CData Sync

ActionDetails

Returns multiple call instruction records. The records can be filtered, paged, and sorted according to the respective parameters.

Columns

Name Type Description
Id [KEY] Integer The Id of the ActionDetail.
CreatedAt Datetime The CreatedAt date of the ActionDetail.
UpdatedAt Datetime The UpdatedAt date of the ActionDetail.
Instructions String The Instructions of the ActionDetail.

Salesloft Connector for CData Sync

Actions

Returns multiple action records. The records can be filtered, paged, and sorted according to the respective parameters. Only actions that are currently 'in_progess' will be returned by this endpoint. If the requester is not an admin, this endpoint will only return actions belonging to the requester. If the request is an admin, this endpoint will return actions for the entire team. Additionally, an admin may use the user_guid parameter to request actions that belong to specific users on the team.

Columns

Name Type Description
Id [KEY] Integer The Id of the Action.
ActionDetailsId Integer The ActionDetailsId of the Action.
CadenceId Integer The CadenceId of the Action.
CreatedAt Datetime The CreatedAt date of the Action.
Due Boolean Returns if the Action is on Due.
DueOn Datetime The DueOn date of the Action.
MultitouchGroupId Integer The MultitouchGroupId of the Action.
PersonId Integer The PersonId of the Action.
Status String The Status of the Action.
StepId Integer The StepId of the Action.
Type String The Type of the Action.
UpdatedAt Datetime The UpdatedAt date of the Action.
UserId Integer The UserId of the Action.

Salesloft Connector for CData Sync

ActivityHistories

Fetches all of the customer's past activities for your application. Returns all the Activities that are found on the Salesloft Activity Feed.

Columns

Name Type Description
Id [KEY] String The Id of the Action.
UserGuid String The UUID of the user this activity is for.
UpdatedAt Datetime When this record was updated.
Type String The Type of the Activity. Filter by the type of activity. Must be one of: added_to_cadence, completed_action, call, requested_email, sent_email, received_email, email_reply, note, success, dnc_event, residency_change, meeting, meeting_held, message_conversation, task, voicemail, opportunity_stage_change, opportunity_amount_change, opportunity_close_date_change.

The allowed values are added_to_cadence, completed_action, call, requested_email, sent_email, received_email, email_reply, note, success, dnc_event, residency_change, meeting, meeting_held, message_conversation, task, voicemail, opportunity_stage_change, opportunity_amount_change, opportunity_close_date_change.

StaticData String The static data for this activity.
DynamicData String Attributes from associated records. This is specific to the type of activity and may change over time. Not returned for create requests.
FailedDynamicResources String A list of remote resource names that failed to load. This is specific to the type of activity and may change over time. Not returned for create requests.
ResourceType String Type of the resource this activity is for. One of: account, person.

The allowed values are person, account, crm_opportunity.

ResourceId Integer ID of the resource this activity is for. It will be a string for the following resource types: crm_opportunity.
PinnedAt Datetime When this record was pinned.
OccurredAt Datetime When this activity occurred.
CreatedAt Datetime When this record was created.
Pinned Boolean Filter by the pinned status of activity. Must be 'true' or 'false'.

Salesloft Connector for CData Sync

Cadences

Returns multiple cadence records. The records can be filtered, paged, and sorted according to the respective parameters.

Columns

Name Type Description
Id [KEY] Integer The Id of the Cadence.
AddedStageId Integer The AddedStageId of the Cadence.
ArchivedAt Datetime The ArchivedAt of the Cadence.
BouncedStageId Integer The BouncedStageId of the Cadence.
CountsCadencePeople Integer The CountsCadencePeople of the Cadence.
CountsTargetDailyPeople Integer The CountsTargetDailyPeople of the Cadence.
CreatedAt Datetime The CreatedAt of the Cadence.
CreatorId Integer The CreatorId of the Cadence.
FinishedStageId Integer The FinishedStageId of the Cadence.
Name String The Name of the Cadence.
OptOutLinkIncluded Boolean The OptOutLinkIncluded of the Cadence.
OwnerId Integer The OwnerId of the Cadence.
RemoveBouncesEnabled Boolean The RemoveBouncesEnabled of the Cadence.
RemoveRepliesEnabled Boolean The RemoveRepliesEnabled of the Cadence.
RepliedStageId Integer The RepliedStageId of the Cadence.
Shared Boolean The Shared of the Cadence.
Tags String The Tags of the Cadence.
TeamCadence Boolean The TeamCadence of the Cadence.
UpdatedAt Datetime The UpdatedAt of the Cadence.
PeopleAddable Boolean The PeopleAddable property of the Cadence table.
OwnedByGuid String The OwnedByGuid property of the Cadence table.

Salesloft Connector for CData Sync

CallDataRecords

Returns multiple call data records. The records can be filtered, paged, and sorted according to the respective parameters. Call data records are records of all inbound and outbound calls through SalesLoft. A call data record may be associated with a call, but does not have to be.

Columns

Name Type Description
Id [KEY] Integer The Id of the CallDataRecord.
CallId Integer The CallId of the CallDataRecord.
CallType String The CallType of the CallDataRecord.
CallUuid String The CallUuid of the CallDataRecord.
CalledPersonId Integer The CalledPersonId of the CallDataRecord.
CreatedAt Datetime The CreatedAt of the CallDataRecord.
Direction String The Direction of the CallDataRecord.
Duration Integer The Duration of the CallDataRecord.
From String The From of the CallDataRecord.
RecordingStatus String The RecordingStatus of the CallDataRecord.
RecordingUrl String The RecordingUrl of the CallDataRecord.
Status String The Status of the CallDataRecord.
To String The To of the CallDataRecord.
UpdatedAt Datetime The UpdatedAt of the CallDataRecord.
UserId Integer The UserId of the CallDataRecord.
HasCall Boolean The HasCall property of the CallDataRecords table.
UserGuid String The UserGuid property of the CallDataRecords table.

Salesloft Connector for CData Sync

CallDispositions

Returns multiple call disposition records. The records can be sorted according to the respective parameters. Call dispositions must be configured in application. This will change in the future, but please contact us if you have a pressing use case.

Columns

Name Type Description
Id [KEY] Integer The Id of the CallDisposition.
CreatedAt Datetime The CreatedAt of the CallDisposition.
Name String The Name of the CallDisposition.
UpdatedAt Datetime The UpdatedAt of the CallDisposition.

Salesloft Connector for CData Sync

CallerIDs

Returns each entry that is a possible caller ID match for the number. Multiple entries may be returned if the phone number is present on more than one person in the system. Phone number should be in E.164 format.

Columns

Name Type Description
DisplayName String The DisplayName of the CallerID.
Title String The Title of the CallerID.
AccountName String The AccountName of the CallerID.
PersonId Integer The PersonId of the CallerID.
PhoneNumber String The PhoneNumber property of the CallerIDs table. This property is required in the Select statement.

Salesloft Connector for CData Sync

CallSentiments

Returns multiple call sentiment records. The records can be sorted according to the respective parameters. Call sentiments must be configured in application. This will change in the future, but please contact us if you have a pressing use case.

Columns

Name Type Description
Id [KEY] Integer The Id of the CallSentiment.
CreatedAt Datetime The CreatedAt of the CallSentiment.
Name String The Name of the CallSentiment.
UpdatedAt Datetime The UpdatedAt of the CallSentiment.

Salesloft Connector for CData Sync

ConversationsCalls

Enqueue a Conversations Call for processing.

Columns

Name Type Description
To String The Phone number that was called.
From String The Phone number that call was made from.
Duration Integer The Duration of call in seconds.
Recording String The Object containing recording info including the audio file (.mp3, .wav, .ogg, .m4a).
CallCreatedAt Datetime The Timestamp for when the call started. If not provided, will default to the time the request was received.
UserGuid String The Guid of the Salesloft User to assign the call to. If not provided, will default to the user within the authentication token.
Direction String The Call direction.

Salesloft Connector for CData Sync

CRMActivities

Returns multiple crm activity records. The records can be filtered, paged, and sorted according to the respective parameters.

Columns

Name Type Description
Id [KEY] Integer The Id of the CRMActivity.
CreatedAt Datetime The CreatedAt of the CRMActivity.
UpdatedAt Datetime The UpdatedAt of the CRMActivity.
Subject String The Subject of the CRMActivity.
Description String The Description of the CRMActivity.
CrmId String The CrmId of the CRMActivity.
ActivityType String The ActivityType of the CRMActivity.
CustomCrmFieldsAggr String The CustomCrmFieldsAggr of the CRMActivity.
PersonId Integer The PersonId of the CRMActivity.
UserId Integer The UserId of the CRMActivity.

Salesloft Connector for CData Sync

CRMActivityFields

Returns multiple crm activity field records. The records can be filtered, paged, and sorted according to the respective parameters.

Columns

Name Type Description
Id [KEY] Integer The Id of the CRMActivityField.
CreatedAt Datetime The CreatedAt of the CRMActivityField.
CrmObjectType String The CrmObjectType of the CRMActivityField.
Field String The Field of the CRMActivityField.
FieldType String The FieldType of the CRMActivityField.
PicklistValuesHigh String The PicklistValuesHigh of the CRMActivityField.
PicklistValuesLow String The PicklistValuesLow of the CRMActivityField.
SalesforceObjectType String The SalesforceObjectType of the CRMActivityField.
Source String The Source of the CRMActivityField.
Title String The Title of the CRMActivityField.
UpdatedAt Datetime The UpdatedAt of the CRMActivityField.
Value String The Value of the CRMActivityField.

Salesloft Connector for CData Sync

CRMUsers

Returns multiple crm user records.

Columns

Name Type Description
Id [KEY] Integer The Id of the CRMUser.
CrmId String The CrmId of the CRMUser.
CreatedAt Datetime The CreatedAt of the CRMUser.
UpdatedAt Datetime The UpdatedAt of the CRMUser.
UserId Integer The UserId of the CRMUser.

Salesloft Connector for CData Sync

Emails

Returns multiple email records. The records can be filtered, paged, and sorted according to the respective parameters.

Columns

Name Type Description
Id [KEY] Integer The Id of the Email.
ActionId Integer The ActionId of the Email.
Bounced Boolean The Bounced of the Email.
CadenceId Integer The CadenceId of the Email.
ClickTracking Boolean The ClickTracking of the Email.
CountsAttachments Integer The CountsAttachments of the Email.
CountsClicks Integer The CountsClicks of the Email.
CountsReplies Integer The CountsReplies of the Email.
CountsUniqueDevices Integer The CountsUniqueDevices of the Email.
CountsUniqueLocations Integer The CountsUniqueLocations of the Email.
CountsViews Integer The CountsViews of the Email.
CreatedAt Datetime The CreatedAt of the Email.
CrmActivityId Integer The CrmActivityId of the Email.
HeadersBCC String The HeadersBCC of the Email.
HeadersCC String The HeadersCC of the Email.
MailingId Integer The MailingId of the Email.
Personalization String The Personalization of the Email.
RecipientId Integer The RecipientId of the Email.
RecipientEmailAddress String The RecipientEmailAddress of the Email.
SendAfter Datetime The SendAfter of the Email.
SentAt Datetime The SentAt of the Email.
Status String The Status of the Email.
StepId Integer The StepId of the Email.
UpdatedAt Datetime The UpdatedAt of the Email.
UserId Integer The UserId of the Email.
ViewTracking Boolean The ViewTracking of the Email.

Salesloft Connector for CData Sync

EmailTemplateAttachments

Returns multiple email template attachment records. The records can be filtered and paged according to the respective parameters.

Columns

Name Type Description
Id [KEY] Integer The Id of the EmailTemplateAttachments.
AttachmentId Integer The AttachmentId of the EmailTemplateAttachments.
EmailTemplateId Integer The EmailTemplateId of the EmailTemplateAttachments.
Name String The Name of the EmailTemplateAttachments.
DownloadURL String The DownloadURL of the EmailTemplateAttachments.
AttachmentFileSize Integer The AttachmentFileSize of the EmailTemplateAttachments.

Salesloft Connector for CData Sync

EmailTemplates

Returns multiple email template records. The records can be filtered, paged, and sorted according to the respective parameters.

Columns

Name Type Description
Id [KEY] Integer The Id of the EmailTemplate.
LinksAttachments String The LinksAttachments of the EmailTemplate.
ArchivedAt Datetime The ArchivedAt of the EmailTemplate.
Body String The Body of the EmailTemplate.
BodyPreview String The BodyPreview of the EmailTemplate.
CadenceTemplate Boolean The CadenceTemplate of the EmailTemplate.
ClickTrackingEnabled Boolean The ClickTrackingEnabled of the EmailTemplate.
CountsBounces Integer The CountsBounces of the EmailTemplate.
CountsClicks Integer The CountsClicks of the EmailTemplate.
CountsReplies Integer The CountsReplies of the EmailTemplate.
CountsSentEmails Integer The CountsSentEmails of the EmailTemplate.
CountsViews Integer The CountsViews of the EmailTemplate.
CreatedAt Datetime The CreatedAt of the EmailTemplate.
GroupsId Integer The GroupsId of the EmailTemplate.
LastUsedAt Datetime The LastUsedAt of the EmailTemplate.
OpenTrackingEnabled Boolean The OpenTrackingEnabled of the EmailTemplate.
Shared Boolean The Shared of the EmailTemplate.
Subject String The Subject of the EmailTemplate.
Tags String The Tags of the EmailTemplate.
TeamTemplateId String The TeamTemplateId of the EmailTemplate.
TemplateOwnerId Integer The TemplateOwnerId of the EmailTemplate.
Title String The Title of the EmailTemplate.
UpdatedAt Datetime The UpdatedAt of the EmailTemplate.
LinkedToTeamTemplate Boolean The LinkedToTeamTemplate property of the EmailTemplates table.
TagIDs String The TagIDs property of the EmailTemplates table.
Search String The Search property of the EmailTemplates table.
FilterByOwner Boolean The FilterByOwner property of the EmailTemplates table.
IncludeCadenceTemplates Boolean The IncludeCadenceTemplates property of the EmailTemplates table.
IncludeArchivedTemplates Boolean The IncludeArchivedTemplates property of the EmailTemplates table.

Salesloft Connector for CData Sync

Groups

Returns multiple group records. The records can be filtered, and sorted according to the respective parameters.

Columns

Name Type Description
Id [KEY] Integer The Id of the Group.
Name String The Name of the Group.
ParentId Integer The ParentId of the Group.

Salesloft Connector for CData Sync

MIMEEmailPayloads

Returns the MIME content for email.

Columns

Name Type Description
Id [KEY] Integer The Id of the MIMEEmailPeyload.
MailBox String The MailBox of the MIMEEmailPeyload.
MessageId String The MessageId of the MIMEEmailPeyload.
Raw String The Raw of the MIMEEmailPeyload.

Salesloft Connector for CData Sync

PhoneNumberAssignments

Fetches multiple phone number assignment records. The records can be filtered, paged, and sorted according to the respective parameters.

Columns

Name Type Description
Id [KEY] Integer PhoneNumberAssignment ID.
Number String The phone number associated with this assignment.
User String User associated with this phone number assignment.

Salesloft Connector for CData Sync

RecordingSettings

Fetches the recording status for a given phone number, based on Do Not Record and Recording Governance for your team. Phone number should be in E.164 format.

Columns

Name Type Description
Id [KEY] String The id of the RecordingSettings. E.164 Phone Number.
recording_default Boolean Whether this phone number should record by default.

Salesloft Connector for CData Sync

Roles

Fetches multiple custom role records. The records can be filtered, and sorted according to the respective parameters. A custom role is any role that is not Admin or User.

Columns

Name Type Description
Id [KEY] Integer ID of the custom role.
Name String Name of the custom role.

Salesloft Connector for CData Sync

Steps

Returns multiple step records. The records can be filtered, paged, and sorted according to the respective parameters.

Columns

Name Type Description
Id [KEY] Integer The Id of the Stage.
CadenceId Integer The CadenceId of the Stage.
CreatedAt Datetime The CreatedAt date of the Stage.
Day Integer The Day of the Stage.
DetailsId Integer The DetailsId of the Stage.
Disabled Boolean The Disabled of the Stage.
DisplayName String The DisplayName of the Stage.
StepNumber Integer The StepNumber of the Stage.
Type String The Type of the Stage.
UpdatedAt Datetime The UpdatedAt date of the Stage.
HasDueActions Boolean The HasDueActions property of the Steps table.

Salesloft Connector for CData Sync

Successes

Returns multiple success records. The records can be filtered, paged, and sorted according to the respective parameters.

Columns

Name Type Description
Id [KEY] Integer The Id of the Success.
TotalCalls Integer The TotalCalls of the Success.
TotalEmails Integer The TotalEmails of the Success.
TotalOtherTouches Integer The TotalOtherTouches of the Success.
CreatedAt Datetime The CreatedAt of the Success.
LatestActionId Integer The LatestActionId of the Success.
LatestCadenceId Integer The LatestCadenceId of the Success.
LatestCallId Integer The LatestCallId of the Success.
LatestEmailId Integer The LatestEmailId of the Success.
PersonId Integer The PersonId of the Success.
SucceededAt Datetime The SucceededAt of the Success.
SuccessWindowStartedAt Datetime The SuccessWindowStartedAt of the Success.
UpdatedAt Datetime The UpdatedAt of the Success.
UserId Integer The UserId of the Success.

Salesloft Connector for CData Sync

Tags

Fetches a list of the tags used for a team. The records can be filtered, paged, and sorted according to the respective parameters. Tags can be applied to multiple resource types.

Columns

Name Type Description
Id [KEY] Integer The Id of the Tag.
Name String The Name of the Tag.

Salesloft Connector for CData Sync

Team

Returns the team of the authenticated user.

Columns

Name Type Description
Id [KEY] Integer The Id of the Team.
AllowAutomatedEmailSteps Boolean The AllowAutomatedEmailSteps setting of the Team.
CallRecordingDisabled Boolean The CallRecordingDisabled setting of the Team.
ClickTrackingDefault Boolean The ClickTrackingDefault setting of the Team.
CreatedAt Datetime The CreatedAt date of the Team.
CustomTrackingDomain String The CustomTrackingDomain setting of the Team.
DispositionsRequired Boolean The DispositionsRequired setting of the Team.
EmailDailyLimit Integer The EmailDailyLimit setting of the Team.
GroupPrivacySetting String The GroupPrivacySetting setting of the Team.
LicenseLimit Integer The LicenseLimit setting of the Team.
LocalDialEnabled Boolean The LocalDialEnabled setting of the Team.
Name String The Name of the Team.
Plan String The Plan of the Team.
OpportunityManagement String The OpportunityManagement setting of the Team.
RecordByDefault Boolean The RecordByDefault setting of the Team.
SentimentsRequired Boolean The SentimentsRequired setting of the Team.
TeamVisibilityDefault String The TeamVisibilityDefault setting of the Team.
UpdatedAt Datetime The UpdatedAt date of the Team.

Salesloft Connector for CData Sync

TeamTemplateAttachments

Returns multiple team template attachment records. The records can be filtered and paged according to the respective parameters.

Columns

Name Type Description
Id [KEY] Integer The Id of the Team Template Attachments.
AttachmentFileSize Integer The Attachment File Size of a Team Template Attachments.
AttachmentId Integer The AttachmentId of a Team Template Attachments.
DownloadUrl String The DownloadUrl of a Team Template Attachments.
Name String The Name of a Team Template Attachments.
TeamTemplateId Integer The Team Template Id of a Team Template Attachments.

Salesloft Connector for CData Sync

TeamTemplates

Fetches multiple team template records. The records can be filtered, paged, and sorted according to the respective parameters. Team templates are templates that are available team-wide. Admins may use team templates to create original content for the entire team, monitor version control to ensure templates are always up to date, and track template performance across the entire organization. All metrics on a team template reflect usage across the team; individual metrics can be found with the email_templates API endpoint.

Columns

Name Type Description
Id [KEY] String The Id of the AccountStage.
Attachments String The Attachments of the TeamTemplate.
ArchivedAt Datetime The ArchivedAt of the TeamTemplate.
Body String The Body of the TeamTemplate.
BodyPreview String The BodyPreview of the TeamTemplate.
ClickTrackingEnabled Boolean The ClickTrackingEnabled of the TeamTemplate.
Bounces Integer The Bounces of the TeamTemplate.
Clicks Integer The Clicks of the TeamTemplate.
Replies Integer The Replies of the TeamTemplate.
SentEmails Integer The SentEmails of the TeamTemplate.
Views Integer The Views of the TeamTemplate.
CreatedAt Datetime The CreatedAt of the TeamTemplate.
LastModifiedAt Datetime The LastModifiedAt of the TeamTemplate.
LastModifiedUserId Integer The LastModifiedUserId of the TeamTemplate.
LastUsedAt Datetime The LastUsedAt of the TeamTemplate.
OpenTrackingEnabled Boolean The OpenTrackingEnabled of the TeamTemplate.
Subject String The Subject of the TeamTemplate.
Tags String The Tags of the TeamTemplate.
Title String The Title of the TeamTemplate.
UpdatedAt Datetime The UpdatedAt date of the TeamTemplate.
TagId Integer The TagId property of the TeamTemplate table.
IncludeArchivedTemplates Boolean The IncludeArchivedTemplates property of the TeamTemplate table.
Search String The Search property of the TeamTemplate table.

Salesloft Connector for CData Sync

Users

Returns Non Admin: Lists only your user, or all on team depending on group visibility policy Team Admin: Lists users associated with your team.

Columns

Name Type Description
Id [KEY] Integer The Id of the User.
Active Boolean The Active property of the User.
BCCEmailAddress String The BCCEmailAddress property of the User.
ClickToCallEnabled Boolean The ClickToCallEnabled property of the User.
CreatedAt Datetime The CreatedAt property of the User.
CrmConnected Boolean The CrmConnected property of the User.
Email String The Email property of the User.
EmailClientConfigured Boolean The EmailClientConfigured property of the User.
EmailClientEmailAddress String The EmailClientConfigured property of the User.
EmailSignature String The EmailSignature property of the User.
EmailSignatureClickTrackingDisabled Boolean The EmailSignatureClickTrackingDisabled property of the User.
EmailSignatureType String The EmailSignatureType property of the User.
FirstName String The FirstName property of the User.
FromAddress String The FromAddress property of the User.
FullEmailAddress String The FullEmailAddress property of the User.
GroupId Integer The GroupId property of the User.
Guid String The Guid of the User.
JobRole String The JobRole property of the User.
LastName String The LastName property of the User.
LocalDialEnabled Boolean The LocalDialEnabled property of the User.
Name String The Name of the User.
PhoneClientId Integer The PhoneClientId property of the User.
PhoneNumberAssignmentId Integer The PhoneNumberAssignmentId property of the User.
RoleId String The RoleId property of the User.
SendingEmailAddress String The SendingEmailAddress property of the User.
SlackUsername String The SlackUsername property of the User.
TeamId Integer The TeamId property of the User.
TeamAdmin Boolean The TeamAdmin property of the User.
TimeZone String The TimeZone of the User.
TwitterHandle String The TwitterHandle of the User.
UpdatedAt Datetime The UpdatedAt date of the User.
Search String The Search property of the Users table.
VisibleOnly Boolean The VisibleOnly property of the Users table.

Salesloft Connector for CData Sync

Connection String Options

The connection string properties are the various options that can be used to establish a connection. This section provides a complete list of the options you can configure in the connection string for this provider. Click the links for further details.

For more information on establishing a connection, see Establishing a Connection.

Authentication


PropertyDescription
AuthSchemeWhether to use APIKey Authentication or OAuth Authentication when connecting to SalesLoft.
APIKeyThe API key used for accessing your SalesLoft account.

OAuth


PropertyDescription
OAuthClientIdThe client Id assigned when you register your application with an OAuth authorization server.
OAuthClientSecretThe client secret assigned when you register your application with an OAuth authorization server.

SSL


PropertyDescription
SSLServerCertThe certificate to be accepted from the server when connecting using TLS/SSL.

Firewall


PropertyDescription
FirewallTypeThe protocol used by a proxy-based firewall.
FirewallServerThe name or IP address of a proxy-based firewall.
FirewallPortThe TCP port for a proxy-based firewall.
FirewallUserThe user name to use to authenticate with a proxy-based firewall.
FirewallPasswordA password used to authenticate to a proxy-based firewall.

Proxy


PropertyDescription
ProxyAutoDetectThis indicates whether to use the system proxy settings or not.
ProxyServerThe hostname or IP address of a proxy to route HTTP traffic through.
ProxyPortThe TCP port the ProxyServer proxy is running on.
ProxyAuthSchemeThe authentication type to use to authenticate to the ProxyServer proxy.
ProxyUserA user name to be used to authenticate to the ProxyServer proxy.
ProxyPasswordA password to be used to authenticate to the ProxyServer proxy.
ProxySSLTypeThe SSL type to use when connecting to the ProxyServer proxy.
ProxyExceptionsA semicolon separated list of destination hostnames or IPs that are exempt from connecting through the ProxyServer .

Logging


PropertyDescription
LogModulesCore modules to be included in the log file.

Schema


PropertyDescription
LocationA path to the directory that contains the schema files defining tables, views, and stored procedures.
BrowsableSchemasThis property restricts the schemas reported to a subset of the available schemas. For example, BrowsableSchemas=SchemaA,SchemaB,SchemaC.
TablesThis property restricts the tables reported to a subset of the available tables. For example, Tables=TableA,TableB,TableC.
ViewsRestricts the views reported to a subset of the available tables. For example, Views=ViewA,ViewB,ViewC.

Miscellaneous


PropertyDescription
IncludeFiltersAsViewsSet this to true if you want to expose filters for the modules as views.(Also konwn as Saved List Views).
ImpersonatedUserIdUser Impersonation allows Administrators to access and operate as if they were logged in as that User. The ImpersonatedUserId property defines the Id of the user you are trying to impersonate. The impact this has in the system is the value of the ownerId send in the insert/update statements as well as in Filters Views where the filter contains OwnerId or OwnerGUID.
MaxRowsLimits the number of rows returned when no aggregation or GROUP BY is used in the query. This takes precedence over LIMIT clauses.
OtherThese hidden properties are used only in specific use cases.
PseudoColumnsThis property indicates whether or not to include pseudo columns as columns to the table.
TimeoutThe value in seconds until the timeout error is thrown, canceling the operation.
UserDefinedViewsA filepath pointing to the JSON configuration file containing your custom views.
Salesloft Connector for CData Sync

Authentication

This section provides a complete list of the Authentication properties you can configure in the connection string for this provider.


PropertyDescription
AuthSchemeWhether to use APIKey Authentication or OAuth Authentication when connecting to SalesLoft.
APIKeyThe API key used for accessing your SalesLoft account.
Salesloft Connector for CData Sync

AuthScheme

Whether to use APIKey Authentication or OAuth Authentication when connecting to SalesLoft.

Remarks

  • OAuth: Set this to perform OAuth authentication.
  • APIKey: Set this to perform Token Based Authentication via the APIKey property.

Salesloft Connector for CData Sync

APIKey

The API key used for accessing your SalesLoft account.

Remarks

The API key used for accessing your SalesLoft account.

Salesloft Connector for CData Sync

OAuth

This section provides a complete list of the OAuth properties you can configure in the connection string for this provider.


PropertyDescription
OAuthClientIdThe client Id assigned when you register your application with an OAuth authorization server.
OAuthClientSecretThe client secret assigned when you register your application with an OAuth authorization server.
Salesloft Connector for CData Sync

OAuthClientId

The client Id assigned when you register your application with an OAuth authorization server.

Remarks

As part of registering an OAuth application, you will receive the OAuthClientId value, sometimes also called a consumer key, and a client secret, the OAuthClientSecret.

Salesloft Connector for CData Sync

OAuthClientSecret

The client secret assigned when you register your application with an OAuth authorization server.

Remarks

As part of registering an OAuth application, you will receive the OAuthClientId, also called a consumer key. You will also receive a client secret, also called a consumer secret. Set the client secret in the OAuthClientSecret property.

Salesloft Connector for CData Sync

SSL

This section provides a complete list of the SSL properties you can configure in the connection string for this provider.


PropertyDescription
SSLServerCertThe certificate to be accepted from the server when connecting using TLS/SSL.
Salesloft Connector for CData Sync

SSLServerCert

The certificate to be accepted from the server when connecting using TLS/SSL.

Remarks

If using a TLS/SSL connection, this property can be used to specify the TLS/SSL certificate to be accepted from the server. Any other certificate that is not trusted by the machine is rejected.

This property can take the following forms:

Description Example
A full PEM Certificate (example shortened for brevity) -----BEGIN CERTIFICATE----- MIIChTCCAe4CAQAwDQYJKoZIhv......Qw== -----END CERTIFICATE-----
A path to a local file containing the certificate C:\cert.cer
The public key (example shortened for brevity) -----BEGIN RSA PUBLIC KEY----- MIGfMA0GCSq......AQAB -----END RSA PUBLIC KEY-----
The MD5 Thumbprint (hex values can also be either space or colon separated) ecadbdda5a1529c58a1e9e09828d70e4
The SHA1 Thumbprint (hex values can also be either space or colon separated) 34a929226ae0819f2ec14b4a3d904f801cbb150d

If not specified, any certificate trusted by the machine is accepted.

Use '*' to signify to accept all certificates. Note that this is not recommended due to security concerns.

Salesloft Connector for CData Sync

Firewall

This section provides a complete list of the Firewall properties you can configure in the connection string for this provider.


PropertyDescription
FirewallTypeThe protocol used by a proxy-based firewall.
FirewallServerThe name or IP address of a proxy-based firewall.
FirewallPortThe TCP port for a proxy-based firewall.
FirewallUserThe user name to use to authenticate with a proxy-based firewall.
FirewallPasswordA password used to authenticate to a proxy-based firewall.
Salesloft Connector for CData Sync

FirewallType

The protocol used by a proxy-based firewall.

Remarks

This property specifies the protocol that the Sync App will use to tunnel traffic through the FirewallServer proxy. Note that by default, the Sync App connects to the system proxy; to disable this behavior and connect to one of the following proxy types, set ProxyAutoDetect to false.

Type Default Port Description
TUNNEL 80 When this is set, the Sync App opens a connection to Salesloft and traffic flows back and forth through the proxy.
SOCKS4 1080 When this is set, the Sync App sends data through the SOCKS 4 proxy specified by FirewallServer and FirewallPort and passes the FirewallUser value to the proxy, which determines if the connection request should be granted.
SOCKS5 1080 When this is set, the Sync App sends data through the SOCKS 5 proxy specified by FirewallServer and FirewallPort. If your proxy requires authentication, set FirewallUser and FirewallPassword to credentials the proxy recognizes.

To connect to HTTP proxies, use ProxyServer and ProxyPort. To authenticate to HTTP proxies, use ProxyAuthScheme, ProxyUser, and ProxyPassword.

Salesloft Connector for CData Sync

FirewallServer

The name or IP address of a proxy-based firewall.

Remarks

This property specifies the IP address, DNS name, or host name of a proxy allowing traversal of a firewall. The protocol is specified by FirewallType: Use FirewallServer with this property to connect through SOCKS or do tunneling. Use ProxyServer to connect to an HTTP proxy.

Note that the Sync App uses the system proxy by default. To use a different proxy, set ProxyAutoDetect to false.

Salesloft Connector for CData Sync

FirewallPort

The TCP port for a proxy-based firewall.

Remarks

This specifies the TCP port for a proxy allowing traversal of a firewall. Use FirewallServer to specify the name or IP address. Specify the protocol with FirewallType.

Salesloft Connector for CData Sync

FirewallUser

The user name to use to authenticate with a proxy-based firewall.

Remarks

The FirewallUser and FirewallPassword properties are used to authenticate against the proxy specified in FirewallServer and FirewallPort, following the authentication method specified in FirewallType.

Salesloft Connector for CData Sync

FirewallPassword

A password used to authenticate to a proxy-based firewall.

Remarks

This property is passed to the proxy specified by FirewallServer and FirewallPort, following the authentication method specified by FirewallType.

Salesloft Connector for CData Sync

Proxy

This section provides a complete list of the Proxy properties you can configure in the connection string for this provider.


PropertyDescription
ProxyAutoDetectThis indicates whether to use the system proxy settings or not.
ProxyServerThe hostname or IP address of a proxy to route HTTP traffic through.
ProxyPortThe TCP port the ProxyServer proxy is running on.
ProxyAuthSchemeThe authentication type to use to authenticate to the ProxyServer proxy.
ProxyUserA user name to be used to authenticate to the ProxyServer proxy.
ProxyPasswordA password to be used to authenticate to the ProxyServer proxy.
ProxySSLTypeThe SSL type to use when connecting to the ProxyServer proxy.
ProxyExceptionsA semicolon separated list of destination hostnames or IPs that are exempt from connecting through the ProxyServer .
Salesloft Connector for CData Sync

ProxyAutoDetect

This indicates whether to use the system proxy settings or not.

Remarks

This takes precedence over other proxy settings, so you'll need to set ProxyAutoDetect to FALSE in order use custom proxy settings.

To connect to an HTTP proxy, see ProxyServer. For other proxies, such as SOCKS or tunneling, see FirewallType.

Salesloft Connector for CData Sync

ProxyServer

The hostname or IP address of a proxy to route HTTP traffic through.

Remarks

The hostname or IP address of a proxy to route HTTP traffic through. The Sync App can use the HTTP, Windows (NTLM), or Kerberos authentication types to authenticate to an HTTP proxy.

If you need to connect through a SOCKS proxy or tunnel the connection, see FirewallType.

By default, the Sync App uses the system proxy. If you need to use another proxy, set ProxyAutoDetect to false.

Salesloft Connector for CData Sync

ProxyPort

The TCP port the ProxyServer proxy is running on.

Remarks

The port the HTTP proxy is running on that you want to redirect HTTP traffic through. Specify the HTTP proxy in ProxyServer. For other proxy types, see FirewallType.

Salesloft Connector for CData Sync

ProxyAuthScheme

The authentication type to use to authenticate to the ProxyServer proxy.

Remarks

This value specifies the authentication type to use to authenticate to the HTTP proxy specified by ProxyServer and ProxyPort.

Note that the Sync App will use the system proxy settings by default, without further configuration needed; if you want to connect to another proxy, you will need to set ProxyAutoDetect to false, in addition to ProxyServer and ProxyPort. To authenticate, set ProxyAuthScheme and set ProxyUser and ProxyPassword, if needed.

The authentication type can be one of the following:

  • BASIC: The Sync App performs HTTP BASIC authentication.
  • DIGEST: The Sync App performs HTTP DIGEST authentication.
  • NEGOTIATE: The Sync App retrieves an NTLM or Kerberos token based on the applicable protocol for authentication.
  • PROPRIETARY: The Sync App does not generate an NTLM or Kerberos token. You must supply this token in the Authorization header of the HTTP request.

If you need to use another authentication type, such as SOCKS 5 authentication, see FirewallType.

Salesloft Connector for CData Sync

ProxyUser

A user name to be used to authenticate to the ProxyServer proxy.

Remarks

The ProxyUser and ProxyPassword options are used to connect and authenticate against the HTTP proxy specified in ProxyServer.

You can select one of the available authentication types in ProxyAuthScheme. If you are using HTTP authentication, set this to the user name of a user recognized by the HTTP proxy. If you are using Windows or Kerberos authentication, set this property to a user name in one of the following formats:

user@domain
domain\user

Salesloft Connector for CData Sync

ProxyPassword

A password to be used to authenticate to the ProxyServer proxy.

Remarks

This property is used to authenticate to an HTTP proxy server that supports NTLM (Windows), Kerberos, or HTTP authentication. To specify the HTTP proxy, you can set ProxyServer and ProxyPort. To specify the authentication type, set ProxyAuthScheme.

If you are using HTTP authentication, additionally set ProxyUser and ProxyPassword to HTTP proxy.

If you are using NTLM authentication, set ProxyUser and ProxyPassword to your Windows password. You may also need these to complete Kerberos authentication.

For SOCKS 5 authentication or tunneling, see FirewallType.

By default, the Sync App uses the system proxy. If you want to connect to another proxy, set ProxyAutoDetect to false.

Salesloft Connector for CData Sync

ProxySSLType

The SSL type to use when connecting to the ProxyServer proxy.

Remarks

This property determines when to use SSL for the connection to an HTTP proxy specified by ProxyServer. This value can be AUTO, ALWAYS, NEVER, or TUNNEL. The applicable values are the following:

AUTODefault setting. If the URL is an HTTPS URL, the Sync App will use the TUNNEL option. If the URL is an HTTP URL, the component will use the NEVER option.
ALWAYSThe connection is always SSL enabled.
NEVERThe connection is not SSL enabled.
TUNNELThe connection is through a tunneling proxy. The proxy server opens a connection to the remote host and traffic flows back and forth through the proxy.

Salesloft Connector for CData Sync

ProxyExceptions

A semicolon separated list of destination hostnames or IPs that are exempt from connecting through the ProxyServer .

Remarks

The ProxyServer is used for all addresses, except for addresses defined in this property. Use semicolons to separate entries.

Note that the Sync App uses the system proxy settings by default, without further configuration needed; if you want to explicitly configure proxy exceptions for this connection, you need to set ProxyAutoDetect = false, and configure ProxyServer and ProxyPort. To authenticate, set ProxyAuthScheme and set ProxyUser and ProxyPassword, if needed.

Salesloft Connector for CData Sync

Logging

This section provides a complete list of the Logging properties you can configure in the connection string for this provider.


PropertyDescription
LogModulesCore modules to be included in the log file.
Salesloft Connector for CData Sync

LogModules

Core modules to be included in the log file.

Remarks

Only the modules specified (separated by ';') will be included in the log file. By default all modules are included.

See the Logging page for an overview.

Salesloft Connector for CData Sync

Schema

This section provides a complete list of the Schema properties you can configure in the connection string for this provider.


PropertyDescription
LocationA path to the directory that contains the schema files defining tables, views, and stored procedures.
BrowsableSchemasThis property restricts the schemas reported to a subset of the available schemas. For example, BrowsableSchemas=SchemaA,SchemaB,SchemaC.
TablesThis property restricts the tables reported to a subset of the available tables. For example, Tables=TableA,TableB,TableC.
ViewsRestricts the views reported to a subset of the available tables. For example, Views=ViewA,ViewB,ViewC.
Salesloft Connector for CData Sync

Location

A path to the directory that contains the schema files defining tables, views, and stored procedures.

Remarks

The path to a directory which contains the schema files for the Sync App (.rsd files for tables and views, .rsb files for stored procedures). The folder location can be a relative path from the location of the executable. The Location property is only needed if you want to customize definitions (for example, change a column name, ignore a column, and so on) or extend the data model with new tables, views, or stored procedures.

If left unspecified, the default location is "%APPDATA%\\CData\\SalesLoft Data Provider\\Schema" with %APPDATA% being set to the user's configuration directory:

Platform %APPDATA%
Windows The value of the APPDATA environment variable
Linux ~/.config

Salesloft Connector for CData Sync

BrowsableSchemas

This property restricts the schemas reported to a subset of the available schemas. For example, BrowsableSchemas=SchemaA,SchemaB,SchemaC.

Remarks

Listing the schemas from databases can be expensive. Providing a list of schemas in the connection string improves the performance.

Salesloft Connector for CData Sync

Tables

This property restricts the tables reported to a subset of the available tables. For example, Tables=TableA,TableB,TableC.

Remarks

Listing the tables from some databases can be expensive. Providing a list of tables in the connection string improves the performance of the Sync App.

This property can also be used as an alternative to automatically listing views if you already know which ones you want to work with and there would otherwise be too many to work with.

Specify the tables you want in a comma-separated list. Each table should be a valid SQL identifier with any special characters escaped using square brackets, double-quotes or backticks. For example, Tables=TableA,[TableB/WithSlash],WithCatalog.WithSchema.`TableC With Space`.

Note that when connecting to a data source with multiple schemas or catalogs, you will need to provide the fully qualified name of the table in this property, as in the last example here, to avoid ambiguity between tables that exist in multiple catalogs or schemas.

Salesloft Connector for CData Sync

Views

Restricts the views reported to a subset of the available tables. For example, Views=ViewA,ViewB,ViewC.

Remarks

Listing the views from some databases can be expensive. Providing a list of views in the connection string improves the performance of the Sync App.

This property can also be used as an alternative to automatically listing views if you already know which ones you want to work with and there would otherwise be too many to work with.

Specify the views you want in a comma-separated list. Each view should be a valid SQL identifier with any special characters escaped using square brackets, double-quotes or backticks. For example, Views=ViewA,[ViewB/WithSlash],WithCatalog.WithSchema.`ViewC With Space`.

Note that when connecting to a data source with multiple schemas or catalogs, you will need to provide the fully qualified name of the table in this property, as in the last example here, to avoid ambiguity between tables that exist in multiple catalogs or schemas.

Salesloft Connector for CData Sync

Miscellaneous

This section provides a complete list of the Miscellaneous properties you can configure in the connection string for this provider.


PropertyDescription
IncludeFiltersAsViewsSet this to true if you want to expose filters for the modules as views.(Also konwn as Saved List Views).
ImpersonatedUserIdUser Impersonation allows Administrators to access and operate as if they were logged in as that User. The ImpersonatedUserId property defines the Id of the user you are trying to impersonate. The impact this has in the system is the value of the ownerId send in the insert/update statements as well as in Filters Views where the filter contains OwnerId or OwnerGUID.
MaxRowsLimits the number of rows returned when no aggregation or GROUP BY is used in the query. This takes precedence over LIMIT clauses.
OtherThese hidden properties are used only in specific use cases.
PseudoColumnsThis property indicates whether or not to include pseudo columns as columns to the table.
TimeoutThe value in seconds until the timeout error is thrown, canceling the operation.
UserDefinedViewsA filepath pointing to the JSON configuration file containing your custom views.
Salesloft Connector for CData Sync

IncludeFiltersAsViews

Set this to true if you want to expose filters for the modules as views.(Also konwn as Saved List Views).

Remarks

You can query the filtered modules like you would query the views:

SELECT * FROM [Filter_People_CadenceTest]

where "People" is the name of the module and "CadenceTest" is the name of the filter applied to that module.

Salesloft Connector for CData Sync

ImpersonatedUserId

User Impersonation allows Administrators to access and operate as if they were logged in as that User. The ImpersonatedUserId property defines the Id of the user you are trying to impersonate. The impact this has in the system is the value of the ownerId send in the insert/update statements as well as in Filters Views where the filter contains OwnerId or OwnerGUID.

Remarks

User Impersonation allows Administrators to access and operate as if they were logged in as that User. The ImpersonatedUserId property defines the Id of the user you are trying to impersonate. The impact this has in the system is the value of the ownerId send in the insert/update statements as well as in Filters Views where the filter contains OwnerId or OwnerGUID.

Salesloft Connector for CData Sync

MaxRows

Limits the number of rows returned when no aggregation or GROUP BY is used in the query. This takes precedence over LIMIT clauses.

Remarks

Limits the number of rows returned when no aggregation or GROUP BY is used in the query. This takes precedence over LIMIT clauses.

Salesloft Connector for CData Sync

Other

These hidden properties are used only in specific use cases.

Remarks

The properties listed below are available for specific use cases. Normal driver use cases and functionality should not require these properties.

Specify multiple properties in a semicolon-separated list.

Integration and Formatting

DefaultColumnSizeSets the default length of string fields when the data source does not provide column length in the metadata. The default value is 2000.
ConvertDateTimeToGMTDetermines whether to convert date-time values to GMT, instead of the local time of the machine.
RecordToFile=filenameRecords the underlying socket data transfer to the specified file.

Salesloft Connector for CData Sync

PseudoColumns

This property indicates whether or not to include pseudo columns as columns to the table.

Remarks

This setting is particularly helpful in Entity Framework, which does not allow you to set a value for a pseudo column unless it is a table column. The value of this connection setting is of the format "Table1=Column1, Table1=Column2, Table2=Column3". You can use the "*" character to include all tables and all columns; for example, "*=*".

Salesloft Connector for CData Sync

Timeout

The value in seconds until the timeout error is thrown, canceling the operation.

Remarks

If Timeout = 0, operations do not time out. The operations run until they complete successfully or until they encounter an error condition.

If Timeout expires and the operation is not yet complete, the Sync App throws an exception.

Salesloft Connector for CData Sync

UserDefinedViews

A filepath pointing to the JSON configuration file containing your custom views.

Remarks

User Defined Views are defined in a JSON-formatted configuration file called UserDefinedViews.json. The Sync App automatically detects the views specified in this file.

You can also have multiple view definitions and control them using the UserDefinedViews connection property. When you use this property, only the specified views are seen by the Sync App.

This User Defined View configuration file is formatted as follows:

  • Each root element defines the name of a view.
  • Each root element contains a child element, called query, which contains the custom SQL query for the view.

For example:

{
	"MyView": {
		"query": "SELECT * FROM Accounts WHERE MyColumn = 'value'"
	},
	"MyView2": {
		"query": "SELECT * FROM MyTable WHERE Id IN (1,2,3)"
	}
}
Use the UserDefinedViews connection property to specify the location of your JSON configuration file. For example:
"UserDefinedViews", C:\Users\yourusername\Desktop\tmp\UserDefinedViews.json
Note that the specified path is not embedded in quotation marks.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839