Call Apex Rest Endpoint
call_apex_rest_endpointFull Description
Invoke a Salesforce Apex REST endpoint implemented by the connected org.
Parameters (2 required, 2 optional)
methodstringHTTP method to use when calling the Apex REST endpoint.
GETPOSTPUTPATCHDELETEpathstringREST path under `/services/apexrest`, such as `v1/action/123`.
json_bodyobjectOptional JSON object payload for POST, PUT, or PATCH requests.
nullquery_paramsobjectOptional query parameters to send with the Apex REST request.
null