Salesforce Automation
A collection of Salesforce APIs for automating business processes, sales operations, and customer relationship management.
APIs
Salesforce REST API
Core REST API for accessing Salesforce data and metadata programmatically.
Salesforce SOAP API
Enterprise-grade SOAP API for complex integrations and bulk operations.
Salesforce Bulk API 2.0
Asynchronous API optimized for loading and querying large data sets.
Salesforce Metadata API
API for managing customizations and building tools for application lifecycle management.
Salesforce Streaming API
Real-time event monitoring and push notifications using Bayeux protocol.
Salesforce Platform Events API
Event-driven architecture for publishing and subscribing to custom events.
Salesforce Analytics API
API for accessing and manipulating Analytics dashboards and datasets.
Salesforce Tooling API
API for building custom development tools for Salesforce applications.
Salesforce Connect REST API
REST API for integrating mobile apps, intranet sites, and third-party web applications with Salesforce, including Chatter feeds, groups, and users.
Salesforce Pub/Sub API
gRPC-based API for publishing and subscribing to platform events, change data capture events, and custom channels in real time.
Salesforce GraphQL API
GraphQL API for querying Salesforce data with a single endpoint, reducing round trips and improving application performance.
Salesforce Change Data Capture API
API for receiving near-real-time notifications of changes to Salesforce records to synchronize corresponding records in external data stores.
Salesforce Invocable Actions API
REST API for invoking standard and custom actions programmatically, including flow actions and process automation triggers.
Salesforce Composite API
REST API for executing multiple API requests in a single call, with the ability to use the output of one request as input to another.
Salesforce Apex REST API
Framework for exposing Apex classes and methods as RESTful web services, enabling custom API endpoints on the Salesforce platform.
Capabilities
Salesforce Data Operations
Unified workflow combining the Salesforce REST API and Bulk API for comprehensive data operations including CRUD, queries, search, and bulk data loading. Used by Salesforce admi...
Run with NaftikoFeatures
Supports multiple OAuth flows including authorization code, JWT bearer, and client credentials.
Salesforce Object Query Language for structured data queries across objects.
Full-text search across multiple objects using Salesforce Object Search Language.
Asynchronous bulk API for loading, deleting, and querying millions of records.
Platform events, Change Data Capture, and streaming API for real-time notifications.
Declarative automation with Flow Builder for record-triggered, scheduled, and screen flows.
Execute multiple API requests in a single call with request chaining.
Single-endpoint GraphQL API for efficient data queries.
Programmatic invocation of standard and custom automation actions.
Multi-step approval workflows with programmatic submission and management.
Use Cases
Automate lead assignment, opportunity stage progression, and deal closure workflows.
Bulk import and export of large datasets between Salesforce and external systems.
Keep external systems in sync with Salesforce using Change Data Capture events.
Build custom REST endpoints using Apex REST for bespoke integration scenarios.
Programmatic access to Einstein Analytics dashboards and datasets.
Trigger flows, approval processes, and invocable actions based on data changes.
Integrations
Native integration platform for connecting Salesforce with enterprise systems.
Salesforce-owned collaboration platform with deep CRM integration.
Analytics and visualization platform integrated with Salesforce data.
Cloud application platform for extending Salesforce with custom apps.
Official Postman workspace with pre-built API collections for testing.