create_record
Add new records to Salesforce CRM by specifying object type and field data for Accounts, Contacts, or other objects.
Instructions
Create a new Salesforce record
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_type | Yes | The Salesforce object type (e.g., 'Account', 'Contact') | |
| record_data | Yes | Dictionary containing the field values for the new record |