Skip to main content

Get account

The Salesforce get account action retrieves a single Account record from your connected Salesforce org by its Salesforce ID. This is a read-only action that returns all available fields on the Account object without modifying any Salesforce data.

Prerequisites

  • Your Salesforce org must be connected as a data source in Glean, and an admin must enable the Salesforce action pack and complete Salesforce Actions Setup including OAuth configuration.

  • Users must authenticate for Salesforce actions on first use.

  • The authenticated Salesforce user must have permission to view the target Account record based on your organization's sharing rules.

Supported parameters

ParameterTypeDescription
Account IDStringThe unique Salesforce ID of the account to retrieve. Required.

Usage examples

  • "Get the full details for Salesforce account ID 001PZ000003xyzABC."

  • "Retrieve account information for Acme Corporation using its Salesforce ID."

  • "Show me all fields for account ID 001PZ000004defGHI."

Troubleshooting

FAQs