Salesforce Composite

Execute multiple related Salesforce API requests in a single call

Integration Operations & Process Management Free ⭐ Featured ✓ Official

Requirements

The Salesforce Composite API allows developers to bundle up to 25 subrequests into a single API call, reducing network overhead and improving performance. It supports various REST API resources and can execute requests sequentially or in parallel. This is particularly useful for creating related records, performing multiple operations atomically, or reducing the number of API calls needed to complete complex business logic. The Composite API helps optimize API usage limits while maintaining data consistency across related operations.

Includes:

    1. POST /composite
- POST /composite/batch - POST /composite/sobjects - PATCH /composite/sobjects - DELETE /composite/sobjects

Tags: