create_record
Generate Salesforce records by specifying the object name and data. Integrate with Salesforce Connector to manage CRM data effectively via API operations.
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') |