create_record
Create a new record in Salesforce by specifying the object name and data fields. Add accounts, contacts, or custom objects directly.
Instructions
Creates a new record. Args: object_name: The name of the Salesforce object (e.g., 'Account', 'Contact') data: The data for the new record
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_name | Yes | ||
| data | Yes |