salesforce-core-workflow-a

Installation
SKILL.md

Salesforce Core Workflow A — CRUD & SOQL

Overview

Primary workflow: perform CRUD operations on standard sObjects (Account, Contact, Lead, Opportunity) using SOQL queries, jsforce methods, and REST API endpoints.

Prerequisites

  • Completed salesforce-install-auth setup
  • jsforce installed and connection configured
  • Understanding of Salesforce sObject model

Instructions

Step 1: SOQL Queries (Read Operations)

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

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