salesforce_create_record
Create a new record on a specified Salesforce object by providing the API name and field-value map. Enables direct record creation for workflows and integrations.
Instructions
Create a new record on the given object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_name | Yes | API name of the object, e.g. Contact | |
| data | Yes | Field API name → value map for the new record | |
| _sfAuth | No | Internal: per-request Salesforce credentials injected by an MCP gateway. Leave unset in direct use — the server falls back to env/token-file creds. |