Search notes
Pipedrive Search Notes is an advanced AI-powered tool designed to streamline your CRM note management. It enables users to quickly search, filter, and retrieve notes attached to various entities within Pipedrive, enhancing efficiency and information accessibility.
Features
- Search notes by specific terms across leads, deals, persons, organizations, users, and projects within Pipedrive.
- Filter results by pinned state to leads, deals, organizations, persons, or projects for targeted note retrieval.
- Sort search results based on multiple fields such as ID, user ID, deal ID, content, add time, or update time in ascending or descending order.
- Customize queries using date ranges to fetch notes created or updated within specific periods.
- Limit the number of search results returned for optimized performance and streamlined data handling.
Benefits
- Enhances CRM productivity by enabling quick access to relevant notes across multiple Pipedrive entities.
- Improves information organization and retrieval, reducing time spent searching for critical data.
- Facilitates better team collaboration through easy tracking of notes associated with deals, leads, or projects.
- Supports decision-making with filtered and sorted information tailored to user needs.
- Reduces manual effort by automating note searches, improving workflow efficiency and accuracy.
Description
Search for notes in Pipedrive. See the documentation
Parameters
17 parameters
| Name | Type | Description |
|---|---|---|
| searchTerm | string | The term to search for in the note content |
| leadId | string | The ID of the lead that the note is attached to |
| dealId | string | The ID of the deal that the note is attached to |
| personId | integer | The ID of the person that the note is attached to |
| organizationId | integer | The ID of the organization that the note is attached to |
| userId | integer | The ID of the user that the note is attached to |
| projectId | string | The ID of the project that the note is attached to |
| sortField | enum | The field name to sort by |
| sortDirection | enum | The direction to sort the results in |
| startDate | string | The date in format of YYYY-MM-DD from which notes to fetch |
| endDate | string | The date in format of YYYY-MM-DD until which notes to fetch to |
| pinnedToLeadFlag | boolean | If |
| pinnedToDealFlag | boolean | If |
| pinnedToOrganizationFlag | boolean | If |
| pinnedToPersonFlag | boolean | If |
| pinnedToProjectFlag | boolean | If |
| maxResults | integer | The maximum number of results to return |