@apteva/integrations 0.3.15 → 0.3.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/apps/activecollab.json +2 -44
- package/src/apps/airtable.json +408 -58
- package/src/apps/alpaca-trading.json +10 -4
- package/src/apps/anthropic-api.json +4 -3
- package/src/apps/arest.json +2 -46
- package/src/apps/asana.json +1 -8
- package/src/apps/aws-cloudfront.json +8 -2
- package/src/apps/aws-dynamodb.json +8 -2
- package/src/apps/aws-ec2.json +8 -2
- package/src/apps/aws-lambda.json +8 -2
- package/src/apps/aws-route53.json +8 -2
- package/src/apps/aws-s3.json +8 -2
- package/src/apps/aws-ses.json +8 -2
- package/src/apps/aws-sns.json +8 -2
- package/src/apps/aws-sqs.json +8 -2
- package/src/apps/binance-trading.json +10 -4
- package/src/apps/bunny-cdn.json +4 -3
- package/src/apps/castbase.json +1 -73
- package/src/apps/clipkit.json +6 -46
- package/src/apps/docx.json +0 -16
- package/src/apps/eventbrite-events.json +21 -3
- package/src/apps/facebook-ads.json +23 -4
- package/src/apps/facebook-api.json +23 -4
- package/src/apps/forecast-app.json +3 -48
- package/src/apps/gigs-marketplace.json +5 -17
- package/src/apps/gitlab.json +2 -61
- package/src/apps/instagram-api.json +21 -3
- package/src/apps/kling-ai.json +2 -2
- package/src/apps/media-downloader.json +2 -12
- package/src/apps/meetup-events.json +17 -3
- package/src/apps/microsoft-teams.json +43 -3
- package/src/apps/nordigen.json +512 -0
- package/src/apps/omnikit-analytics.json +4 -3
- package/src/apps/omnikit-api-gateway.json +4 -3
- package/src/apps/omnikit-billing.json +4 -3
- package/src/apps/omnikit-cms.json +5 -50
- package/src/apps/omnikit-code-ops.json +4 -7
- package/src/apps/omnikit-functions.json +4 -3
- package/src/apps/omnikit-intelligence.json +4 -3
- package/src/apps/omnikit-management.json +5 -21
- package/src/apps/omnikit-media.json +4 -3
- package/src/apps/omnikit-messaging.json +4 -3
- package/src/apps/omnikit-redirects.json +4 -3
- package/src/apps/omnikit-webhooks.json +4 -3
- package/src/apps/omnikit-workflows.json +4 -3
- package/src/apps/openai-api.json +2 -1
- package/src/apps/paidkit.json +22 -3
- package/src/apps/pdf.json +0 -26
- package/src/apps/plaid.json +693 -0
- package/src/apps/pushover-notifications.json +8 -2
- package/src/apps/rankbird.json +1 -15
- package/src/apps/rss.json +4 -52
- package/src/apps/salesforce-crm.json +35 -4
- package/src/apps/saltedge.json +787 -0
- package/src/apps/scaleway.json +0 -20
- package/src/apps/sendgrid-email.json +3 -2
- package/src/apps/slides.json +0 -9
- package/src/apps/socialcast.json +1 -1
- package/src/apps/stripe-payments.json +2 -1
- package/src/apps/taskflow.json +2 -16
- package/src/apps/tiktok-api.json +19 -4
- package/src/apps/todoist.json +1 -14
- package/src/apps/torrent.json +0 -16
- package/src/apps/twitter-ads.json +33 -3
- package/src/apps/twitter-api.json +33 -3
- package/src/apps/vidforge.json +6 -58
- package/src/apps/youtube-api.json +17 -3
|
@@ -16,15 +16,16 @@
|
|
|
16
16
|
"base_url": "https://api.omnikit.co",
|
|
17
17
|
"auth": {
|
|
18
18
|
"types": [
|
|
19
|
-
"
|
|
19
|
+
"api_key"
|
|
20
20
|
],
|
|
21
21
|
"headers": {
|
|
22
|
-
"
|
|
22
|
+
"X-API-Key": "{{token}}"
|
|
23
23
|
},
|
|
24
24
|
"credential_fields": [
|
|
25
25
|
{
|
|
26
26
|
"name": "token",
|
|
27
|
-
"label": "
|
|
27
|
+
"label": "Api Key",
|
|
28
|
+
"description": "Your OmniKit API key (starts with 'okt_'). The project is determined automatically from the key."
|
|
28
29
|
}
|
|
29
30
|
]
|
|
30
31
|
},
|
|
@@ -37,10 +38,6 @@
|
|
|
37
38
|
"input_schema": {
|
|
38
39
|
"type": "object",
|
|
39
40
|
"properties": {
|
|
40
|
-
"project_id": {
|
|
41
|
-
"type": "integer",
|
|
42
|
-
"description": "Project ID (required - content types are project-scoped)"
|
|
43
|
-
},
|
|
44
41
|
"name": {
|
|
45
42
|
"type": "string",
|
|
46
43
|
"description": "Content type name"
|
|
@@ -78,7 +75,6 @@
|
|
|
78
75
|
}
|
|
79
76
|
},
|
|
80
77
|
"required": [
|
|
81
|
-
"project_id",
|
|
82
78
|
"name",
|
|
83
79
|
"slug"
|
|
84
80
|
]
|
|
@@ -92,10 +88,6 @@
|
|
|
92
88
|
"input_schema": {
|
|
93
89
|
"type": "object",
|
|
94
90
|
"properties": {
|
|
95
|
-
"project_id": {
|
|
96
|
-
"type": "integer",
|
|
97
|
-
"description": "Project ID (required - content types are project-scoped)"
|
|
98
|
-
},
|
|
99
91
|
"limit": {
|
|
100
92
|
"type": "integer",
|
|
101
93
|
"default": 50,
|
|
@@ -106,10 +98,7 @@
|
|
|
106
98
|
"default": 0,
|
|
107
99
|
"description": "Pagination offset"
|
|
108
100
|
}
|
|
109
|
-
}
|
|
110
|
-
"required": [
|
|
111
|
-
"project_id"
|
|
112
|
-
]
|
|
101
|
+
}
|
|
113
102
|
}
|
|
114
103
|
},
|
|
115
104
|
{
|
|
@@ -120,10 +109,6 @@
|
|
|
120
109
|
"input_schema": {
|
|
121
110
|
"type": "object",
|
|
122
111
|
"properties": {
|
|
123
|
-
"project_id": {
|
|
124
|
-
"type": "integer",
|
|
125
|
-
"description": "Project ID (required)"
|
|
126
|
-
},
|
|
127
112
|
"content_type_slug": {
|
|
128
113
|
"type": "string",
|
|
129
114
|
"description": "Content type slug (used in URL path)"
|
|
@@ -157,7 +142,6 @@
|
|
|
157
142
|
}
|
|
158
143
|
},
|
|
159
144
|
"required": [
|
|
160
|
-
"project_id",
|
|
161
145
|
"content_type_slug",
|
|
162
146
|
"slug",
|
|
163
147
|
"data"
|
|
@@ -172,10 +156,6 @@
|
|
|
172
156
|
"input_schema": {
|
|
173
157
|
"type": "object",
|
|
174
158
|
"properties": {
|
|
175
|
-
"project_id": {
|
|
176
|
-
"type": "integer",
|
|
177
|
-
"description": "Project ID (required)"
|
|
178
|
-
},
|
|
179
159
|
"content_type_slug": {
|
|
180
160
|
"type": "string",
|
|
181
161
|
"description": "Content type slug (used in URL path)"
|
|
@@ -201,7 +181,6 @@
|
|
|
201
181
|
}
|
|
202
182
|
},
|
|
203
183
|
"required": [
|
|
204
|
-
"project_id",
|
|
205
184
|
"content_type_slug"
|
|
206
185
|
]
|
|
207
186
|
}
|
|
@@ -387,10 +366,6 @@
|
|
|
387
366
|
"input_schema": {
|
|
388
367
|
"type": "object",
|
|
389
368
|
"properties": {
|
|
390
|
-
"project_id": {
|
|
391
|
-
"type": "integer",
|
|
392
|
-
"description": "Project ID (required)"
|
|
393
|
-
},
|
|
394
369
|
"query": {
|
|
395
370
|
"type": "string",
|
|
396
371
|
"description": "Search query (required - what to search for)"
|
|
@@ -420,7 +395,6 @@
|
|
|
420
395
|
}
|
|
421
396
|
},
|
|
422
397
|
"required": [
|
|
423
|
-
"project_id",
|
|
424
398
|
"query"
|
|
425
399
|
]
|
|
426
400
|
}
|
|
@@ -433,10 +407,6 @@
|
|
|
433
407
|
"input_schema": {
|
|
434
408
|
"type": "object",
|
|
435
409
|
"properties": {
|
|
436
|
-
"project_id": {
|
|
437
|
-
"type": "integer",
|
|
438
|
-
"description": "Project ID (required)"
|
|
439
|
-
},
|
|
440
410
|
"content_type_slug": {
|
|
441
411
|
"type": "string",
|
|
442
412
|
"description": "Content type slug (required)"
|
|
@@ -470,7 +440,6 @@
|
|
|
470
440
|
}
|
|
471
441
|
},
|
|
472
442
|
"required": [
|
|
473
|
-
"project_id",
|
|
474
443
|
"content_type_slug"
|
|
475
444
|
]
|
|
476
445
|
}
|
|
@@ -486,10 +455,6 @@
|
|
|
486
455
|
"identifier": {
|
|
487
456
|
"type": "string",
|
|
488
457
|
"description": "Content type ID (UUID) or slug"
|
|
489
|
-
},
|
|
490
|
-
"project_id": {
|
|
491
|
-
"type": "integer",
|
|
492
|
-
"description": "Project ID (required when looking up by slug)"
|
|
493
458
|
}
|
|
494
459
|
},
|
|
495
460
|
"required": [
|
|
@@ -543,10 +508,6 @@
|
|
|
543
508
|
"input_schema": {
|
|
544
509
|
"type": "object",
|
|
545
510
|
"properties": {
|
|
546
|
-
"project_id": {
|
|
547
|
-
"type": "integer",
|
|
548
|
-
"description": "Project ID (required)"
|
|
549
|
-
},
|
|
550
511
|
"content_type_slug": {
|
|
551
512
|
"type": "string",
|
|
552
513
|
"description": "Content type slug"
|
|
@@ -562,7 +523,6 @@
|
|
|
562
523
|
}
|
|
563
524
|
},
|
|
564
525
|
"required": [
|
|
565
|
-
"project_id",
|
|
566
526
|
"content_type_slug",
|
|
567
527
|
"slug"
|
|
568
528
|
]
|
|
@@ -760,10 +720,6 @@
|
|
|
760
720
|
"input_schema": {
|
|
761
721
|
"type": "object",
|
|
762
722
|
"properties": {
|
|
763
|
-
"project_id": {
|
|
764
|
-
"type": "integer",
|
|
765
|
-
"description": "Project ID (required)"
|
|
766
|
-
},
|
|
767
723
|
"content_type_slug": {
|
|
768
724
|
"type": "string",
|
|
769
725
|
"description": "Content type slug"
|
|
@@ -774,7 +730,6 @@
|
|
|
774
730
|
}
|
|
775
731
|
},
|
|
776
732
|
"required": [
|
|
777
|
-
"project_id",
|
|
778
733
|
"content_type_slug",
|
|
779
734
|
"slug"
|
|
780
735
|
]
|
|
@@ -18,15 +18,16 @@
|
|
|
18
18
|
"base_url": "https://api.omnikit.co",
|
|
19
19
|
"auth": {
|
|
20
20
|
"types": [
|
|
21
|
-
"
|
|
21
|
+
"api_key"
|
|
22
22
|
],
|
|
23
23
|
"headers": {
|
|
24
|
-
"
|
|
24
|
+
"X-API-Key": "{{token}}"
|
|
25
25
|
},
|
|
26
26
|
"credential_fields": [
|
|
27
27
|
{
|
|
28
28
|
"name": "token",
|
|
29
|
-
"label": "
|
|
29
|
+
"label": "Api Key",
|
|
30
|
+
"description": "Your OmniKit API key (starts with 'okt_'). The project is determined automatically from the key."
|
|
30
31
|
}
|
|
31
32
|
]
|
|
32
33
|
},
|
|
@@ -498,10 +499,6 @@
|
|
|
498
499
|
],
|
|
499
500
|
"default": "replace",
|
|
500
501
|
"description": "Action: replace all records, append new records, or remove specified records"
|
|
501
|
-
},
|
|
502
|
-
"project_id": {
|
|
503
|
-
"type": "string",
|
|
504
|
-
"description": "Project ID for credential resolution (optional, uses domain's project_id if not provided)"
|
|
505
502
|
}
|
|
506
503
|
},
|
|
507
504
|
"required": [
|
|
@@ -14,15 +14,16 @@
|
|
|
14
14
|
"base_url": "https://api.omnikit.co",
|
|
15
15
|
"auth": {
|
|
16
16
|
"types": [
|
|
17
|
-
"
|
|
17
|
+
"api_key"
|
|
18
18
|
],
|
|
19
19
|
"headers": {
|
|
20
|
-
"
|
|
20
|
+
"X-API-Key": "{{token}}"
|
|
21
21
|
},
|
|
22
22
|
"credential_fields": [
|
|
23
23
|
{
|
|
24
24
|
"name": "token",
|
|
25
|
-
"label": "
|
|
25
|
+
"label": "Api Key",
|
|
26
|
+
"description": "Your OmniKit API key (starts with 'okt_'). The project is determined automatically from the key."
|
|
26
27
|
}
|
|
27
28
|
]
|
|
28
29
|
},
|
|
@@ -26,15 +26,16 @@
|
|
|
26
26
|
"base_url": "https://api.omnikit.co",
|
|
27
27
|
"auth": {
|
|
28
28
|
"types": [
|
|
29
|
-
"
|
|
29
|
+
"api_key"
|
|
30
30
|
],
|
|
31
31
|
"headers": {
|
|
32
|
-
"
|
|
32
|
+
"X-API-Key": "{{token}}"
|
|
33
33
|
},
|
|
34
34
|
"credential_fields": [
|
|
35
35
|
{
|
|
36
36
|
"name": "token",
|
|
37
|
-
"label": "
|
|
37
|
+
"label": "Api Key",
|
|
38
|
+
"description": "Your OmniKit API key (starts with 'okt_'). The project is determined automatically from the key."
|
|
38
39
|
}
|
|
39
40
|
]
|
|
40
41
|
},
|
|
@@ -13,15 +13,16 @@
|
|
|
13
13
|
"base_url": "https://api.omnikit.co",
|
|
14
14
|
"auth": {
|
|
15
15
|
"types": [
|
|
16
|
-
"
|
|
16
|
+
"api_key"
|
|
17
17
|
],
|
|
18
18
|
"headers": {
|
|
19
|
-
"
|
|
19
|
+
"X-API-Key": "{{token}}"
|
|
20
20
|
},
|
|
21
21
|
"credential_fields": [
|
|
22
22
|
{
|
|
23
23
|
"name": "token",
|
|
24
|
-
"label": "
|
|
24
|
+
"label": "Api Key",
|
|
25
|
+
"description": "Your OmniKit API key (starts with 'okt_'). The project is determined automatically from the key."
|
|
25
26
|
}
|
|
26
27
|
]
|
|
27
28
|
},
|
|
@@ -110,10 +111,6 @@
|
|
|
110
111
|
"input_schema": {
|
|
111
112
|
"type": "object",
|
|
112
113
|
"properties": {
|
|
113
|
-
"project_id": {
|
|
114
|
-
"type": "integer",
|
|
115
|
-
"description": "Project ID to update"
|
|
116
|
-
},
|
|
117
114
|
"organization_id": {
|
|
118
115
|
"type": "integer",
|
|
119
116
|
"description": "Organization ID for verification"
|
|
@@ -140,7 +137,6 @@
|
|
|
140
137
|
}
|
|
141
138
|
},
|
|
142
139
|
"required": [
|
|
143
|
-
"project_id",
|
|
144
140
|
"organization_id"
|
|
145
141
|
]
|
|
146
142
|
}
|
|
@@ -153,10 +149,6 @@
|
|
|
153
149
|
"input_schema": {
|
|
154
150
|
"type": "object",
|
|
155
151
|
"properties": {
|
|
156
|
-
"project_id": {
|
|
157
|
-
"type": "integer",
|
|
158
|
-
"description": "Project ID to delete"
|
|
159
|
-
},
|
|
160
152
|
"organization_id": {
|
|
161
153
|
"type": "integer",
|
|
162
154
|
"description": "Organization ID for verification"
|
|
@@ -168,7 +160,6 @@
|
|
|
168
160
|
}
|
|
169
161
|
},
|
|
170
162
|
"required": [
|
|
171
|
-
"project_id",
|
|
172
163
|
"organization_id"
|
|
173
164
|
]
|
|
174
165
|
}
|
|
@@ -196,18 +187,11 @@
|
|
|
196
187
|
"input_schema": {
|
|
197
188
|
"type": "object",
|
|
198
189
|
"properties": {
|
|
199
|
-
"project_id": {
|
|
200
|
-
"type": "integer",
|
|
201
|
-
"description": "Project ID to switch to"
|
|
202
|
-
},
|
|
203
190
|
"user_id": {
|
|
204
191
|
"type": "integer",
|
|
205
192
|
"description": "User ID (optional, defaults to current user)"
|
|
206
193
|
}
|
|
207
|
-
}
|
|
208
|
-
"required": [
|
|
209
|
-
"project_id"
|
|
210
|
-
]
|
|
194
|
+
}
|
|
211
195
|
}
|
|
212
196
|
}
|
|
213
197
|
]
|
|
@@ -19,15 +19,16 @@
|
|
|
19
19
|
"base_url": "https://api.omnikit.co",
|
|
20
20
|
"auth": {
|
|
21
21
|
"types": [
|
|
22
|
-
"
|
|
22
|
+
"api_key"
|
|
23
23
|
],
|
|
24
24
|
"headers": {
|
|
25
|
-
"
|
|
25
|
+
"X-API-Key": "{{token}}"
|
|
26
26
|
},
|
|
27
27
|
"credential_fields": [
|
|
28
28
|
{
|
|
29
29
|
"name": "token",
|
|
30
|
-
"label": "
|
|
30
|
+
"label": "Api Key",
|
|
31
|
+
"description": "Your OmniKit API key (starts with 'okt_'). The project is determined automatically from the key."
|
|
31
32
|
}
|
|
32
33
|
]
|
|
33
34
|
},
|
|
@@ -16,15 +16,16 @@
|
|
|
16
16
|
"base_url": "https://api.omnikit.co",
|
|
17
17
|
"auth": {
|
|
18
18
|
"types": [
|
|
19
|
-
"
|
|
19
|
+
"api_key"
|
|
20
20
|
],
|
|
21
21
|
"headers": {
|
|
22
|
-
"
|
|
22
|
+
"X-API-Key": "{{token}}"
|
|
23
23
|
},
|
|
24
24
|
"credential_fields": [
|
|
25
25
|
{
|
|
26
26
|
"name": "token",
|
|
27
|
-
"label": "
|
|
27
|
+
"label": "Api Key",
|
|
28
|
+
"description": "Your OmniKit API key (starts with 'okt_'). The project is determined automatically from the key."
|
|
28
29
|
}
|
|
29
30
|
]
|
|
30
31
|
},
|
|
@@ -12,15 +12,16 @@
|
|
|
12
12
|
"base_url": "https://api.omnikit.co",
|
|
13
13
|
"auth": {
|
|
14
14
|
"types": [
|
|
15
|
-
"
|
|
15
|
+
"api_key"
|
|
16
16
|
],
|
|
17
17
|
"headers": {
|
|
18
|
-
"
|
|
18
|
+
"X-API-Key": "{{token}}"
|
|
19
19
|
},
|
|
20
20
|
"credential_fields": [
|
|
21
21
|
{
|
|
22
22
|
"name": "token",
|
|
23
|
-
"label": "
|
|
23
|
+
"label": "Api Key",
|
|
24
|
+
"description": "Your OmniKit API key (starts with 'okt_'). The project is determined automatically from the key."
|
|
24
25
|
}
|
|
25
26
|
]
|
|
26
27
|
},
|
|
@@ -13,15 +13,16 @@
|
|
|
13
13
|
"base_url": "https://api.omnikit.co",
|
|
14
14
|
"auth": {
|
|
15
15
|
"types": [
|
|
16
|
-
"
|
|
16
|
+
"api_key"
|
|
17
17
|
],
|
|
18
18
|
"headers": {
|
|
19
|
-
"
|
|
19
|
+
"X-API-Key": "{{token}}"
|
|
20
20
|
},
|
|
21
21
|
"credential_fields": [
|
|
22
22
|
{
|
|
23
23
|
"name": "token",
|
|
24
|
-
"label": "
|
|
24
|
+
"label": "Api Key",
|
|
25
|
+
"description": "Your OmniKit API key (starts with 'okt_'). The project is determined automatically from the key."
|
|
25
26
|
}
|
|
26
27
|
]
|
|
27
28
|
},
|
|
@@ -15,15 +15,16 @@
|
|
|
15
15
|
"base_url": "https://api.omnikit.co",
|
|
16
16
|
"auth": {
|
|
17
17
|
"types": [
|
|
18
|
-
"
|
|
18
|
+
"api_key"
|
|
19
19
|
],
|
|
20
20
|
"headers": {
|
|
21
|
-
"
|
|
21
|
+
"X-API-Key": "{{token}}"
|
|
22
22
|
},
|
|
23
23
|
"credential_fields": [
|
|
24
24
|
{
|
|
25
25
|
"name": "token",
|
|
26
|
-
"label": "
|
|
26
|
+
"label": "Api Key",
|
|
27
|
+
"description": "Your OmniKit API key (starts with 'okt_'). The project is determined automatically from the key."
|
|
27
28
|
}
|
|
28
29
|
]
|
|
29
30
|
},
|
package/src/apps/openai-api.json
CHANGED
package/src/apps/paidkit.json
CHANGED
|
@@ -400,9 +400,10 @@
|
|
|
400
400
|
"LANDING_PAGE_VIEWS",
|
|
401
401
|
"CONVERSATIONS",
|
|
402
402
|
"IMPRESSIONS",
|
|
403
|
-
"VALUE"
|
|
403
|
+
"VALUE",
|
|
404
|
+
"VISIT_INSTAGRAM_PROFILE"
|
|
404
405
|
],
|
|
405
|
-
"description": "REQUIRED for Facebook. Must match campaign objective: AWARENESS→REACH, TRAFFIC→LINK_CLICKS, ENGAGEMENT→POST_ENGAGEMENT (
|
|
406
|
+
"description": "REQUIRED for Facebook. Must match campaign objective: AWARENESS→REACH, TRAFFIC→LINK_CLICKS, ENGAGEMENT→POST_ENGAGEMENT or PAGE_LIKES (page likes) or VISIT_INSTAGRAM_PROFILE (Instagram follower/profile visit campaigns), LEADS→LEAD_GENERATION, SALES→OFFSITE_CONVERSIONS, APP_PROMOTION→APP_INSTALLS, VIDEO→THRUPLAY. NOTE: POST_ENGAGEMENT and PAGE_LIKES require platform_data.promotedObject.page_id (from paidkit-page-list). VISIT_INSTAGRAM_PROFILE requires platform_data.promotedObject.instagram_profile_id (from paidkit-instagram-account-list). OFFSITE_CONVERSIONS requires platform_data.promotedObject.pixel_id (from paidkit-pixel-list). Defaults to LINK_CLICKS if omitted"
|
|
406
407
|
},
|
|
407
408
|
"billing_event": {
|
|
408
409
|
"type": "string",
|
|
@@ -422,7 +423,7 @@
|
|
|
422
423
|
},
|
|
423
424
|
"platform_data": {
|
|
424
425
|
"type": "object",
|
|
425
|
-
"description": "Platform-specific settings passed directly to the ad platform. REQUIRED for Facebook engagement/conversion goals. For PAGE_LIKES or POST_ENGAGEMENT: {promotedObject:{page_id:'YOUR_FACEBOOK_PAGE_ID'}} — get page_id from paidkit-page-list. For OFFSITE_CONVERSIONS or VALUE: {promotedObject:{pixel_id:'YOUR_PIXEL_ID',custom_event_type:'Purchase'}} — get pixel_id from paidkit-pixel-list, custom_event_type can be Purchase, Lead, CompleteRegistration, AddToCart, ViewContent, Search, InitiateCheckout, AddPaymentInfo, Subscribe, StartTrial. destination_type is auto-set from optimization_goal"
|
|
426
|
+
"description": "Platform-specific settings passed directly to the ad platform. REQUIRED for Facebook engagement/conversion goals. For PAGE_LIKES or POST_ENGAGEMENT: {promotedObject:{page_id:'YOUR_FACEBOOK_PAGE_ID'}} — get page_id from paidkit-page-list. For VISIT_INSTAGRAM_PROFILE: {promotedObject:{instagram_profile_id:'YOUR_IG_PROFILE_ID'}} — get instagram_profile_id from paidkit-instagram-account-list. For OFFSITE_CONVERSIONS or VALUE: {promotedObject:{pixel_id:'YOUR_PIXEL_ID',custom_event_type:'Purchase'}} — get pixel_id from paidkit-pixel-list, custom_event_type can be Purchase, Lead, CompleteRegistration, AddToCart, ViewContent, Search, InitiateCheckout, AddPaymentInfo, Subscribe, StartTrial. destination_type is auto-set from optimization_goal"
|
|
426
427
|
}
|
|
427
428
|
},
|
|
428
429
|
"required": [
|
|
@@ -1196,6 +1197,24 @@
|
|
|
1196
1197
|
]
|
|
1197
1198
|
}
|
|
1198
1199
|
},
|
|
1200
|
+
{
|
|
1201
|
+
"name": "instagram_account_list",
|
|
1202
|
+
"description": "List Instagram business accounts linked to a Facebook ad account. Returns Instagram profile IDs needed for VISIT_INSTAGRAM_PROFILE (Instagram follower/profile visit) campaigns. Each account includes id, username, follower count, and linked Facebook page.",
|
|
1203
|
+
"method": "GET",
|
|
1204
|
+
"path": "/facebook/instagram-accounts",
|
|
1205
|
+
"input_schema": {
|
|
1206
|
+
"type": "object",
|
|
1207
|
+
"properties": {
|
|
1208
|
+
"ad_account_id": {
|
|
1209
|
+
"type": "string",
|
|
1210
|
+
"description": "PaidKit ad account ID (from paidkit-account-list). Must be a Facebook account."
|
|
1211
|
+
}
|
|
1212
|
+
},
|
|
1213
|
+
"required": [
|
|
1214
|
+
"ad_account_id"
|
|
1215
|
+
]
|
|
1216
|
+
}
|
|
1217
|
+
},
|
|
1199
1218
|
{
|
|
1200
1219
|
"name": "pixel_list",
|
|
1201
1220
|
"description": "List tracking pixels/tags for an ad account. Returns Meta Pixels for Facebook accounts, LinkedIn Insight Tags for LinkedIn accounts, etc. Use this to find pixel IDs for conversion tracking setup.",
|
package/src/apps/pdf.json
CHANGED
|
@@ -128,10 +128,6 @@
|
|
|
128
128
|
"type": "string",
|
|
129
129
|
"description": "Output filename",
|
|
130
130
|
"default": "edited.pdf"
|
|
131
|
-
},
|
|
132
|
-
"project_id": {
|
|
133
|
-
"type": "integer",
|
|
134
|
-
"description": "Project ID for storage"
|
|
135
131
|
}
|
|
136
132
|
},
|
|
137
133
|
"required": [
|
|
@@ -173,10 +169,6 @@
|
|
|
173
169
|
"type": "string",
|
|
174
170
|
"description": "Output filename",
|
|
175
171
|
"default": "filled-form.pdf"
|
|
176
|
-
},
|
|
177
|
-
"project_id": {
|
|
178
|
-
"type": "integer",
|
|
179
|
-
"description": "Project ID for storage"
|
|
180
172
|
}
|
|
181
173
|
}
|
|
182
174
|
}
|
|
@@ -214,10 +206,6 @@
|
|
|
214
206
|
"type": "string",
|
|
215
207
|
"description": "Output filename",
|
|
216
208
|
"default": "merged.pdf"
|
|
217
|
-
},
|
|
218
|
-
"project_id": {
|
|
219
|
-
"type": "integer",
|
|
220
|
-
"description": "Project ID for storage"
|
|
221
209
|
}
|
|
222
210
|
},
|
|
223
211
|
"required": [
|
|
@@ -266,10 +254,6 @@
|
|
|
266
254
|
],
|
|
267
255
|
"description": "Pages to watermark ('all' or array of page numbers)",
|
|
268
256
|
"default": "all"
|
|
269
|
-
},
|
|
270
|
-
"project_id": {
|
|
271
|
-
"type": "integer",
|
|
272
|
-
"description": "Project ID for storage"
|
|
273
257
|
}
|
|
274
258
|
}
|
|
275
259
|
}
|
|
@@ -282,11 +266,6 @@
|
|
|
282
266
|
"input_schema": {
|
|
283
267
|
"type": "object",
|
|
284
268
|
"properties": {
|
|
285
|
-
"project_id": {
|
|
286
|
-
"type": "integer",
|
|
287
|
-
"description": "Project ID",
|
|
288
|
-
"required": true
|
|
289
|
-
},
|
|
290
269
|
"template_id": {
|
|
291
270
|
"type": "integer",
|
|
292
271
|
"description": "Template ID to use"
|
|
@@ -307,7 +286,6 @@
|
|
|
307
286
|
}
|
|
308
287
|
},
|
|
309
288
|
"required": [
|
|
310
|
-
"project_id",
|
|
311
289
|
"data"
|
|
312
290
|
]
|
|
313
291
|
}
|
|
@@ -351,10 +329,6 @@
|
|
|
351
329
|
"type": "string",
|
|
352
330
|
"description": "Output filename",
|
|
353
331
|
"default": "document.pdf"
|
|
354
|
-
},
|
|
355
|
-
"project_id": {
|
|
356
|
-
"type": "integer",
|
|
357
|
-
"description": "Project ID for storage"
|
|
358
332
|
}
|
|
359
333
|
},
|
|
360
334
|
"required": [
|