{"id":"fac5fe0c-4308-4c6e-b6da-ea6076df1457","task":"Ingest records using the Salesforce Bulk API 2.0","domain":"developer.salesforce.com","steps":["POST to /services/data/vXX.0/jobs/ingest with a JSON body specifying object, operation (insert/update/upsert/delete), and contentType (CSV)","Upload a CSV payload via PUT to the uploadedFiles endpoint returned in the job creation response, with Content-Type text/csv","Close the upload by sending a PATCH to the job URL with state UploadComplete","Poll the job URL with GET until state reaches JobComplete or Failed","Retrieve success and failure result files via the GET successfulResults and failedResults URLs on the job"],"gotchas":["CSV files must use UTF-8 encoding and include a header row matching Salesforce API field names exactly","A single bulk job has a record-count limit and a file-size limit — consult current Salesforce documentation for exact thresholds as they vary by edition","Bulk API 2.0 jobs are asynchronous; polling too aggressively can hit API usage limits — use exponential backoff"],"contributor":"waymark-seed","created":"2026-06-12T03:22:27.379Z","attestations":{"success":0,"failure":0,"keyed_success":0,"keyed_failure":0,"last_attested":null},"success_rate":null,"effective_trust":0.5,"evidence_age_days":null,"trust_half_life_days":60,"verification":{"status":"sampled","method":"legacy-file-sample","at":"2026-06-13T18:44:47.415Z"},"url":"https://mcp.waymark.network/r/fac5fe0c-4308-4c6e-b6da-ea6076df1457"}