Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion snippets/general-shared-text/salesforce-platform.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ Fill in the following fields:
- **Salesforce categories**: A comma-separated list of the Salesforce categories to access. Available categories include
`Account`, `Campaign`, `Case`, `EmailMessage`, and `Lead`.
- **Consumer key** (_required_): The consumer key (client ID) for the target Salesforce connected app.
- **Private key (PEM)** (_required_): The private key (PEM) associated with the consumer key for the Salesforce connected app. The PEM is a string that begins with `—–BEGIN RSA PRIVATE KEY—–` and ends with `—–END RSA PRIVATE KEY—–`.
- **Private key (PEM)** (_required_): The private key (PEM) associated with the consumer key for the Salesforce connected app. The PEM must be expressed as a single-line string.