Salesforce Automation · Capability
Salesforce Composite API — SObject Collections
Salesforce Composite API — SObject Collections. 4 operations. Lead operation: Create multiple records of the same type. Self-contained Naftiko capability covering one Salesforce Automation business surface.
What You Can Do
POST
Createmultiplerecords
— Create multiple records of the same type
/v1/composite/sobjects
PATCH
Updatemultiplerecords
— Update multiple records
/v1/composite/sobjects
DELETE
Deletemultiplerecords
— Delete multiple records
/v1/composite/sobjects
GET
Getmultiplerecords
— Get multiple records by IDs
/v1/composite/sobjects/{sobjectname}
MCP Tools
create-multiple-records-same-type
Create multiple records of the same type
update-multiple-records
Update multiple records
idempotent
delete-multiple-records
Delete multiple records
idempotent
get-multiple-records-ids
Get multiple records by IDs
read-only
idempotent