create_record
Create a new record in any Salesforce object by providing the object name and field data.
Instructions
Creates a new record
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_name | Yes | The name of the Salesforce object (e.g., 'Account', 'Contact') | |
| data | Yes | The data for the new record |