post
This command requires additional license. Please contact support@documill.com to enable the licenses.
Sends a POST request to the specified URL.
Child commands
addHeader
Optional. Each of these child commands adds a header field to the POST request.
Attributes
data | ||
|---|---|---|
Required | Value type | EL-evaluated |
Yes | File, String | Yes |
Defines the data to be included in the request. | ||
url | ||
|---|---|---|
Required | Value type | EL-evaluated |
Yes | String | Yes |
Defines the URL the request is sent to. | ||
username | ||
|---|---|---|
Required | Value type | EL-evaluated |
No | String | Yes |
Defines the user name for the credentials included in the request. Both this and | ||
password | ||
|---|---|---|
Required | Value type | EL-evaluated |
No | String | Yes |
Defines the password for the credentials included in the request. Both this and | ||
Restrictions
The post command may be evaluated up to 10 times within a single evaluation process.
Examples
The post command can be used to send Files or other variable values to some external destination.

<post data="${composedDoc}" url="http://that.dynamodomain.yep/dynamoweaver?what=checkDoc">