create_record
Create a Salesforce record by specifying object type and field values. Check required fields and picklist options using describe_object to ensure valid input.
Instructions
Create a new Salesforce record. Use describe_object first to find the required fields and valid picklist values.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Field API names to values, e.g. {"Name": "Acme", "Industry": "Energy"}. | |
| object_type | Yes | Object API name, e.g. Account, Contact, or My_Object__c. |