create_record
Creates a new Salesforce record using the specified object and data fields, including custom fields.
Instructions
Create a new record in Salesforce. Supports both standard and custom fields in the data object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Record data as key-value pairs. For custom fields, use the API name with __c suffix (e.g., { "Name": "Test", "Custom_Field__c": "Value" }) | |
| objectName | Yes | API name of the Salesforce object |