@apteva/integrations 0.3.12 → 0.3.14
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/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-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 +13 -13
- 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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@apteva/integrations",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.14",
|
|
4
4
|
"description": "Local integrations, connections, and webhooks for Apteva. Self-contained app templates, OAuth engine, and trigger provider.",
|
|
5
5
|
"author": "Apteva <hello@apteva.com>",
|
|
6
6
|
"license": "Elastic-2.0",
|
package/src/apps/apollo.json
CHANGED
|
@@ -296,7 +296,7 @@
|
|
|
296
296
|
"name": "org_get",
|
|
297
297
|
"description": "Get complete details for a specific organization by Apollo ID. Returns industry, funding, employees, technology stack, and more.",
|
|
298
298
|
"method": "GET",
|
|
299
|
-
"path": "/organizations
|
|
299
|
+
"path": "/organizations/{organization_id}",
|
|
300
300
|
"input_schema": {
|
|
301
301
|
"type": "object",
|
|
302
302
|
"properties": {
|
|
@@ -388,7 +388,7 @@
|
|
|
388
388
|
"name": "contact_update",
|
|
389
389
|
"description": "Update an existing CRM contact.",
|
|
390
390
|
"method": "PATCH",
|
|
391
|
-
"path": "/contacts
|
|
391
|
+
"path": "/contacts/{contact_id}",
|
|
392
392
|
"input_schema": {
|
|
393
393
|
"type": "object",
|
|
394
394
|
"properties": {
|
|
@@ -441,7 +441,7 @@
|
|
|
441
441
|
"name": "contact_view",
|
|
442
442
|
"description": "Get full details for a specific CRM contact including enriched data.",
|
|
443
443
|
"method": "GET",
|
|
444
|
-
"path": "/contacts
|
|
444
|
+
"path": "/contacts/{contact_id}",
|
|
445
445
|
"input_schema": {
|
|
446
446
|
"type": "object",
|
|
447
447
|
"properties": {
|
|
@@ -616,7 +616,7 @@
|
|
|
616
616
|
"name": "deal_view",
|
|
617
617
|
"description": "Get details for a specific deal/opportunity.",
|
|
618
618
|
"method": "GET",
|
|
619
|
-
"path": "/opportunities
|
|
619
|
+
"path": "/opportunities/{opportunity_id}",
|
|
620
620
|
"input_schema": {
|
|
621
621
|
"type": "object",
|
|
622
622
|
"properties": {
|
|
@@ -688,7 +688,7 @@
|
|
|
688
688
|
"name": "sequence_add_contacts",
|
|
689
689
|
"description": "Add contacts to an email sequence/campaign.",
|
|
690
690
|
"method": "POST",
|
|
691
|
-
"path": "/emailer_campaigns
|
|
691
|
+
"path": "/emailer_campaigns/{sequence_id}/add_contact_ids",
|
|
692
692
|
"input_schema": {
|
|
693
693
|
"type": "object",
|
|
694
694
|
"properties": {
|
package/src/apps/assemblyai.json
CHANGED
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
"name": "get_transcript",
|
|
86
86
|
"description": "Retrieve the status and results of a transcript by its ID. The transcript is ready when the 'status' field is 'completed'. While processing, the status will be 'queued' or 'processing'. If transcription fails, the status will be 'error' with an error message.",
|
|
87
87
|
"method": "GET",
|
|
88
|
-
"path": "/transcript
|
|
88
|
+
"path": "/transcript/{{param.transcript_id}}",
|
|
89
89
|
"input_schema": {
|
|
90
90
|
"type": "object",
|
|
91
91
|
"properties": {
|
|
@@ -140,7 +140,7 @@
|
|
|
140
140
|
"name": "word_search",
|
|
141
141
|
"description": "Search for specific words or phrases within a completed transcript. Returns match counts, positions in the word array, and associated timestamps for each match. Supports individual words, numbers, or phrases containing up to five words.",
|
|
142
142
|
"method": "GET",
|
|
143
|
-
"path": "/transcript
|
|
143
|
+
"path": "/transcript/{{param.transcript_id}}/word-search",
|
|
144
144
|
"input_schema": {
|
|
145
145
|
"type": "object",
|
|
146
146
|
"properties": {
|
package/src/apps/attio.json
CHANGED
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"name": "list_call_recordings",
|
|
64
64
|
"description": "List all call recordings associated with a specific meeting in Attio CRM. Returns recording metadata including video URLs and processing status. Requires a meeting ID obtained from the list meetings endpoint.",
|
|
65
65
|
"method": "GET",
|
|
66
|
-
"path": "/meetings
|
|
66
|
+
"path": "/meetings/{{param.meeting_id}}/call_recordings",
|
|
67
67
|
"input_schema": {
|
|
68
68
|
"type": "object",
|
|
69
69
|
"properties": {
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
"name": "create_call_recording",
|
|
91
91
|
"description": "Create a new call recording for a meeting in Attio CRM. Provide a video URL pointing to the recording file. Rate limited to 1 request per second. This endpoint is in alpha.",
|
|
92
92
|
"method": "POST",
|
|
93
|
-
"path": "/meetings
|
|
93
|
+
"path": "/meetings/{{param.meeting_id}}/call_recordings",
|
|
94
94
|
"input_schema": {
|
|
95
95
|
"type": "object",
|
|
96
96
|
"properties": {
|
package/src/apps/axiom.json
CHANGED
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"name": "ingest_events",
|
|
66
66
|
"description": "Ingest one or more events into a specified Axiom dataset. Send an array of JSON objects to be stored as log/event entries.",
|
|
67
67
|
"method": "POST",
|
|
68
|
-
"path": "/datasets
|
|
68
|
+
"path": "/datasets/{{param.dataset}}/ingest",
|
|
69
69
|
"input_schema": {
|
|
70
70
|
"type": "object",
|
|
71
71
|
"properties": {
|
package/src/apps/beehiiv.json
CHANGED
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"name": "list_subscribers",
|
|
42
42
|
"description": "List all subscribers for a specific publication. Supports pagination and filtering by email, status, and tier.",
|
|
43
43
|
"method": "GET",
|
|
44
|
-
"path": "/publications
|
|
44
|
+
"path": "/publications/{{param.publication_id}}/subscriptions",
|
|
45
45
|
"input_schema": {
|
|
46
46
|
"type": "object",
|
|
47
47
|
"properties": {
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"name": "create_subscriber",
|
|
81
81
|
"description": "Create a new subscriber (subscription) for a publication. Provide the subscriber's email and optional details like UTM parameters and custom fields.",
|
|
82
82
|
"method": "POST",
|
|
83
|
-
"path": "/publications
|
|
83
|
+
"path": "/publications/{{param.publication_id}}/subscriptions",
|
|
84
84
|
"input_schema": {
|
|
85
85
|
"type": "object",
|
|
86
86
|
"properties": {
|
|
@@ -144,7 +144,7 @@
|
|
|
144
144
|
"name": "get_subscriber",
|
|
145
145
|
"description": "Retrieve a specific subscriber by their subscription ID. Returns detailed subscriber information including status, subscription date, and custom fields.",
|
|
146
146
|
"method": "GET",
|
|
147
|
-
"path": "/publications
|
|
147
|
+
"path": "/publications/{{param.publication_id}}/subscriptions/{{param.subscription_id}}",
|
|
148
148
|
"input_schema": {
|
|
149
149
|
"type": "object",
|
|
150
150
|
"properties": {
|
|
@@ -167,7 +167,7 @@
|
|
|
167
167
|
"name": "list_posts",
|
|
168
168
|
"description": "List all posts for a specific publication. Returns post details including title, status, publish date, and content metadata. Supports pagination.",
|
|
169
169
|
"method": "GET",
|
|
170
|
-
"path": "/publications
|
|
170
|
+
"path": "/publications/{{param.publication_id}}/posts",
|
|
171
171
|
"input_schema": {
|
|
172
172
|
"type": "object",
|
|
173
173
|
"properties": {
|
|
@@ -202,7 +202,7 @@
|
|
|
202
202
|
"name": "create_post",
|
|
203
203
|
"description": "Create a new post (newsletter) in a publication. Provide the title and content as raw HTML or structured blocks. Posts can be published immediately, scheduled, or saved as drafts.",
|
|
204
204
|
"method": "POST",
|
|
205
|
-
"path": "/publications
|
|
205
|
+
"path": "/publications/{{param.publication_id}}/posts",
|
|
206
206
|
"input_schema": {
|
|
207
207
|
"type": "object",
|
|
208
208
|
"properties": {
|
package/src/apps/bitly.json
CHANGED
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"name": "get_bitlink",
|
|
58
58
|
"description": "Retrieve details about a specific Bitlink including its long URL, creation date, tags, and custom bitlinks. The bitlink parameter should be the short URL without the protocol (e.g. 'bit.ly/abc123').",
|
|
59
59
|
"method": "GET",
|
|
60
|
-
"path": "/bitlinks
|
|
60
|
+
"path": "/bitlinks/{{param.bitlink}}",
|
|
61
61
|
"input_schema": {
|
|
62
62
|
"type": "object",
|
|
63
63
|
"properties": {
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"name": "list_bitlinks",
|
|
76
76
|
"description": "Retrieve a list of Bitlinks for a specific group. Returns Bitlinks sorted by creation date. Supports pagination and filtering.",
|
|
77
77
|
"method": "GET",
|
|
78
|
-
"path": "/groups
|
|
78
|
+
"path": "/groups/{{param.group_guid}}/bitlinks",
|
|
79
79
|
"input_schema": {
|
|
80
80
|
"type": "object",
|
|
81
81
|
"properties": {
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
"name": "get_clicks_summary",
|
|
106
106
|
"description": "Get a summary of clicks for a specific Bitlink. Returns total click count for the specified time period. Useful for analytics and reporting.",
|
|
107
107
|
"method": "GET",
|
|
108
|
-
"path": "/bitlinks
|
|
108
|
+
"path": "/bitlinks/{{param.bitlink}}/clicks/summary",
|
|
109
109
|
"input_schema": {
|
|
110
110
|
"type": "object",
|
|
111
111
|
"properties": {
|
|
@@ -142,7 +142,7 @@
|
|
|
142
142
|
"name": "update_bitlink",
|
|
143
143
|
"description": "Update properties of an existing Bitlink such as its title, tags, or archived status. Note: the destination URL (long_url) cannot be changed after creation.",
|
|
144
144
|
"method": "PATCH",
|
|
145
|
-
"path": "/bitlinks
|
|
145
|
+
"path": "/bitlinks/{{param.bitlink}}",
|
|
146
146
|
"input_schema": {
|
|
147
147
|
"type": "object",
|
|
148
148
|
"properties": {
|
package/src/apps/bloobirds.json
CHANGED
|
@@ -204,7 +204,7 @@
|
|
|
204
204
|
"name": "update_lead",
|
|
205
205
|
"description": "Update an existing lead bobject in Bloobirds. Provide the lead's bobject ID and the fields to update.",
|
|
206
206
|
"method": "PUT",
|
|
207
|
-
"path": "/bobjects/Lead
|
|
207
|
+
"path": "/bobjects/Lead/{{param.bobject_id}}",
|
|
208
208
|
"input_schema": {
|
|
209
209
|
"type": "object",
|
|
210
210
|
"properties": {
|
package/src/apps/box.json
CHANGED
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"name": "list_folder_items",
|
|
33
33
|
"description": "List all files and folders within a specific Box folder. Returns item names, types, IDs, sizes, and modification dates. Supports pagination via offset and limit. Use folder_id '0' for the root folder.",
|
|
34
34
|
"method": "GET",
|
|
35
|
-
"path": "/2.0/folders
|
|
35
|
+
"path": "/2.0/folders/{{param.folder_id}}/items",
|
|
36
36
|
"input_schema": {
|
|
37
37
|
"type": "object",
|
|
38
38
|
"properties": {
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"name": "get_file_info",
|
|
82
82
|
"description": "Retrieve detailed information about a specific file in Box by its ID. Returns metadata including name, size, SHA1 hash, owner, parent folder, timestamps, shared link status, and more.",
|
|
83
83
|
"method": "GET",
|
|
84
|
-
"path": "/2.0/files
|
|
84
|
+
"path": "/2.0/files/{{param.file_id}}",
|
|
85
85
|
"input_schema": {
|
|
86
86
|
"type": "object",
|
|
87
87
|
"properties": {
|
|
@@ -233,7 +233,7 @@
|
|
|
233
233
|
"name": "create_shared_link",
|
|
234
234
|
"description": "Create or update a shared link for a file in Box. Allows setting the access level (open, company, or collaborators), optional password protection, expiration date, and download permissions. Returns the file object with the shared link URL.",
|
|
235
235
|
"method": "PUT",
|
|
236
|
-
"path": "/2.0/files
|
|
236
|
+
"path": "/2.0/files/{{param.file_id}}",
|
|
237
237
|
"input_schema": {
|
|
238
238
|
"type": "object",
|
|
239
239
|
"properties": {
|
package/src/apps/brevo.json
CHANGED
|
@@ -164,7 +164,7 @@
|
|
|
164
164
|
"name": "get_contact",
|
|
165
165
|
"description": "Get contact details by email address or ID",
|
|
166
166
|
"method": "GET",
|
|
167
|
-
"path": "/contacts
|
|
167
|
+
"path": "/contacts/{identifier}",
|
|
168
168
|
"input_schema": {
|
|
169
169
|
"type": "object",
|
|
170
170
|
"properties": {
|
|
@@ -182,7 +182,7 @@
|
|
|
182
182
|
"name": "update_contact",
|
|
183
183
|
"description": "Update an existing contact's attributes or list memberships. Attributes must be passed in UPPERCASE (e.g., FIRSTNAME, LASTNAME). Attributes must exist in your Brevo account - use brevo-list-attributes to see available attributes.",
|
|
184
184
|
"method": "PUT",
|
|
185
|
-
"path": "/contacts
|
|
185
|
+
"path": "/contacts/{identifier}",
|
|
186
186
|
"input_schema": {
|
|
187
187
|
"type": "object",
|
|
188
188
|
"properties": {
|
|
@@ -233,7 +233,7 @@
|
|
|
233
233
|
"name": "delete_contact",
|
|
234
234
|
"description": "Permanently delete a contact from Brevo",
|
|
235
235
|
"method": "DELETE",
|
|
236
|
-
"path": "/contacts
|
|
236
|
+
"path": "/contacts/{identifier}",
|
|
237
237
|
"input_schema": {
|
|
238
238
|
"type": "object",
|
|
239
239
|
"properties": {
|
|
@@ -337,7 +337,7 @@
|
|
|
337
337
|
"name": "add_contacts_to_list",
|
|
338
338
|
"description": "Add multiple contacts to a list by email addresses",
|
|
339
339
|
"method": "POST",
|
|
340
|
-
"path": "/contacts/lists
|
|
340
|
+
"path": "/contacts/lists/{listId}/contacts/add",
|
|
341
341
|
"input_schema": {
|
|
342
342
|
"type": "object",
|
|
343
343
|
"properties": {
|
|
@@ -363,7 +363,7 @@
|
|
|
363
363
|
"name": "remove_contacts_from_list",
|
|
364
364
|
"description": "Remove multiple contacts from a list",
|
|
365
365
|
"method": "POST",
|
|
366
|
-
"path": "/contacts/lists
|
|
366
|
+
"path": "/contacts/lists/{listId}/contacts/remove",
|
|
367
367
|
"input_schema": {
|
|
368
368
|
"type": "object",
|
|
369
369
|
"properties": {
|
|
@@ -422,7 +422,7 @@
|
|
|
422
422
|
"name": "get_template",
|
|
423
423
|
"description": "Get a specific email template by ID",
|
|
424
424
|
"method": "GET",
|
|
425
|
-
"path": "/smtp/templates
|
|
425
|
+
"path": "/smtp/templates/{templateId}",
|
|
426
426
|
"input_schema": {
|
|
427
427
|
"type": "object",
|
|
428
428
|
"properties": {
|
|
@@ -497,7 +497,7 @@
|
|
|
497
497
|
"name": "update_template",
|
|
498
498
|
"description": "Update an existing email template",
|
|
499
499
|
"method": "PUT",
|
|
500
|
-
"path": "/smtp/templates
|
|
500
|
+
"path": "/smtp/templates/{templateId}",
|
|
501
501
|
"input_schema": {
|
|
502
502
|
"type": "object",
|
|
503
503
|
"properties": {
|
|
@@ -539,7 +539,7 @@
|
|
|
539
539
|
"name": "delete_template",
|
|
540
540
|
"description": "Delete an email template",
|
|
541
541
|
"method": "DELETE",
|
|
542
|
-
"path": "/smtp/templates
|
|
542
|
+
"path": "/smtp/templates/{templateId}",
|
|
543
543
|
"input_schema": {
|
|
544
544
|
"type": "object",
|
|
545
545
|
"properties": {
|
|
@@ -751,7 +751,7 @@
|
|
|
751
751
|
"name": "get_campaign",
|
|
752
752
|
"description": "Get details of a specific email campaign",
|
|
753
753
|
"method": "GET",
|
|
754
|
-
"path": "/emailCampaigns
|
|
754
|
+
"path": "/emailCampaigns/{campaignId}",
|
|
755
755
|
"input_schema": {
|
|
756
756
|
"type": "object",
|
|
757
757
|
"properties": {
|
|
@@ -853,7 +853,7 @@
|
|
|
853
853
|
"name": "update_campaign",
|
|
854
854
|
"description": "Update an existing email campaign (only draft campaigns can be updated)",
|
|
855
855
|
"method": "PUT",
|
|
856
|
-
"path": "/emailCampaigns
|
|
856
|
+
"path": "/emailCampaigns/{campaignId}",
|
|
857
857
|
"input_schema": {
|
|
858
858
|
"type": "object",
|
|
859
859
|
"properties": {
|
|
@@ -899,7 +899,7 @@
|
|
|
899
899
|
"name": "send_campaign_now",
|
|
900
900
|
"description": "Send an email campaign immediately",
|
|
901
901
|
"method": "POST",
|
|
902
|
-
"path": "/emailCampaigns
|
|
902
|
+
"path": "/emailCampaigns/{campaignId}/sendNow",
|
|
903
903
|
"input_schema": {
|
|
904
904
|
"type": "object",
|
|
905
905
|
"properties": {
|
|
@@ -917,7 +917,7 @@
|
|
|
917
917
|
"name": "send_test_email",
|
|
918
918
|
"description": "Send a test email for a campaign before launching",
|
|
919
919
|
"method": "POST",
|
|
920
|
-
"path": "/emailCampaigns
|
|
920
|
+
"path": "/emailCampaigns/{campaignId}/sendTest",
|
|
921
921
|
"input_schema": {
|
|
922
922
|
"type": "object",
|
|
923
923
|
"properties": {
|
|
@@ -943,7 +943,7 @@
|
|
|
943
943
|
"name": "schedule_campaign",
|
|
944
944
|
"description": "Schedule an email campaign for a specific date and time",
|
|
945
945
|
"method": "POST",
|
|
946
|
-
"path": "/emailCampaigns
|
|
946
|
+
"path": "/emailCampaigns/{campaignId}/schedule",
|
|
947
947
|
"input_schema": {
|
|
948
948
|
"type": "object",
|
|
949
949
|
"properties": {
|
|
@@ -966,7 +966,7 @@
|
|
|
966
966
|
"name": "get_campaign_stats",
|
|
967
967
|
"description": "Get detailed statistics for an email campaign",
|
|
968
968
|
"method": "GET",
|
|
969
|
-
"path": "/emailCampaigns
|
|
969
|
+
"path": "/emailCampaigns/{campaignId}",
|
|
970
970
|
"input_schema": {
|
|
971
971
|
"type": "object",
|
|
972
972
|
"properties": {
|
|
@@ -1026,7 +1026,7 @@
|
|
|
1026
1026
|
"name": "delete_sender",
|
|
1027
1027
|
"description": "Delete a sender identity",
|
|
1028
1028
|
"method": "DELETE",
|
|
1029
|
-
"path": "/senders
|
|
1029
|
+
"path": "/senders/{senderId}",
|
|
1030
1030
|
"input_schema": {
|
|
1031
1031
|
"type": "object",
|
|
1032
1032
|
"properties": {
|
|
@@ -1131,7 +1131,7 @@
|
|
|
1131
1131
|
"name": "delete_webhook",
|
|
1132
1132
|
"description": "Delete a webhook",
|
|
1133
1133
|
"method": "DELETE",
|
|
1134
|
-
"path": "/webhooks
|
|
1134
|
+
"path": "/webhooks/{webhookId}",
|
|
1135
1135
|
"input_schema": {
|
|
1136
1136
|
"type": "object",
|
|
1137
1137
|
"properties": {
|
|
@@ -1266,7 +1266,7 @@
|
|
|
1266
1266
|
"name": "create_attribute",
|
|
1267
1267
|
"description": "Create a new contact attribute (field) definition. You must create an attribute before you can use it on contacts. Categories: normal (standard fields), transactional, category (enumerated values), calculated, global.",
|
|
1268
1268
|
"method": "POST",
|
|
1269
|
-
"path": "/contacts/attributes
|
|
1269
|
+
"path": "/contacts/attributes/{attributeCategory}/{attributeName}",
|
|
1270
1270
|
"input_schema": {
|
|
1271
1271
|
"type": "object",
|
|
1272
1272
|
"properties": {
|
|
@@ -1327,7 +1327,7 @@
|
|
|
1327
1327
|
"name": "update_attribute",
|
|
1328
1328
|
"description": "Update an existing contact attribute definition. Used to modify enumeration values for category attributes or formulas for calculated attributes.",
|
|
1329
1329
|
"method": "PUT",
|
|
1330
|
-
"path": "/contacts/attributes
|
|
1330
|
+
"path": "/contacts/attributes/{attributeCategory}/{attributeName}",
|
|
1331
1331
|
"input_schema": {
|
|
1332
1332
|
"type": "object",
|
|
1333
1333
|
"properties": {
|
|
@@ -1375,7 +1375,7 @@
|
|
|
1375
1375
|
"name": "delete_attribute",
|
|
1376
1376
|
"description": "Delete a contact attribute definition. Warning: This removes the attribute from all contacts.",
|
|
1377
1377
|
"method": "DELETE",
|
|
1378
|
-
"path": "/contacts/attributes
|
|
1378
|
+
"path": "/contacts/attributes/{attributeCategory}/{attributeName}",
|
|
1379
1379
|
"input_schema": {
|
|
1380
1380
|
"type": "object",
|
|
1381
1381
|
"properties": {
|
|
@@ -1405,7 +1405,7 @@
|
|
|
1405
1405
|
"name": "get_list",
|
|
1406
1406
|
"description": "Get details of a specific contact list including subscriber count",
|
|
1407
1407
|
"method": "GET",
|
|
1408
|
-
"path": "/contacts/lists
|
|
1408
|
+
"path": "/contacts/lists/{listId}",
|
|
1409
1409
|
"input_schema": {
|
|
1410
1410
|
"type": "object",
|
|
1411
1411
|
"properties": {
|
package/src/apps/browse-ai.json
CHANGED
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"name": "get_robot",
|
|
42
42
|
"description": "Retrieve detailed information about a specific robot by its ID. Returns the robot's name, configuration, input parameters, and creation date.",
|
|
43
43
|
"method": "GET",
|
|
44
|
-
"path": "/robots
|
|
44
|
+
"path": "/robots/{{param.robot_id}}",
|
|
45
45
|
"input_schema": {
|
|
46
46
|
"type": "object",
|
|
47
47
|
"properties": {
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"name": "run_robot",
|
|
60
60
|
"description": "Start a new task by running a robot with the specified input parameters. The robot will navigate to the target URL and extract data based on its configuration. Returns the created task object with its ID for tracking progress.",
|
|
61
61
|
"method": "POST",
|
|
62
|
-
"path": "/robots
|
|
62
|
+
"path": "/robots/{{param.robot_id}}/tasks",
|
|
63
63
|
"input_schema": {
|
|
64
64
|
"type": "object",
|
|
65
65
|
"properties": {
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
"name": "get_task",
|
|
89
89
|
"description": "Retrieve the results and status of a specific task. Returns task status (successful, failed, in-progress), captured text data, screenshots, timestamps, and a debug video URL. Poll this endpoint to check if a running task has completed.",
|
|
90
90
|
"method": "GET",
|
|
91
|
-
"path": "/robots
|
|
91
|
+
"path": "/robots/{{param.robot_id}}/tasks/{{param.task_id}}",
|
|
92
92
|
"input_schema": {
|
|
93
93
|
"type": "object",
|
|
94
94
|
"properties": {
|
|
@@ -111,7 +111,7 @@
|
|
|
111
111
|
"name": "list_tasks",
|
|
112
112
|
"description": "Retrieve a paginated list of tasks for a specific robot. Supports filtering by status and date range. Returns task IDs, statuses, timestamps, and extracted data summaries.",
|
|
113
113
|
"method": "GET",
|
|
114
|
-
"path": "/robots
|
|
114
|
+
"path": "/robots/{{param.robot_id}}/tasks",
|
|
115
115
|
"input_schema": {
|
|
116
116
|
"type": "object",
|
|
117
117
|
"properties": {
|
package/src/apps/bunny-cdn.json
CHANGED
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"name": "get_pullzone",
|
|
57
57
|
"description": "Get detailed information about a specific pull zone including hostnames, cache settings, and security options",
|
|
58
58
|
"method": "GET",
|
|
59
|
-
"path": "/pullzone
|
|
59
|
+
"path": "/pullzone/{pullZoneId}",
|
|
60
60
|
"input_schema": {
|
|
61
61
|
"type": "object",
|
|
62
62
|
"properties": {
|
|
@@ -139,7 +139,7 @@
|
|
|
139
139
|
"name": "update_pullzone",
|
|
140
140
|
"description": "Update pull zone configuration including origin, geo zones, caching, and security settings",
|
|
141
141
|
"method": "POST",
|
|
142
|
-
"path": "/pullzone
|
|
142
|
+
"path": "/pullzone/{pullZoneId}",
|
|
143
143
|
"input_schema": {
|
|
144
144
|
"type": "object",
|
|
145
145
|
"properties": {
|
|
@@ -201,7 +201,7 @@
|
|
|
201
201
|
"name": "delete_pullzone",
|
|
202
202
|
"description": "Delete a CDN pull zone permanently",
|
|
203
203
|
"method": "DELETE",
|
|
204
|
-
"path": "/pullzone
|
|
204
|
+
"path": "/pullzone/{pullZoneId}",
|
|
205
205
|
"input_schema": {
|
|
206
206
|
"type": "object",
|
|
207
207
|
"properties": {
|
|
@@ -219,7 +219,7 @@
|
|
|
219
219
|
"name": "purge_cache",
|
|
220
220
|
"description": "Purge all cached content from a pull zone's CDN edge servers",
|
|
221
221
|
"method": "POST",
|
|
222
|
-
"path": "/pullzone
|
|
222
|
+
"path": "/pullzone/{pullZoneId}/purgeCache",
|
|
223
223
|
"input_schema": {
|
|
224
224
|
"type": "object",
|
|
225
225
|
"properties": {
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"name": "get_library",
|
|
59
59
|
"description": "Get detailed information about the video library",
|
|
60
60
|
"method": "GET",
|
|
61
|
-
"path": "/videolibrary
|
|
61
|
+
"path": "/videolibrary/{{credential.libraryId}}",
|
|
62
62
|
"input_schema": {
|
|
63
63
|
"type": "object",
|
|
64
64
|
"properties": {
|
|
@@ -151,7 +151,7 @@
|
|
|
151
151
|
"name": "list_videos",
|
|
152
152
|
"description": "List all videos in the library with filtering and pagination",
|
|
153
153
|
"method": "GET",
|
|
154
|
-
"path": "/library
|
|
154
|
+
"path": "/library/{{credential.libraryId}}/videos",
|
|
155
155
|
"input_schema": {
|
|
156
156
|
"type": "object",
|
|
157
157
|
"properties": {
|
|
@@ -191,7 +191,7 @@
|
|
|
191
191
|
"name": "get_video",
|
|
192
192
|
"description": "Get detailed information about a specific video including status, encoding progress, and metadata",
|
|
193
193
|
"method": "GET",
|
|
194
|
-
"path": "/library
|
|
194
|
+
"path": "/library/{{credential.libraryId}}/videos/{videoId}",
|
|
195
195
|
"input_schema": {
|
|
196
196
|
"type": "object",
|
|
197
197
|
"properties": {
|
|
@@ -209,7 +209,7 @@
|
|
|
209
209
|
"name": "create_video",
|
|
210
210
|
"description": "Create a new video entry in the library (use fetch-video to add content from a URL)",
|
|
211
211
|
"method": "POST",
|
|
212
|
-
"path": "/library
|
|
212
|
+
"path": "/library/{{credential.libraryId}}/videos",
|
|
213
213
|
"input_schema": {
|
|
214
214
|
"type": "object",
|
|
215
215
|
"properties": {
|
|
@@ -237,7 +237,7 @@
|
|
|
237
237
|
"name": "update_video",
|
|
238
238
|
"description": "Update video metadata including title, description, chapters, moments, and tags",
|
|
239
239
|
"method": "POST",
|
|
240
|
-
"path": "/library
|
|
240
|
+
"path": "/library/{{credential.libraryId}}/videos/{videoId}",
|
|
241
241
|
"input_schema": {
|
|
242
242
|
"type": "object",
|
|
243
243
|
"properties": {
|
|
@@ -307,7 +307,7 @@
|
|
|
307
307
|
"name": "list_collections",
|
|
308
308
|
"description": "List all video collections in the library",
|
|
309
309
|
"method": "GET",
|
|
310
|
-
"path": "/library
|
|
310
|
+
"path": "/library/{{credential.libraryId}}/collections",
|
|
311
311
|
"input_schema": {
|
|
312
312
|
"type": "object",
|
|
313
313
|
"properties": {
|
|
@@ -333,7 +333,7 @@
|
|
|
333
333
|
"name": "create_collection",
|
|
334
334
|
"description": "Create a new collection for organizing videos in the library",
|
|
335
335
|
"method": "POST",
|
|
336
|
-
"path": "/library
|
|
336
|
+
"path": "/library/{{credential.libraryId}}/collections",
|
|
337
337
|
"input_schema": {
|
|
338
338
|
"type": "object",
|
|
339
339
|
"properties": {
|
|
@@ -353,7 +353,7 @@
|
|
|
353
353
|
"name": "fetch_video",
|
|
354
354
|
"description": "Fetch and upload a video from an external URL to Bunny Stream for processing",
|
|
355
355
|
"method": "POST",
|
|
356
|
-
"path": "/library
|
|
356
|
+
"path": "/library/{{credential.libraryId}}/videos/fetch",
|
|
357
357
|
"input_schema": {
|
|
358
358
|
"type": "object",
|
|
359
359
|
"properties": {
|
package/src/apps/cal-com.json
CHANGED
|
@@ -171,7 +171,7 @@
|
|
|
171
171
|
"name": "cancel_booking",
|
|
172
172
|
"description": "Cancel an existing booking by its unique identifier. Optionally provide a cancellation reason. For seated bookings, provide a seatUid to cancel a specific attendee's seat. For recurring bookings, cancels all recurrences when using the recurring booking UID.",
|
|
173
173
|
"method": "POST",
|
|
174
|
-
"path": "/bookings
|
|
174
|
+
"path": "/bookings/{{param.bookingUid}}/cancel",
|
|
175
175
|
"input_schema": {
|
|
176
176
|
"type": "object",
|
|
177
177
|
"properties": {
|
package/src/apps/calendly.json
CHANGED
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
"name": "get_event_type",
|
|
77
77
|
"description": "Get detailed info about a specific event type including duration, location, color, and scheduling URL",
|
|
78
78
|
"method": "GET",
|
|
79
|
-
"path": "/event_types
|
|
79
|
+
"path": "/event_types/{event_type_uuid}",
|
|
80
80
|
"input_schema": {
|
|
81
81
|
"type": "object",
|
|
82
82
|
"properties": {
|
|
@@ -145,7 +145,7 @@
|
|
|
145
145
|
"name": "get_scheduled_event",
|
|
146
146
|
"description": "Get details of a specific scheduled event including start/end time, location, status, and event type",
|
|
147
147
|
"method": "GET",
|
|
148
|
-
"path": "/scheduled_events
|
|
148
|
+
"path": "/scheduled_events/{event_uuid}",
|
|
149
149
|
"input_schema": {
|
|
150
150
|
"type": "object",
|
|
151
151
|
"properties": {
|
|
@@ -163,7 +163,7 @@
|
|
|
163
163
|
"name": "cancel_event",
|
|
164
164
|
"description": "Cancel a scheduled event. Optionally provide a reason for cancellation.",
|
|
165
165
|
"method": "POST",
|
|
166
|
-
"path": "/scheduled_events
|
|
166
|
+
"path": "/scheduled_events/{event_uuid}/cancellation",
|
|
167
167
|
"input_schema": {
|
|
168
168
|
"type": "object",
|
|
169
169
|
"properties": {
|
|
@@ -185,7 +185,7 @@
|
|
|
185
185
|
"name": "list_invitees",
|
|
186
186
|
"description": "List all invitees for a scheduled event — includes name, email, questions/answers, timezone, and cancellation info",
|
|
187
187
|
"method": "GET",
|
|
188
|
-
"path": "/scheduled_events
|
|
188
|
+
"path": "/scheduled_events/{event_uuid}/invitees",
|
|
189
189
|
"input_schema": {
|
|
190
190
|
"type": "object",
|
|
191
191
|
"properties": {
|
|
@@ -227,7 +227,7 @@
|
|
|
227
227
|
"name": "mark_no_show",
|
|
228
228
|
"description": "Mark an invitee as a no-show for a scheduled event",
|
|
229
229
|
"method": "POST",
|
|
230
|
-
"path": "/scheduled_events
|
|
230
|
+
"path": "/scheduled_events/{event_uuid}/invitees/{invitee_uuid}/no_show",
|
|
231
231
|
"input_schema": {
|
|
232
232
|
"type": "object",
|
|
233
233
|
"properties": {
|
|
@@ -508,7 +508,7 @@
|
|
|
508
508
|
"name": "delete_webhook",
|
|
509
509
|
"description": "Delete a webhook subscription by its UUID",
|
|
510
510
|
"method": "DELETE",
|
|
511
|
-
"path": "/webhook_subscriptions
|
|
511
|
+
"path": "/webhook_subscriptions/{webhook_uuid}",
|
|
512
512
|
"input_schema": {
|
|
513
513
|
"type": "object",
|
|
514
514
|
"properties": {
|
package/src/apps/canva.json
CHANGED
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"name": "find_folders",
|
|
69
69
|
"description": "Get details of a specific folder by its ID. Returns the folder name, creation date, and other metadata. To browse folder contents, use the 'Look Up Assets in Folder' tool instead.",
|
|
70
70
|
"method": "GET",
|
|
71
|
-
"path": "/rest/v1/folders
|
|
71
|
+
"path": "/rest/v1/folders/{folderId}",
|
|
72
72
|
"input_schema": {
|
|
73
73
|
"type": "object",
|
|
74
74
|
"properties": {
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
"name": "list_folder_items",
|
|
87
87
|
"description": "List all items (designs, sub-folders, and image assets) inside a specific Canva folder. Supports filtering by item type and pagination. Note: video assets are not currently returned by this endpoint.",
|
|
88
88
|
"method": "GET",
|
|
89
|
-
"path": "/rest/v1/folders
|
|
89
|
+
"path": "/rest/v1/folders/{folderId}/items",
|
|
90
90
|
"input_schema": {
|
|
91
91
|
"type": "object",
|
|
92
92
|
"properties": {
|
|
@@ -122,7 +122,7 @@
|
|
|
122
122
|
"name": "find_asset",
|
|
123
123
|
"description": "Get the metadata for a specific asset by its ID. Returns the asset name, tags, creation date, thumbnail URL, and other details. To search for assets, use 'Look Up Assets in Folder' to browse folder contents or 'Find Design(s)' to search by name.",
|
|
124
124
|
"method": "GET",
|
|
125
|
-
"path": "/rest/v1/assets
|
|
125
|
+
"path": "/rest/v1/assets/{assetId}",
|
|
126
126
|
"input_schema": {
|
|
127
127
|
"type": "object",
|
|
128
128
|
"properties": {
|