Basic Information

appmixer.freshsales.core.MakeApiCall

1.0.0

Public

Performs an arbitrary authorized API call to the Freshsales API.

Input Ports

in

FieldTypeDescription
API Endpoint Path text Enter the API endpoint path relative to your Freshsales domain URL (for example /v1/resource) or provide a full URL.
HTTP Method select Select the HTTP method for the API call.
Request Headers textarea Optional additional request headers as a JSON object (e.g. {"X-Custom-Header": "value"}).
Query Parameters textarea Optional query parameters as a JSON object (e.g. {"key": "value"}).
Request Body textarea Enter the request body for the API call (JSON format).

Output Ports

out

FieldTypeDescription
Status Code -
Response Headers -
Response Body -

Full Metadata