create_record
Create a Salesforce record by providing the object name and the data for the new record.
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') |