POST - Hyland Automate Modeling - Current - Current - Ready - Content Innovation Cloud - external - Current/Hyland-Automate-Modeling/zqw1677156865344 - 2025-05-06

Hyland Automate Modeling

Platform
Content Innovation Cloud
Product
Hyland Automate Modeling
Release
Current
License

The POST action is used to send HTTP POST requests.

The input parameters for POST are:

Parameter Type Required Description
restUrl String Required URL of the REST endpoint including the protocol and path, for example: http://hyland.com
restUrlParams JSON Optional JSON map of the URL parameter names and values to append to the URL.
restUrlEncoded Boolean Optional Determines whether to encode the URL, for example: true
requestHeaders JSON Optional A JSON map of the request header names and values. Values can be fixed values or variables.
requestPayload JSON Optional The body of the request. You can choose from the following options:
  • raw, which allows you to edit the JSON file and manually enter the needed properties

  • form-data, which allows you to edit a list of properties, each of which has its own key, type, and value.

  • binary, which allows you to select a process variable from a drop-down menu

    When this option is selected, an Automatic file type recognition checkbox appears. When checked, the system will automatically recognize the file type and share this information to the receiving system. Otherwise, the file will be classified as general (.bin).

The pre-selected option depends on the requestHeaders value.

circuitBreaker Boolean Optional Determines whether the circuit breaker is enabled, for example: true
timeout Integer Optional The timeout period to wait for the service in milliseconds, for example: 910000

The output parameters from POST are:

Parameter Type Required Description
restResult JSON Optional The response from the REST service call
restStatus Integer Optional The HTTP response status code from the REST service call
responseHeaders JSON Optional The HTTP response headers from the REST service call