SOQL Integration: Lets users query Salesforce using Salesforce Object Query Language for targeted, accurate answers.
Real-Time Data Retrieval: Fetches up-to-date records from standard (Accounts, Opportunities, Leads, Contacts, Cases) and custom objects (if configured).
Customizable Data Model: Admins can describe their Salesforce schema to optimize query relevance.
Multi-Record and Aggregated Queries: Supports filtered, basic computed, and aggregated queries (requires schema hints).
Single-Record and Field Lookup: Enables retrieval of information for individual Salesforce records, including those with custom fields.
In the Agent Builder, select the Search Salesforce with SOQLtool by navigating to Select Step → Tools → By connector → Salesforce Tools → Search Salesforce with SOQL.
Use and test the tool with queries such as SELECT * FROM Opportunity WHERE Amount > 100000. If you need help building the SOQL, use the SOQL builder agent linked in the step instructions. Refer to the Best Practices section for tips on getting the best results from your SOQL builder agent.