This Data Factory task is in phase. You can contact the Product-Live team at contact@product-live.com if you want more details and get an early access.
This task allows to create comment thread replies.
The Product-Live API key. If not provided, an automaticaly generated API key will be used to perform the request on behalf of the current user. If provided, the given API key will be used to perform the request.
See below
To day, application/json and application/xml are supported.
INLINE: The request body is provided inline in the request object. ATTACHMENT: The request body is provided as an attachment in the request object.
The request body as a JSON object.
See below
A unique key to identify the element in the batch. This key will be associated to the element in the output.
The element to create or update. See examples below
Some element may require additional context to be created or updated.
The request body as a file.
The outputs of the request. Default: [{"mediaType": "application/json", "outputMode": "INLINE", "outputKey": "json"}].
The media type of the output. To day, application/json and application/xml are supported.
INLINE: The output is provided inline in the output object. ATTACHMENT: The output is provided as an attachment in the output object. INLINE is only supported for mediaType=application/json
The key of the output. Either json or xml
Default: DEFAULT. The model/format used in the output. To day, only 'DEFAULT' is supported.
Data / Create comment thread replies
Task in alpha phase
This Data Factory task is in phase. You can contact the Product-Live team at contact@product-live.com if you want more details and get an early access.
This task allows to create comment thread replies.
Task name:
Examples
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
TIP
See below for more examples using JSON and XML inputs.
Definition
SUB_WORKFLOW.true: the job continues if there is an error on this task.false: the job fails.Inputs Parameters
If not provided, an automaticaly generated API key will be used to perform the request on behalf of the current user. If provided, the given API key will be used to perform the request.
application/jsonandapplication/xmlare supported.INLINE: The request body is provided inline in the request object.ATTACHMENT: The request body is provided as an attachment in the request object.Default:
[{"mediaType": "application/json", "outputMode": "INLINE", "outputKey": "json"}].application/jsonandapplication/xmlare supported.INLINE: The output is provided inline in the output object.ATTACHMENT: The output is provided as an attachment in the output object.INLINEis only supported formediaType=application/jsonEither
jsonorxmlDEFAULT. The model/format used in the output. To day, only 'DEFAULT' is supported.contentType=application/json2
3
4
5
6
7
8
9
10
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Context properties
Reply element properties
contentType=application/xml2
3
4
5
6
7
8
9
10
11
12
Outputs
outputs[][outputKey]input parameter.Example
If your input parameters is as follows:
2
3
4
5
6
7
8
9
10
11
12
13
14
15
The output will be as follows:
2
3
4
5
6
7
8
9
10
11
Json output -
outputs[].outputMode=INLINEandoutputs[].mediaType=application/jsonoutput.jsonis an array of objects as defined in the comment threads API.jsonis the default output key but may be changed by setting theoutputKeyproperty.XML output -
outputs[].outputMode=ATTACHMENTandoutputs[].mediaType=application/xmlAdditional examples
Create a single comment thread reply - XML input & output
job.json
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
my-request.xml
2
3
4
5
6
7
8
9
10
11
12
13
14
Create many comment thread replies - XML input & output
job.json
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
my-request.xml
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Create a single comment thread reply - JSON input & output
job.json
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
my-request.json
2
3
4
5
6
7
8
9
10
11
12
13
Create many comment thread replies - JSON input & output
job.json
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
my-request.json
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22