create_record
Add new records to Salesforce objects by specifying the object name and required data. Simplify data entry and maintain accurate records in Salesforce.
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') |