# Custom action
The Custom action allows you to build and execute an HTTP request with your Percolate connection.
Percolate - Custom action
# Input
Input field | Description |
---|---|
Request type | Select the HTTP method of the request, such as POST , GET , PUT , or DELETE . |
Path | Define the API endpoint path to append to the base URI. Use an absolute URI to override the base URI if necessary. |
URL parameters | Add any required URL parameters to refine the API call. |
Request body parameters | For actions like POST or PATCH that modify data, define the JSON structure of the data payload. |
# Output
The output for this object depends on how you define the output structure to correctly parse the JSON response from the Percolate API.
Last updated: 4/10/2024, 5:14:42 PM