Skip to main content

Search contacts

The Salesforce search contacts action retrieves a list of Contact records from your connected Salesforce org using flexible filters. This is a read-only action that helps teams find the right contacts quickly 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 Contact records based on your organization's sharing rules.

Supported parameters

ParameterTypeDescription
NameStringSearch by contact name (first name or last name). Supports partial matches. Optional.
EmailStringSearch by email address. Supports partial matches. Optional.
Account nameStringSearch by associated account name. Supports partial matches. Optional.
TitleStringSearch by job title. Supports partial matches. Optional.
PhoneStringSearch by phone number. Supports partial matches. Optional.
FieldsStringComma-separated list of Contact fields to retrieve. Optional.
LimitIntegerMaximum number of contacts to return. Optional.

Usage examples

  • "Find all contacts at Acme Corporation with email addresses ending in @acme.com."

  • "Search for contacts with the title 'VP of Engineering' across all accounts."

  • "Show me all contacts named John Smith with phone numbers in the 415 area code."

Troubleshooting

FAQs