Salesforce Automation · Capability
Salesforce Apex REST API — Custom Endpoints
Salesforce Apex REST API — Custom Endpoints. 5 operations. Lead operation: Call a custom Apex REST GET endpoint. Self-contained Naftiko capability covering one Salesforce Automation business surface.
What You Can Do
GET
Apexrestget
— Call a custom Apex REST GET endpoint
/v1/{urlmapping}
POST
Apexrestpost
— Call a custom Apex REST POST endpoint
/v1/{urlmapping}
PATCH
Apexrestpatch
— Call a custom Apex REST PATCH endpoint
/v1/{urlmapping}
PUT
Apexrestput
— Call a custom Apex REST PUT endpoint
/v1/{urlmapping}
DELETE
Apexrestdelete
— Call a custom Apex REST DELETE endpoint
/v1/{urlmapping}
MCP Tools
call-custom-apex-rest-get
Call a custom Apex REST GET endpoint
read-only
idempotent
call-custom-apex-rest-post
Call a custom Apex REST POST endpoint
call-custom-apex-rest-patch
Call a custom Apex REST PATCH endpoint
idempotent
call-custom-apex-rest-put
Call a custom Apex REST PUT endpoint
idempotent
call-custom-apex-rest-delete
Call a custom Apex REST DELETE endpoint
idempotent