create_record
Create new Salesforce records by specifying the object type (e.g., Account, Contact) and the data for the record. Part of the MCP Salesforce Connector for streamlined data integration.
Instructions
Creates a new record
Input Schema
Name | Required | Description | Default |
---|---|---|---|
data | Yes | The data for the new record | |
object_name | Yes | The name of the Salesforce object (e.g., 'Account', 'Contact') |