| Headers | Request Headers to be added to the request, as a string in the format of Name: Value, separated by new lines.
For example:
Content-Type: application/json Accept: application/json
|
| Method | Which HTTP method to use in the request. |
| Request Body | JSON data to send in the request body. |
| Request URL Or API Endpoint | The URL or API endpoint to communicate with. You may specify either a full URL or a relative endpoint path: For example, for an action in URL https://myapiaddress.com/api/v1/{{exists(connection["easyvista"]["connection_param"]) ? connection["easyvista"]["connection_param"] : '50004' }}/path it is enough to specify only /path. |