Search notes
The Salesforce search notes action searches Note records in your connected Salesforce org using flexible filters. This is a read-only action that helps teams find the right notes 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 Note records based on your organization's sharing rules.
Supported parameters
| Parameter | Type | Description |
|---|---|---|
| Title | String | Search by note title. Supports partial matches. Optional. |
| Body | String | Search within the note body content. Supports partial matches to find keywords or phrases. Optional. |
| Owner name | String | Search by the note owner's name. Supports partial matches. Optional. |
| Parent name | String | Search by the parent record name (e.g., Account, Contact, Opportunity) the note is attached to. Supports partial matches. Optional. |
| Created date from | Date | Return notes created on or after this date (YYYY-MM-DD format). Optional. |
| Created date to | Date | Return notes created before this date (YYYY-MM-DD format). Optional. |
| Is private | Boolean | Filter by note privacy status. True returns private notes, false returns public notes. Optional. |
| Fields | String | Comma-separated list of Note fields to retrieve in the response. Optional. |
| Limit | Integer | Maximum number of notes to return. Optional. |
Usage examples
-
"Find all notes from the last quarter on the Acme Corporation renewal opportunity."
-
"Search for notes containing 'security requirements' written by John Smith."
-
"Show me recent private notes attached to the Q4 Enterprise Deal account."