-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnewAction.json
85 lines (85 loc) · 2.88 KB
/
newAction.json
1
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
[
{
"_id": "6436be499cb82c7bb5f195e6",
"applicationId": "uitemplatepdf",
"organizationId": "Org",
"pluginType": "API",
"pluginId": "API",
"Action": {
"name": "sendToAI",
"datasource": {
"name": "DEFAULT_REST_DATASOURCE",
"datasourceConfiguration": {
"url": "{{main.env.back}}/sendToAI"
},
"invalids": [],
"isValid": true,
"pluginId": "API",
"messages": []
},
"executeOnLoad": false,
"pageId": "pdf",
"actionConfiguration": {
"timeoutInMillisecond": 10000,
"encodeParamsToggle": true,
"httpMethod": "POST",
"headers": [
{
"key": "content-type",
"value": "application/json"
}
],
"queryParameters": [],
"body": "{\n\t\"technology\": {{JSON.stringify(category_field.selectedOptionValue)}},\n\t\"industry\": {{JSON.stringify(industry_field.selectedOptionValue)}},\n\t\"improve\": {{JSON.stringify(improve_field.selectedOptionValue)}}\n}",
"bodyFormData": [],
"formData": {
"apiContentType": "none"
},
"pluginSpecifiedTemplates": [
{
"value": true
}
]
},
"dynamicBindingPathList": [
{
"key": "body"
},
{
"key": "datasourceUrl"
}
],
"isValid": true,
"invalids": [],
"jsonPathKeys": [
"main.env.back",
"JSON.stringify(category_field.selectedOptionValue)",
"JSON.stringify(industry_field.selectedOptionValue)",
"JSON.stringify(improve_field.selectedOptionValue)",
"main.env.back,2023-04-12T14:20:57.724Z,2023-04-28T14:05:21.328Z,read:actions,manage:actions,execute:actions,DEFAULT_REST_DATASOURCE,{{main.env.back"
],
"userSetOnLoad": false,
"confirmBeforeExecute": false
},
"createdAt": "2023-04-12T14:20:57.724Z",
"updatedAt": "2023-04-28T14:05:25.330Z",
"deleted": false,
"policies": [
{
"permission": "read:actions",
"groups": [],
"users": []
},
{
"permission": "manage:actions",
"groups": [],
"users": []
},
{
"permission": "execute:actions",
"groups": [],
"users": []
}
]
}
]