provider Composite POST /composite/batch
@utdk/salesforce /composite/batch
Execute composite batch requests
Execute multiple REST API requests in a single call. Each sub-request is processed independently and results are returned in order. Supports up to 25 sub-requests per call. Useful for bulk operations that are logically independent.

Try it

Authentication
Configure credentials for Salesforce REST API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

compositebatch
POST/composite/batch
Execute multiple REST API requests in a single call. Each sub-request is processed independently and results are returned in order. Supports up to 25 sub-requests per call. Useful for bulk operations that are logically independent.

Input

Stop processing if any sub-request fails

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import salesforce from '@utdk/salesforce';

await salesforce.compositebatch()