sf_upsert_record
Insert or update a Salesforce record using an external ID to avoid duplicates. Reuse safely with the same external ID for reliable sync.
Instructions
Create or update a record identified by an external ID field.
The standard idempotent create-or-update integration pattern: safe to call repeatedly with the same external ID without creating duplicates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | Yes | ||
| sobject | Yes | ||
| external_id_field | Yes | ||
| external_id_value | Yes |