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
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

Configure credentials above to enable sending.

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

TypeScript

import salesforce from '@utdk/salesforce';

await salesforce.compositebatch()