bulk_create_records
Create multiple Salesforce records of any SObject type at once by providing the object API name and a list of records with field-value pairs.
Instructions
Creates multiple records of a specified SObject type in bulk.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_name | Yes | The API name of the Salesforce SObject (e.g., 'Account', 'MyCustomObject__c'). | |
| data | Yes | A list of records to create. Each record is a dictionary of field names and values. |