sf-integrations

Orchestrate Salesforce integrations using REST, Bulk API, CDC, and Platform Events.

Updated Apr 27, 2026
One-click install
npx skills add https://github.com/tomz/agent-skills --skill sf-integrations
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sf-integrations
Source: https://github.com/tomz/agent-skills/tree/main/sf-integrations
Command: npx skills add https://github.com/tomz/agent-skills --skill sf-integrations

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates and standardizes Salesforce integration patterns to reduce manual wiring, errors, and latency when connecting Salesforce with external systems and services.

Core Features & Use Cases

  • REST API integration patterns: authentication, CRUD operations, and token management
  • Bulk API 2.0 for large data migrations and batch processing
  • Platform Events and Change Data Capture for real-time and asynchronous data flows
  • Named Credentials + External Services for declarative external calls
  • Heroku Connect and webhook-style integrations to synchronize data across platforms

Quick Start

Configure your agent to initialize Salesforce integration flows by selecting the appropriate API pattern and establishing credentials.

Frequently Asked Questions about sf-integrations

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I handle Salesforce REST API authentication and token management for integrations?

Salesforce REST API integration patterns provide built-in authentication, CRUD operations, and token management to securely connect external systems. This standardizes connectivity and reduces manual wiring errors.

What is the best way to process large data migrations using Salesforce Bulk API?

Salesforce Bulk API 2.0 provides ready-to-use patterns for large data migrations and batch processing. It orchestrates data-intensive synchronization workflows efficiently, reducing latency when connecting external systems.

Can I use Platform Events and Change Data Capture for real-time Salesforce synchronization?

Yes, Platform Events and Change Data Capture enable real-time and asynchronous data flows within Salesforce integrations. These patterns trigger external events and synchronize records across platforms without manual polling.

Does Salesforce integration support declarative external calls using External Services?

Yes, declarative external calls are supported using External Services combined with Named Credentials. This approach applies proper security considerations to consume external services without writing complex manual code.

When should I use Heroku Connect and webhook integrations for Salesforce?

Heroku Connect and webhook-style integrations synchronize data across platforms when you need automated, standardized data flows. They are ideal for reducing manual wiring and latency in complex external system connectivity scenarios.