docs(salesforce): add Integration User license permission set guidance and Report API error FAQ - #2369
Open
george-dilthey wants to merge 1 commit into
Open
docs(salesforce): add Integration User license permission set guidance and Report API error FAQ#2369george-dilthey wants to merge 1 commit into
george-dilthey wants to merge 1 commit into
Conversation
…e and Report API error FAQ
Contributor
george-dilthey
marked this pull request as ready for review
August 27, 2026 19:20
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
Added two troubleshooting entries to
docs/salesforce-integration-faqs.md:Why
Intercom conversation #215475620340031 (Stephanie Shaw, CanSource): Customer connected Salesforce via Client Credentials using a Salesforce Integration User license. The Salesforce Object dropdown showed only metadata/system objects — Account, Contact, Lead were missing. Customer also saw the error "The connected Salesforce user's profile doesn't have access to the Report object via the API" when trying to use the report source. She had already assigned a permission set but it had no effect. Support agent Bo (bo.morin@clay.com) diagnosed: the permission set used the default Salesforce license, which silently fails for Salesforce Integration User license holders — the correct license for the permission set is Salesforce API Integration. Customer also explicitly noted the docs at the Salesforce integration overview were not robust enough.
Source link(s)
public-actions/authtypes/data/salesforce.json:136-173, auth typesalesforce-client-credentialsconfirmed, unflagged (no feature gate)public-actions/apps/salesforce-new-ui/actions/salesforce-records-view-source-shared/input-parameter-schema.ts:35-44, Clay passes Salesforce's full object list through with no filtering; if standard objects are absent, the authenticated user lacks access in Salesforcepublic-actions/apps/salesforce-new-ui/actions/salesforce-report-source/input-parameter-schema.ts:63-75, exact error message confirmed, fires onINVALID_TYPE/sObject type 'Report' is not supportedUncertainties
Related observations
docs/salesforce-integration-faqs.md— none overlap with the Integration User license permission set guidance or the Report API access error FAQ added here; reviewed each diff before opening this PR.creating-a-restricted-salesforce-user.mdhas a permission set creation step that specifiesLicense: Salesforce— correct for standard users but could mislead Integration User license holders who follow that doc. A future update could add a callout there. Left out of this PR to keep scope tight.Closes DOC-2133