Name | Value |
---|---|
Platform | Salesforce |
Auth Type | OAuth |
Direction | Bidirectional |
Triggers | |
Tap Repo | https://github.com/hotgluexyz/tap-salesforce |
Target Repo | https://github.com/hotgluexyz/target-salesforce-v3 |
Tap Metrics | Usage: |
Target Metrics | Usage: |
Unified Schema |
Require Proof Key for Code Exchange (PKCE) Extension for Supported Authorization Flows
.
You should also make sure that for the Selected OAuth Scopes, you have enabled the scopes for:
Access and manage your data (api)
Perform request on your behalf at any time (refresh\\_token, offline\\_access)
API Enabled
View Setup and Configuration
Manage Data Integrations
.
Salesforce:sandbox
connector as a supported source to your desired flows. Tenants using sandbox Salesforce credentials must link to this source, not the normal Salesforce source.
Production Salesforce OAuth apps are compatible with sandbox credentials, so you can reuse the same client ID and secret for both supported sources.
quota_percent_per_run
and quota_percent_total
config flags respectively on a tenant’s linked Salesforce source.
"api_type": "BULK"
config flag.
filters
to your Salesforce available source:
Tap Changelog
Version | Notes |
---|---|
v1.5.6 | |
v1.5.4 | |
v1.5.2 | |
v1.5.1 | |
v1.5.0 | |
v1.4.44 | |
v1.4.43 | |
v1.4.42 | |
v1.4.41 | |
v1.4.39 | |
v1.4.38 - Bug fixes | - Avoid validating JSON for non-JSON queries |
v1.4.37 - Minor bug fixes | - Updated query to avoid cloning duplicate records - Updated backoff settings to prevent raising errors when retries work successfully |
v1.4.36 - Handle ListViews out of memory | Fix issue created by holding ListView data in memory |
v1.4.35 - Support ListView details | Now pulling entries within each ListView by running queries when ListView is fetched as independent stream. |