salesforce_dml_records
Execute Salesforce data operations to insert, update, delete, or upsert records. Manage objects like Accounts or Cases by defining operation type and record details.
Instructions
Perform data manipulation operations on Salesforce records:
- insert: Create new records
- update: Modify existing records (requires Id)
- delete: Remove records (requires Id)
- upsert: Insert or update based on external ID field Examples: Insert new Accounts, Update Case status, Delete old records, Upsert based on custom external ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
externalIdField | No | External ID field name for upsert operations | |
objectName | Yes | API name of the object | |
operation | Yes | Type of DML operation to perform | |
records | Yes | Array of records to process |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from Salesforce MCP Server
Related Tools
- @tsmztech/mcp-server-salesforce
- @SurajAdsul/mcp-server-salesforce
- @modelcontextprotocol/sqlite
- @usama-dtc/salesforce_mcp
- @xiaoguomeiyitian/ToolBox