Tool
Search string
The Salesforce REST API Search String tool enables efficient searching of records within Salesforce objects using parameterized queries. It simplifies data retrieval by allowing users to specify object types, search terms, and fields for precise results.
Features
- Supports searching any Salesforce object by specifying its type.
- Allows parameterized search for accurate and efficient queries.
- Returns data in a structured JSON format including specified fields.
- Integrates seamlessly with the Salesforce REST API for real-time data access.
- Includes detailed documentation to assist with correct argument formatting and usage.
Benefits
- Speeds up record searching within Salesforce, saving time and resources.
- Improves data accuracy by enabling targeted searches with specific fields.
- Enhances integration capabilities with other tools and workflows using RESTful API.
- Reduces the complexity of querying Salesforce data with a straightforward interface.
- Facilitates automation by allowing easy incorporation into pipelines and applications.
Description
Searches for records in an object using a parameterized search. See the documentation
IMPORTANT: The arguments have specific formats. Please follow the instructions below:
- fields: Return JSON in this format: string[]
Parameters
3 parameters
| Name | Type | Description |
|---|---|---|
| sobjectTyperequired | string | The type of object to search for records. |
| searchTermrequired | string | The term to search for. |
| fieldsrequired | string[] | List of the Salesforce object's fields to get values from, such as |