@apteva/integrations 0.3.9 → 0.3.10
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/brevo.json +1 -15
- package/src/apps/chargebee.json +1 -4
- package/src/apps/convertkit.json +1 -4
- package/src/apps/gigs-marketplace.json +1 -4
- package/src/apps/github.json +5 -22
- package/src/apps/gohighlevel.json +1 -4
- package/src/apps/helpscout.json +1 -4
- package/src/apps/hubspot.json +1 -4
- package/src/apps/intercom.json +1 -4
- package/src/apps/jira.json +1 -14
- package/src/apps/late.json +1 -4
- package/src/apps/linear.json +1 -4
- package/src/apps/mailchimp.json +1 -25
- package/src/apps/notion.json +3 -6
- package/src/apps/omnikit-cms.json +1 -18
- package/src/apps/omnikit-messaging.json +1 -18
- package/src/apps/rankbird.json +1201 -0
- package/src/apps/sendgrid-email.json +1 -19
- package/src/apps/shopify.json +1 -16
- package/src/apps/slack.json +1 -4
- package/src/apps/socialcast.json +8 -11
- package/src/apps/stripe-payments.json +1 -13
- package/src/apps/stripe.json +1 -13
- package/src/apps/twilio.json +9 -12
- package/src/apps/typeform.json +1 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@apteva/integrations",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.10",
|
|
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/brevo.json
CHANGED
|
@@ -1487,20 +1487,6 @@
|
|
|
1487
1487
|
"name": "contactDeleted",
|
|
1488
1488
|
"description": "Contact was deleted from the account"
|
|
1489
1489
|
}
|
|
1490
|
-
]
|
|
1491
|
-
"registration": {
|
|
1492
|
-
"method": "POST",
|
|
1493
|
-
"path": "/webhooks",
|
|
1494
|
-
"url_field": "url",
|
|
1495
|
-
"events_field": "events",
|
|
1496
|
-
"extra": {
|
|
1497
|
-
"type": "transactional"
|
|
1498
|
-
},
|
|
1499
|
-
"id_field": "id",
|
|
1500
|
-
"delete_path": "/webhooks/{id}",
|
|
1501
|
-
"delete_method": "DELETE",
|
|
1502
|
-
"list_path": "/webhooks",
|
|
1503
|
-
"list_field": "webhooks"
|
|
1504
|
-
}
|
|
1490
|
+
]
|
|
1505
1491
|
}
|
|
1506
1492
|
}
|
package/src/apps/chargebee.json
CHANGED
package/src/apps/convertkit.json
CHANGED
|
@@ -1482,9 +1482,6 @@
|
|
|
1482
1482
|
"name": "gig.instruction_completed",
|
|
1483
1483
|
"description": "Gig instruction marked complete"
|
|
1484
1484
|
}
|
|
1485
|
-
]
|
|
1486
|
-
"registration": {
|
|
1487
|
-
"manual_setup": "Configure webhooks in the Gigs Marketplace dashboard settings."
|
|
1488
|
-
}
|
|
1485
|
+
]
|
|
1489
1486
|
}
|
|
1490
1487
|
}
|
package/src/apps/github.json
CHANGED
|
@@ -306,7 +306,7 @@
|
|
|
306
306
|
},
|
|
307
307
|
{
|
|
308
308
|
"name": "get_contents",
|
|
309
|
-
"description": "Get repository contents
|
|
309
|
+
"description": "Get repository contents — a file (with content) or directory listing. For files up to 1MB, content is base64 encoded.",
|
|
310
310
|
"method": "GET",
|
|
311
311
|
"path": "/repos/%7B%7Bowner%7D%7D/%7B%7Brepo%7D%7D/contents/%7B%7Bpath%7D%7D",
|
|
312
312
|
"input_schema": {
|
|
@@ -520,11 +520,11 @@
|
|
|
520
520
|
},
|
|
521
521
|
"since": {
|
|
522
522
|
"type": "string",
|
|
523
|
-
"description": "ISO 8601 date
|
|
523
|
+
"description": "ISO 8601 date — only commits after this date"
|
|
524
524
|
},
|
|
525
525
|
"until": {
|
|
526
526
|
"type": "string",
|
|
527
|
-
"description": "ISO 8601 date
|
|
527
|
+
"description": "ISO 8601 date — only commits before this date"
|
|
528
528
|
},
|
|
529
529
|
"per_page": {
|
|
530
530
|
"type": "integer",
|
|
@@ -689,7 +689,7 @@
|
|
|
689
689
|
},
|
|
690
690
|
{
|
|
691
691
|
"name": "update_issue",
|
|
692
|
-
"description": "Update an issue
|
|
692
|
+
"description": "Update an issue — change title, body, state, labels, or assignees",
|
|
693
693
|
"method": "PATCH",
|
|
694
694
|
"path": "/repos/%7B%7Bowner%7D%7D/%7B%7Brepo%7D%7D/issues/%7B%7Bissue_number%7D%7D",
|
|
695
695
|
"input_schema": {
|
|
@@ -1586,23 +1586,6 @@
|
|
|
1586
1586
|
"name": "deployment_status",
|
|
1587
1587
|
"description": "Deployment status updated"
|
|
1588
1588
|
}
|
|
1589
|
-
]
|
|
1590
|
-
"registration": {
|
|
1591
|
-
"method": "POST",
|
|
1592
|
-
"path": "/repos/{owner}/{repo}/hooks",
|
|
1593
|
-
"url_field": "config.url",
|
|
1594
|
-
"events_field": "events",
|
|
1595
|
-
"secret_field": "config.secret",
|
|
1596
|
-
"extra": {
|
|
1597
|
-
"config": {
|
|
1598
|
-
"content_type": "json"
|
|
1599
|
-
},
|
|
1600
|
-
"active": true
|
|
1601
|
-
},
|
|
1602
|
-
"id_field": "id",
|
|
1603
|
-
"delete_path": "/repos/{owner}/{repo}/hooks/{id}",
|
|
1604
|
-
"delete_method": "DELETE",
|
|
1605
|
-
"list_path": "/repos/{owner}/{repo}/hooks"
|
|
1606
|
-
}
|
|
1589
|
+
]
|
|
1607
1590
|
}
|
|
1608
1591
|
}
|
package/src/apps/helpscout.json
CHANGED
package/src/apps/hubspot.json
CHANGED
|
@@ -726,9 +726,6 @@
|
|
|
726
726
|
"name": "ticket.deletion",
|
|
727
727
|
"description": "Ticket deleted"
|
|
728
728
|
}
|
|
729
|
-
]
|
|
730
|
-
"registration": {
|
|
731
|
-
"manual_setup": "Go to HubSpot Settings > Integrations > Private Apps > Your App > Webhooks to register. HubSpot webhooks require an app-level subscription, not a per-token API call."
|
|
732
|
-
}
|
|
729
|
+
]
|
|
733
730
|
}
|
|
734
731
|
}
|
package/src/apps/intercom.json
CHANGED
package/src/apps/jira.json
CHANGED
|
@@ -266,19 +266,6 @@
|
|
|
266
266
|
"name": "worklog_created",
|
|
267
267
|
"description": "Work log entry added"
|
|
268
268
|
}
|
|
269
|
-
]
|
|
270
|
-
"registration": {
|
|
271
|
-
"method": "POST",
|
|
272
|
-
"path": "/rest/webhooks/1.0/webhook",
|
|
273
|
-
"url_field": "url",
|
|
274
|
-
"events_field": "events",
|
|
275
|
-
"extra": {
|
|
276
|
-
"name": "Apteva Webhook"
|
|
277
|
-
},
|
|
278
|
-
"id_field": "self",
|
|
279
|
-
"delete_path": "/rest/webhooks/1.0/webhook/{id}",
|
|
280
|
-
"delete_method": "DELETE",
|
|
281
|
-
"list_path": "/rest/webhooks/1.0/webhook"
|
|
282
|
-
}
|
|
269
|
+
]
|
|
283
270
|
}
|
|
284
271
|
}
|
package/src/apps/late.json
CHANGED
package/src/apps/linear.json
CHANGED
|
@@ -262,9 +262,6 @@
|
|
|
262
262
|
"name": "label.created",
|
|
263
263
|
"description": "New label created"
|
|
264
264
|
}
|
|
265
|
-
]
|
|
266
|
-
"registration": {
|
|
267
|
-
"manual_setup": "Go to Linear Settings > API > Webhooks to register your webhook URL. Linear does not support webhook creation via REST API \u2014 it requires GraphQL mutations."
|
|
268
|
-
}
|
|
265
|
+
]
|
|
269
266
|
}
|
|
270
267
|
}
|
package/src/apps/mailchimp.json
CHANGED
|
@@ -258,30 +258,6 @@
|
|
|
258
258
|
"name": "profile.updated",
|
|
259
259
|
"description": "Subscriber profile changed"
|
|
260
260
|
}
|
|
261
|
-
]
|
|
262
|
-
"registration": {
|
|
263
|
-
"method": "POST",
|
|
264
|
-
"path": "/lists/{list_id}/webhooks",
|
|
265
|
-
"url_field": "url",
|
|
266
|
-
"extra": {
|
|
267
|
-
"sources": {
|
|
268
|
-
"user": true,
|
|
269
|
-
"admin": true,
|
|
270
|
-
"api": true
|
|
271
|
-
},
|
|
272
|
-
"events": {
|
|
273
|
-
"subscribe": true,
|
|
274
|
-
"unsubscribe": true,
|
|
275
|
-
"profile": true,
|
|
276
|
-
"cleaned": true,
|
|
277
|
-
"campaign": true
|
|
278
|
-
}
|
|
279
|
-
},
|
|
280
|
-
"id_field": "id",
|
|
281
|
-
"delete_path": "/lists/{list_id}/webhooks/{id}",
|
|
282
|
-
"delete_method": "DELETE",
|
|
283
|
-
"list_path": "/lists/{list_id}/webhooks",
|
|
284
|
-
"list_field": "webhooks"
|
|
285
|
-
}
|
|
261
|
+
]
|
|
286
262
|
}
|
|
287
263
|
}
|
package/src/apps/notion.json
CHANGED
|
@@ -158,7 +158,7 @@
|
|
|
158
158
|
},
|
|
159
159
|
"icon": {
|
|
160
160
|
"type": "object",
|
|
161
|
-
"description": "Database icon. Example: { \"type\": \"emoji\", \"emoji\": \"
|
|
161
|
+
"description": "Database icon. Example: { \"type\": \"emoji\", \"emoji\": \"📋\" }"
|
|
162
162
|
},
|
|
163
163
|
"cover": {
|
|
164
164
|
"type": "object",
|
|
@@ -243,7 +243,7 @@
|
|
|
243
243
|
},
|
|
244
244
|
"icon": {
|
|
245
245
|
"type": "object",
|
|
246
|
-
"description": "Page icon. Example: { \"type\": \"emoji\", \"emoji\": \"
|
|
246
|
+
"description": "Page icon. Example: { \"type\": \"emoji\", \"emoji\": \"📄\" }"
|
|
247
247
|
},
|
|
248
248
|
"cover": {
|
|
249
249
|
"type": "object",
|
|
@@ -640,9 +640,6 @@
|
|
|
640
640
|
"name": "comment.deleted",
|
|
641
641
|
"description": "A comment is removed"
|
|
642
642
|
}
|
|
643
|
-
]
|
|
644
|
-
"registration": {
|
|
645
|
-
"manual_setup": "Notion webhooks are in beta. Go to notion.so/my-integrations > Your Integration to configure webhook URL."
|
|
646
|
-
}
|
|
643
|
+
]
|
|
647
644
|
}
|
|
648
645
|
}
|
|
@@ -923,23 +923,6 @@
|
|
|
923
923
|
"name": "content.unpublished",
|
|
924
924
|
"description": "Published content entry unpublished"
|
|
925
925
|
}
|
|
926
|
-
]
|
|
927
|
-
"registration": {
|
|
928
|
-
"method": "POST",
|
|
929
|
-
"path": "/webhooks-register",
|
|
930
|
-
"url_field": "endpoint_url",
|
|
931
|
-
"events_field": "event_types",
|
|
932
|
-
"secret_field": "secret_key",
|
|
933
|
-
"extra": {
|
|
934
|
-
"name": "Apteva Webhook",
|
|
935
|
-
"auth_type": "hmac-sha256",
|
|
936
|
-
"direction": "outgoing"
|
|
937
|
-
},
|
|
938
|
-
"id_field": "webhook_id",
|
|
939
|
-
"delete_path": "/webhooks/{id}",
|
|
940
|
-
"delete_method": "DELETE",
|
|
941
|
-
"list_path": "/webhooks",
|
|
942
|
-
"list_field": "webhooks"
|
|
943
|
-
}
|
|
926
|
+
]
|
|
944
927
|
}
|
|
945
928
|
}
|
|
@@ -1890,23 +1890,6 @@
|
|
|
1890
1890
|
"name": "messaging.campaign_failed",
|
|
1891
1891
|
"description": "Campaign failed to send"
|
|
1892
1892
|
}
|
|
1893
|
-
]
|
|
1894
|
-
"registration": {
|
|
1895
|
-
"method": "POST",
|
|
1896
|
-
"path": "/webhooks-register",
|
|
1897
|
-
"url_field": "endpoint_url",
|
|
1898
|
-
"events_field": "event_types",
|
|
1899
|
-
"secret_field": "secret_key",
|
|
1900
|
-
"extra": {
|
|
1901
|
-
"name": "Apteva Webhook",
|
|
1902
|
-
"auth_type": "hmac-sha256",
|
|
1903
|
-
"direction": "outgoing"
|
|
1904
|
-
},
|
|
1905
|
-
"id_field": "webhook_id",
|
|
1906
|
-
"delete_path": "/webhooks/{id}",
|
|
1907
|
-
"delete_method": "DELETE",
|
|
1908
|
-
"list_path": "/webhooks",
|
|
1909
|
-
"list_field": "webhooks"
|
|
1910
|
-
}
|
|
1893
|
+
]
|
|
1911
1894
|
}
|
|
1912
1895
|
}
|