跳转至

Salesloft

The Salesloft connector is a Palantir-provided driver for Salesloft.

To create a new Salesloft source, follow the standard setup flow for Palantir-provided drivers, then use the sections below for Salesloft-specific configuration and networking. For the complete property reference, see the official Salesloft driver documentation ↗.

Configuration

The properties below are mandatory or recommended.

Property Required? Description Default
APIKey Recommended The API key used for accessing your SalesLoft account.
AuthScheme Recommended Whether to use APIKey Authentication or OAuth Authentication when connecting to SalesLoft. APIKey
InitiateOAuth Recommended Specifies the process for obtaining or refreshing the OAuth access token, which maintains user access while an authenticated, authorized user is working. REFRESH
OAuthClientId Recommended Specifies the client Id that was assigned when the custom OAuth application was created. (Also known as the consumer key.) This ID registers the custom application with the OAuth authorization server.
OAuthClientSecret Recommended Specifies the client secret that was assigned when the custom OAuth application was created. (Also known as the consumer secret). This secret registers the custom application with the OAuth authorization server.

Networking

The table below lists the domains that the source needs to be able to access in order to successfully run.

For each domain, add a corresponding egress policy. If the source is hosted on-premises and not directly reachable from Foundry, use an agent proxy egress policy instead; the agent host itself must also be able to reach the listed domains. See using an agent as a proxy for details.

Domain Required
api.salesloft.com Always
accounts.salesloft.com If AuthScheme=OAuth

中文翻译

Salesloft

Salesloft 连接器是一个 Palantir 提供的驱动程序(Palantir-provided driver),用于连接 Salesloft 平台。

要创建新的 Salesloft 数据源,请遵循 Palantir 提供驱动程序的标准设置流程(standard setup flow),然后参考以下章节进行 Salesloft 特定的配置和网络设置。完整的属性参考信息,请参阅官方 Salesloft 驱动程序文档(Official Salesloft driver documentation)。

配置(Configuration)

以下属性为必填或推荐配置。

属性 是否必填 描述 默认值
APIKey 推荐 用于访问 SalesLoft 账户的 API 密钥。
AuthScheme 推荐 指定连接 SalesLoft 时使用 APIKey 认证(Authentication)还是 OAuth 认证。 APIKey
InitiateOAuth 推荐 指定获取或刷新 OAuth 访问令牌(Access Token)的流程,该令牌用于在已认证授权用户操作期间维持用户访问权限。 REFRESH
OAuthClientId 推荐 指定创建自定义 OAuth 应用程序时分配的客户端 ID(Client Id)(也称为消费者密钥)。该 ID 用于在 OAuth 授权服务器上注册自定义应用程序。
OAuthClientSecret 推荐 指定创建自定义 OAuth 应用程序时分配的客户端密钥(Client Secret)(也称为消费者密钥)。该密钥用于在 OAuth 授权服务器上注册自定义应用程序。

网络配置(Networking)

下表列出了数据源成功运行所需访问的域名。

请为每个域名添加相应的出口策略(egress policy)。如果数据源部署在本地且无法从 Foundry 直接访问,请改用代理出口策略(agent proxy egress policy);代理主机本身也必须能够访问所列域名。详细信息请参阅使用代理作为代理(using an agent as a proxy)。

域名 是否必填
api.salesloft.com 始终需要
accounts.salesloft.com AuthScheme=OAuth 时需要