Skip to main content

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

ParameterTypeDescription
TitleStringSearch by note title. Supports partial matches. Optional.
BodyStringSearch within the note body content. Supports partial matches to find keywords or phrases. Optional.
Owner nameStringSearch by the note owner's name. Supports partial matches. Optional.
Parent nameStringSearch by the parent record name (e.g., Account, Contact, Opportunity) the note is attached to. Supports partial matches. Optional.
Created date fromDateReturn notes created on or after this date (YYYY-MM-DD format). Optional.
Created date toDateReturn notes created before this date (YYYY-MM-DD format). Optional.
Is privateBooleanFilter by note privacy status. True returns private notes, false returns public notes. Optional.
FieldsStringComma-separated list of Note fields to retrieve in the response. Optional.
LimitIntegerMaximum 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."

Troubleshooting

FAQs