POST
with multiple parts
The Task Planner HTTP action allows running an HTTP Request after a Job has completed. The action can be configured to use the following methods: GET
, HEAD
, POST
, POST
with multiple parts, PUT
and DELETE
.
The action calls the given URL
for every File-Result-Flavor1). The methods POST
and PUT
will send the File-flavor results in the request.
PUT
and POST
you can define additional text content to be sent with the request. See below.POST
or PUT
methodsPOST
or PUT
methods
The supported HTTP methods are: GET
, HEAD
, POST
, POST
with multiple parts, PUT
and DELETE
.
The HTTP methods POST
and PUT
will send the received File-flavor result data along to allow file uploads. The URL will be called for every File-flavor result.
Note: If the JSON data field is set, it accounts for an individual File-flavor result and is sent in a separate request.
The method POST
with multiple parts will result in a single request to the given URL. The File-flavor results will be packed in a multipart/form-data
container. Every file will be denoted by the form element name file[]
to allow optimal integration into many back-ends.
Note: JSON-Data uses the element name json
.
This option can be defined with the following settings:
POST
onlyPOST with multiple parts
onlyPOST
onlyPOST
with multiple parts