@apteva/integrations 0.3.13 → 0.3.15
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/apollo.json +5 -5
- package/src/apps/assemblyai.json +2 -2
- package/src/apps/attio.json +2 -2
- package/src/apps/axiom.json +1 -1
- package/src/apps/beehiiv.json +5 -5
- package/src/apps/bitly.json +4 -4
- package/src/apps/bloobirds.json +1 -1
- package/src/apps/box.json +3 -3
- package/src/apps/brevo.json +20 -20
- package/src/apps/browse-ai.json +4 -4
- package/src/apps/bunny-cdn.json +4 -4
- package/src/apps/bunny-stream.json +8 -8
- package/src/apps/cal-com.json +1 -1
- package/src/apps/calendly.json +6 -6
- package/src/apps/canva.json +3 -3
- package/src/apps/cartesia.json +1 -1
- package/src/apps/composio.json +2 -2
- package/src/apps/convertkit.json +2 -2
- package/src/apps/core-video.json +7 -7
- package/src/apps/dialpad.json +2 -2
- package/src/apps/dnsimple.json +12 -12
- package/src/apps/eventbrite-events.json +16 -16
- package/src/apps/fal-ai.json +5 -5
- package/src/apps/folk.json +5 -5
- package/src/apps/gigs-marketplace.json +30 -30
- package/src/apps/github.json +31 -31
- package/src/apps/gmail.json +16 -16
- package/src/apps/gohighlevel.json +3 -3
- package/src/apps/google-ads.json +8 -8
- package/src/apps/google-calendar.json +16 -16
- package/src/apps/google-drive.json +7 -7
- package/src/apps/google-sheets.json +7 -7
- package/src/apps/hackernews.json +2 -2
- package/src/apps/helpscout.json +3 -3
- package/src/apps/heygen.json +881 -58
- package/src/apps/hunter.json +5 -5
- package/src/apps/instagram-api.json +4 -6
- package/src/apps/late.json +17 -17
- package/src/apps/leadpages.json +4 -4
- package/src/apps/learning-platform.json +53 -53
- package/src/apps/marin-software.json +2 -2
- package/src/apps/notion.json +12 -12
- package/src/apps/omnikit-analytics.json +1 -1
- package/src/apps/omnikit-api-gateway.json +11 -11
- package/src/apps/omnikit-billing.json +21 -21
- package/src/apps/omnikit-cms.json +23 -23
- package/src/apps/omnikit-code-ops.json +1183 -0
- package/src/apps/omnikit-functions.json +6 -6
- package/src/apps/omnikit-intelligence.json +1 -1
- package/src/apps/omnikit-management.json +3 -3
- package/src/apps/omnikit-messaging.json +25 -25
- package/src/apps/omnikit-redirects.json +1 -1
- package/src/apps/omnikit-webhooks.json +3 -3
- package/src/apps/optinmonster.json +4 -4
- package/src/apps/paidkit.json +13 -13
- package/src/apps/polymarket.json +5 -5
- package/src/apps/porkbun.json +12 -12
- package/src/apps/rankbird.json +51 -56
- package/src/apps/skai.json +4 -4
- package/src/apps/smartly.json +1 -1
- package/src/apps/socialcast.json +30 -12
- package/src/apps/stripe-payments.json +9 -9
- package/src/apps/taskflow.json +11 -11
- package/src/apps/ticktick.json +3 -3
- package/src/apps/tiktok-api.json +78 -0
- package/src/apps/todoist.json +1 -1
- package/src/apps/twilio.json +28 -28
- package/src/apps/twitter-api.json +86 -30
package/src/apps/hunter.json
CHANGED
|
@@ -250,7 +250,7 @@
|
|
|
250
250
|
"name": "lead_get",
|
|
251
251
|
"description": "Get a specific lead by ID.",
|
|
252
252
|
"method": "GET",
|
|
253
|
-
"path": "/leads
|
|
253
|
+
"path": "/leads/{lead_id}",
|
|
254
254
|
"input_schema": {
|
|
255
255
|
"type": "object",
|
|
256
256
|
"properties": {
|
|
@@ -326,7 +326,7 @@
|
|
|
326
326
|
"name": "lead_update",
|
|
327
327
|
"description": "Update an existing lead.",
|
|
328
328
|
"method": "PUT",
|
|
329
|
-
"path": "/leads
|
|
329
|
+
"path": "/leads/{lead_id}",
|
|
330
330
|
"input_schema": {
|
|
331
331
|
"type": "object",
|
|
332
332
|
"properties": {
|
|
@@ -376,7 +376,7 @@
|
|
|
376
376
|
"name": "lead_delete",
|
|
377
377
|
"description": "Delete a lead by ID.",
|
|
378
378
|
"method": "DELETE",
|
|
379
|
-
"path": "/leads
|
|
379
|
+
"path": "/leads/{lead_id}",
|
|
380
380
|
"input_schema": {
|
|
381
381
|
"type": "object",
|
|
382
382
|
"properties": {
|
|
@@ -454,7 +454,7 @@
|
|
|
454
454
|
"name": "campaign_add_recipients",
|
|
455
455
|
"description": "Add recipients to an email campaign by email addresses or lead IDs (max 50 per request).",
|
|
456
456
|
"method": "POST",
|
|
457
|
-
"path": "/campaigns
|
|
457
|
+
"path": "/campaigns/{campaign_id}/recipients",
|
|
458
458
|
"input_schema": {
|
|
459
459
|
"type": "object",
|
|
460
460
|
"properties": {
|
|
@@ -486,7 +486,7 @@
|
|
|
486
486
|
"name": "campaign_start",
|
|
487
487
|
"description": "Start an email campaign that is in draft state. Campaign must have recipients and content configured.",
|
|
488
488
|
"method": "POST",
|
|
489
|
-
"path": "/campaigns
|
|
489
|
+
"path": "/campaigns/{campaign_id}/start",
|
|
490
490
|
"input_schema": {
|
|
491
491
|
"type": "object",
|
|
492
492
|
"properties": {
|
|
@@ -125,7 +125,7 @@
|
|
|
125
125
|
},
|
|
126
126
|
{
|
|
127
127
|
"name": "create_media_container",
|
|
128
|
-
"description": "Step 1 of 2 to publish on Instagram. Create a media container with image/video URL and caption. Returns containerId for step 2 (publish-media-container). For videos: use sync=true to wait for processing to complete automatically (recommended), or poll manually with get-container-status.",
|
|
128
|
+
"description": "Step 1 of 2 to publish on Instagram. Create a media container with image/video URL and caption. Returns containerId for step 2 (publish-media-container). For videos: use sync=true to wait for processing to complete automatically (recommended), or poll manually with get-container-status.\n\nFor CAROUSEL posts: 1) Create child containers with isCarouselItem=true (each with imageUrl or videoUrl, mediaType IMAGE or REELS). 2) Create parent carousel container via Graph API: POST /{instagramAccountId}/media with media_type=CAROUSEL, children={comma-separated child IDs}, and caption. 3) Publish the parent container with publish-media-container. Up to 10 items per carousel.",
|
|
129
129
|
"method": "POST",
|
|
130
130
|
"path": "/create-media-container",
|
|
131
131
|
"input_schema": {
|
|
@@ -395,7 +395,7 @@
|
|
|
395
395
|
},
|
|
396
396
|
{
|
|
397
397
|
"name": "get_media_insights",
|
|
398
|
-
"description": "Get analytics and insights for a specific Instagram media post",
|
|
398
|
+
"description": "Get analytics and insights for a specific Instagram media post. Note: 'plays' metric was deprecated in 2025 — use 'views' instead.",
|
|
399
399
|
"method": "GET",
|
|
400
400
|
"path": "/get-media-insights",
|
|
401
401
|
"input_schema": {
|
|
@@ -416,8 +416,7 @@
|
|
|
416
416
|
"saved",
|
|
417
417
|
"likes",
|
|
418
418
|
"comments",
|
|
419
|
-
"shares"
|
|
420
|
-
"plays"
|
|
419
|
+
"shares"
|
|
421
420
|
]
|
|
422
421
|
},
|
|
423
422
|
"default": [
|
|
@@ -426,8 +425,7 @@
|
|
|
426
425
|
"saved",
|
|
427
426
|
"likes",
|
|
428
427
|
"comments",
|
|
429
|
-
"shares"
|
|
430
|
-
"plays"
|
|
428
|
+
"shares"
|
|
431
429
|
]
|
|
432
430
|
}
|
|
433
431
|
},
|
package/src/apps/late.json
CHANGED
|
@@ -126,7 +126,7 @@
|
|
|
126
126
|
"name": "get_post",
|
|
127
127
|
"description": "Retrieve details and status of a specific post by ID",
|
|
128
128
|
"method": "GET",
|
|
129
|
-
"path": "/posts
|
|
129
|
+
"path": "/posts/{postId}",
|
|
130
130
|
"input_schema": {
|
|
131
131
|
"type": "object",
|
|
132
132
|
"properties": {
|
|
@@ -144,7 +144,7 @@
|
|
|
144
144
|
"name": "update_post",
|
|
145
145
|
"description": "Modify a scheduled post before it's published",
|
|
146
146
|
"method": "PATCH",
|
|
147
|
-
"path": "/posts
|
|
147
|
+
"path": "/posts/{postId}",
|
|
148
148
|
"input_schema": {
|
|
149
149
|
"type": "object",
|
|
150
150
|
"properties": {
|
|
@@ -184,7 +184,7 @@
|
|
|
184
184
|
"name": "delete_post",
|
|
185
185
|
"description": "Remove a post from the queue",
|
|
186
186
|
"method": "DELETE",
|
|
187
|
-
"path": "/posts
|
|
187
|
+
"path": "/posts/{postId}",
|
|
188
188
|
"input_schema": {
|
|
189
189
|
"type": "object",
|
|
190
190
|
"properties": {
|
|
@@ -278,7 +278,7 @@
|
|
|
278
278
|
"name": "get_profile",
|
|
279
279
|
"description": "Get details of a specific profile",
|
|
280
280
|
"method": "GET",
|
|
281
|
-
"path": "/profiles
|
|
281
|
+
"path": "/profiles/{profileId}",
|
|
282
282
|
"input_schema": {
|
|
283
283
|
"type": "object",
|
|
284
284
|
"properties": {
|
|
@@ -296,7 +296,7 @@
|
|
|
296
296
|
"name": "delete_profile",
|
|
297
297
|
"description": "Delete a profile and disconnect all associated accounts",
|
|
298
298
|
"method": "DELETE",
|
|
299
|
-
"path": "/profiles
|
|
299
|
+
"path": "/profiles/{profileId}",
|
|
300
300
|
"input_schema": {
|
|
301
301
|
"type": "object",
|
|
302
302
|
"properties": {
|
|
@@ -333,7 +333,7 @@
|
|
|
333
333
|
"name": "connect_account",
|
|
334
334
|
"description": "Get OAuth URL to connect a social media account. User must visit the returned URL to complete OAuth flow.",
|
|
335
335
|
"method": "GET",
|
|
336
|
-
"path": "/connect
|
|
336
|
+
"path": "/connect/{platform}",
|
|
337
337
|
"input_schema": {
|
|
338
338
|
"type": "object",
|
|
339
339
|
"properties": {
|
|
@@ -374,7 +374,7 @@
|
|
|
374
374
|
"name": "disconnect_account",
|
|
375
375
|
"description": "Disconnect a social media account",
|
|
376
376
|
"method": "DELETE",
|
|
377
|
-
"path": "/accounts
|
|
377
|
+
"path": "/accounts/{accountId}",
|
|
378
378
|
"input_schema": {
|
|
379
379
|
"type": "object",
|
|
380
380
|
"properties": {
|
|
@@ -461,7 +461,7 @@
|
|
|
461
461
|
"name": "get_conversation",
|
|
462
462
|
"description": "Get details of a specific conversation including message history",
|
|
463
463
|
"method": "GET",
|
|
464
|
-
"path": "/messages/conversations
|
|
464
|
+
"path": "/messages/conversations/{conversationId}",
|
|
465
465
|
"input_schema": {
|
|
466
466
|
"type": "object",
|
|
467
467
|
"properties": {
|
|
@@ -479,7 +479,7 @@
|
|
|
479
479
|
"name": "reply_conversation",
|
|
480
480
|
"description": "Reply to a DM, comment, or review. Requires Inbox addon subscription.",
|
|
481
481
|
"method": "POST",
|
|
482
|
-
"path": "/messages/conversations
|
|
482
|
+
"path": "/messages/conversations/{conversationId}/messages",
|
|
483
483
|
"input_schema": {
|
|
484
484
|
"type": "object",
|
|
485
485
|
"properties": {
|
|
@@ -555,7 +555,7 @@
|
|
|
555
555
|
"name": "delete_webhook",
|
|
556
556
|
"description": "Delete a webhook by ID",
|
|
557
557
|
"method": "DELETE",
|
|
558
|
-
"path": "/webhooks
|
|
558
|
+
"path": "/webhooks/{webhookId}",
|
|
559
559
|
"input_schema": {
|
|
560
560
|
"type": "object",
|
|
561
561
|
"properties": {
|
|
@@ -573,7 +573,7 @@
|
|
|
573
573
|
"name": "retry_post",
|
|
574
574
|
"description": "Retry publishing a failed post",
|
|
575
575
|
"method": "POST",
|
|
576
|
-
"path": "/posts
|
|
576
|
+
"path": "/posts/{postId}/retry",
|
|
577
577
|
"input_schema": {
|
|
578
578
|
"type": "object",
|
|
579
579
|
"properties": {
|
|
@@ -591,7 +591,7 @@
|
|
|
591
591
|
"name": "unpublish_post",
|
|
592
592
|
"description": "Remove a published post from a specific platform",
|
|
593
593
|
"method": "DELETE",
|
|
594
|
-
"path": "/posts
|
|
594
|
+
"path": "/posts/{postId}/platform/{platform}",
|
|
595
595
|
"input_schema": {
|
|
596
596
|
"type": "object",
|
|
597
597
|
"properties": {
|
|
@@ -669,7 +669,7 @@
|
|
|
669
669
|
"name": "account_health",
|
|
670
670
|
"description": "Check the connection health status of a connected social media account",
|
|
671
671
|
"method": "GET",
|
|
672
|
-
"path": "/accounts
|
|
672
|
+
"path": "/accounts/{{accountId|health}}/health",
|
|
673
673
|
"input_schema": {
|
|
674
674
|
"type": "object",
|
|
675
675
|
"properties": {
|
|
@@ -704,7 +704,7 @@
|
|
|
704
704
|
"name": "reply_comment",
|
|
705
705
|
"description": "Reply to a comment on a post",
|
|
706
706
|
"method": "POST",
|
|
707
|
-
"path": "/comments/posts
|
|
707
|
+
"path": "/comments/posts/{postId}/reply",
|
|
708
708
|
"input_schema": {
|
|
709
709
|
"type": "object",
|
|
710
710
|
"properties": {
|
|
@@ -727,7 +727,7 @@
|
|
|
727
727
|
"name": "follower_stats",
|
|
728
728
|
"description": "Get follower count and growth stats for a connected account",
|
|
729
729
|
"method": "GET",
|
|
730
|
-
"path": "/accounts
|
|
730
|
+
"path": "/accounts/{accountId}/followers",
|
|
731
731
|
"input_schema": {
|
|
732
732
|
"type": "object",
|
|
733
733
|
"properties": {
|
|
@@ -912,7 +912,7 @@
|
|
|
912
912
|
"name": "delete_queue_slot",
|
|
913
913
|
"description": "Remove a queue from a profile. If deleting the default queue, another queue automatically becomes the default.",
|
|
914
914
|
"method": "DELETE",
|
|
915
|
-
"path": "/queue
|
|
915
|
+
"path": "/queue/{queueId}",
|
|
916
916
|
"input_schema": {
|
|
917
917
|
"type": "object",
|
|
918
918
|
"properties": {
|
|
@@ -1030,7 +1030,7 @@
|
|
|
1030
1030
|
"name": "update_profile",
|
|
1031
1031
|
"description": "Update an existing profile's name or description",
|
|
1032
1032
|
"method": "PATCH",
|
|
1033
|
-
"path": "/profiles
|
|
1033
|
+
"path": "/profiles/{profileId}",
|
|
1034
1034
|
"input_schema": {
|
|
1035
1035
|
"type": "object",
|
|
1036
1036
|
"properties": {
|
package/src/apps/leadpages.json
CHANGED
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"name": "get_page",
|
|
55
55
|
"description": "Get details of a specific landing page by ID, including its configuration, publish status, and URL.",
|
|
56
56
|
"method": "GET",
|
|
57
|
-
"path": "/pages
|
|
57
|
+
"path": "/pages/{pageId}",
|
|
58
58
|
"input_schema": {
|
|
59
59
|
"type": "object",
|
|
60
60
|
"properties": {
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
"name": "update_page",
|
|
96
96
|
"description": "Update a landing page's name or settings.",
|
|
97
97
|
"method": "PUT",
|
|
98
|
-
"path": "/pages
|
|
98
|
+
"path": "/pages/{pageId}",
|
|
99
99
|
"input_schema": {
|
|
100
100
|
"type": "object",
|
|
101
101
|
"properties": {
|
|
@@ -117,7 +117,7 @@
|
|
|
117
117
|
"name": "delete_page",
|
|
118
118
|
"description": "Delete a landing page.",
|
|
119
119
|
"method": "DELETE",
|
|
120
|
-
"path": "/pages
|
|
120
|
+
"path": "/pages/{pageId}",
|
|
121
121
|
"input_schema": {
|
|
122
122
|
"type": "object",
|
|
123
123
|
"properties": {
|
|
@@ -197,7 +197,7 @@
|
|
|
197
197
|
"name": "get_page_analytics",
|
|
198
198
|
"description": "Get conversion analytics for a landing page — views, unique visitors, conversions, and conversion rate.",
|
|
199
199
|
"method": "GET",
|
|
200
|
-
"path": "/pages
|
|
200
|
+
"path": "/pages/{pageId}/analytics",
|
|
201
201
|
"input_schema": {
|
|
202
202
|
"type": "object",
|
|
203
203
|
"properties": {
|