connector_salesforce_bulk_ingest_close
Finalize a Salesforce bulk data ingestion session to commit remaining records and release connector resources. Use after loading data to signal the end of the batch process and confirm completion.
Instructions
Salesforce connector operation bulk_ingest_close (platform tool salesforce.bulk_ingest_close).
Routes only through the exact project/account governed connector authority.
Args: arguments: JSON string of arguments for the connector operation. project_id: Authenticated Project UUID. project_ref: Exact project correlation reference. connector_account_ref: Project-bound connector account alias. idempotency_key: Stable business-action identity. effect: Claimed read or write effect; Spring verifies it. approval_ref: Approved platform task UUID when resuming a write.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| effect | No | ||
| arguments | No | {} | |
| project_id | No | ||
| project_ref | No | ||
| approval_ref | No | ||
| idempotency_key | No | ||
| connector_account_ref | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |