salesforce-core-workflow-b

Installation
SKILL.md

Salesforce Core Workflow B — Bulk & Composite API

Overview

High-volume data operations using Bulk API 2.0 (millions of records) and Composite API (multi-step transactions in a single call).

Prerequisites

  • Completed salesforce-install-auth setup
  • Understanding of salesforce-core-workflow-a (standard CRUD)
  • jsforce installed with connection configured

Instructions

Step 1: Bulk API 2.0 — Ingest (Insert/Update/Upsert/Delete)

import { getConnection } from './salesforce/connection';
import fs from 'fs';

const conn = await getConnection();
Related skills
Installs
2
GitHub Stars
2.2K
First Seen
Mar 25, 2026