@apteva/integrations 0.3.4 → 0.3.6
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/dist/index.d.ts +3 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/dist/types.d.ts +37 -0
- package/dist/types.d.ts.map +1 -1
- package/dist/webhook-registrar.d.ts +78 -0
- package/dist/webhook-registrar.d.ts.map +1 -0
- package/dist/webhook-registrar.js +280 -0
- package/dist/webhook-registrar.js.map +1 -0
- package/package.json +1 -1
- package/src/apps/brevo.json +84 -1
- package/src/apps/chargebee.json +41 -1
- package/src/apps/convertkit.json +33 -1
- package/src/apps/gigs-marketplace.json +49 -1
- package/src/apps/github.json +75 -5
- package/src/apps/gohighlevel.json +45 -1
- package/src/apps/helpscout.json +57 -1
- package/src/apps/hubspot.json +53 -1
- package/src/apps/intercom.json +49 -1
- package/src/apps/jira.json +59 -1
- package/src/apps/late.json +33 -1
- package/src/apps/linear.json +49 -1
- package/src/apps/mailchimp.json +50 -1
- package/src/apps/notion.json +59 -3
- package/src/apps/omnikit-analytics.json +4 -5
- package/src/apps/omnikit-api-gateway.json +4 -5
- package/src/apps/omnikit-billing.json +4 -5
- package/src/apps/omnikit-cms.json +51 -6
- package/src/apps/omnikit-functions.json +4 -5
- package/src/apps/omnikit-intelligence.json +7 -8
- package/src/apps/omnikit-management.json +4 -5
- package/src/apps/omnikit-media.json +4 -5
- package/src/apps/omnikit-messaging.json +91 -6
- package/src/apps/omnikit-redirects.json +4 -5
- package/src/apps/omnikit-webhooks.json +4 -5
- package/src/apps/omnikit-workflows.json +4 -5
- package/src/apps/sendgrid-email.json +60 -1
- package/src/apps/shopify.json +85 -1
- package/src/apps/slack.json +49 -1
- package/src/apps/socialcast.json +36 -8
- package/src/apps/stripe-payments.json +66 -1
- package/src/apps/stripe.json +66 -1
- package/src/apps/twilio.json +61 -9
- package/src/apps/typeform.json +13 -1
package/src/apps/convertkit.json
CHANGED
|
@@ -207,5 +207,37 @@
|
|
|
207
207
|
]
|
|
208
208
|
}
|
|
209
209
|
}
|
|
210
|
-
]
|
|
210
|
+
],
|
|
211
|
+
"webhooks": {
|
|
212
|
+
"signature_header": "x-convertkit-signature",
|
|
213
|
+
"events": [
|
|
214
|
+
{
|
|
215
|
+
"name": "subscriber.subscriber_activate",
|
|
216
|
+
"description": "Subscriber confirmed/activated"
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
"name": "subscriber.subscriber_unsubscribe",
|
|
220
|
+
"description": "Subscriber unsubscribed"
|
|
221
|
+
},
|
|
222
|
+
{
|
|
223
|
+
"name": "subscriber.form_subscribe",
|
|
224
|
+
"description": "Subscriber joined via form"
|
|
225
|
+
},
|
|
226
|
+
{
|
|
227
|
+
"name": "subscriber.tag_add",
|
|
228
|
+
"description": "Tag added to subscriber"
|
|
229
|
+
},
|
|
230
|
+
{
|
|
231
|
+
"name": "subscriber.tag_remove",
|
|
232
|
+
"description": "Tag removed from subscriber"
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
"name": "purchase.purchase_create",
|
|
236
|
+
"description": "New purchase recorded"
|
|
237
|
+
}
|
|
238
|
+
],
|
|
239
|
+
"registration": {
|
|
240
|
+
"manual_setup": "Configure webhooks in the ConvertKit dashboard settings."
|
|
241
|
+
}
|
|
242
|
+
}
|
|
211
243
|
}
|
|
@@ -1438,5 +1438,53 @@
|
|
|
1438
1438
|
]
|
|
1439
1439
|
}
|
|
1440
1440
|
}
|
|
1441
|
-
]
|
|
1441
|
+
],
|
|
1442
|
+
"webhooks": {
|
|
1443
|
+
"signature_header": "x-webhook-signature",
|
|
1444
|
+
"events": [
|
|
1445
|
+
{
|
|
1446
|
+
"name": "gig.created",
|
|
1447
|
+
"description": "New gig created"
|
|
1448
|
+
},
|
|
1449
|
+
{
|
|
1450
|
+
"name": "gig.assigned",
|
|
1451
|
+
"description": "Gig assigned to a worker"
|
|
1452
|
+
},
|
|
1453
|
+
{
|
|
1454
|
+
"name": "gig.status_updated",
|
|
1455
|
+
"description": "Gig status manually changed"
|
|
1456
|
+
},
|
|
1457
|
+
{
|
|
1458
|
+
"name": "gig.cancelled",
|
|
1459
|
+
"description": "Gig cancelled"
|
|
1460
|
+
},
|
|
1461
|
+
{
|
|
1462
|
+
"name": "gig.completed",
|
|
1463
|
+
"description": "Gig completed"
|
|
1464
|
+
},
|
|
1465
|
+
{
|
|
1466
|
+
"name": "gig.work_submitted",
|
|
1467
|
+
"description": "Work submitted for a gig"
|
|
1468
|
+
},
|
|
1469
|
+
{
|
|
1470
|
+
"name": "gig.submission_approved",
|
|
1471
|
+
"description": "Submission approved"
|
|
1472
|
+
},
|
|
1473
|
+
{
|
|
1474
|
+
"name": "gig.submission_rejected",
|
|
1475
|
+
"description": "Submission rejected"
|
|
1476
|
+
},
|
|
1477
|
+
{
|
|
1478
|
+
"name": "gig.revision_requested",
|
|
1479
|
+
"description": "Revision requested on submission"
|
|
1480
|
+
},
|
|
1481
|
+
{
|
|
1482
|
+
"name": "gig.instruction_completed",
|
|
1483
|
+
"description": "Gig instruction marked complete"
|
|
1484
|
+
}
|
|
1485
|
+
],
|
|
1486
|
+
"registration": {
|
|
1487
|
+
"manual_setup": "Configure webhooks in the Gigs Marketplace dashboard settings."
|
|
1488
|
+
}
|
|
1489
|
+
}
|
|
1442
1490
|
}
|
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 \u2014 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 \u2014 only commits after this date"
|
|
524
524
|
},
|
|
525
525
|
"until": {
|
|
526
526
|
"type": "string",
|
|
527
|
-
"description": "ISO 8601 date
|
|
527
|
+
"description": "ISO 8601 date \u2014 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 \u2014 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": {
|
|
@@ -1534,5 +1534,75 @@
|
|
|
1534
1534
|
]
|
|
1535
1535
|
}
|
|
1536
1536
|
}
|
|
1537
|
-
]
|
|
1537
|
+
],
|
|
1538
|
+
"webhooks": {
|
|
1539
|
+
"signature_header": "x-hub-signature-256",
|
|
1540
|
+
"events": [
|
|
1541
|
+
{
|
|
1542
|
+
"name": "push",
|
|
1543
|
+
"description": "Any push to a repository branch or tag"
|
|
1544
|
+
},
|
|
1545
|
+
{
|
|
1546
|
+
"name": "pull_request",
|
|
1547
|
+
"description": "Pull request opened, closed, merged, reopened, or synchronized"
|
|
1548
|
+
},
|
|
1549
|
+
{
|
|
1550
|
+
"name": "issues",
|
|
1551
|
+
"description": "Issue opened, edited, deleted, closed, reopened, assigned, or labeled"
|
|
1552
|
+
},
|
|
1553
|
+
{
|
|
1554
|
+
"name": "issue_comment",
|
|
1555
|
+
"description": "Comment created, edited, or deleted on an issue or pull request"
|
|
1556
|
+
},
|
|
1557
|
+
{
|
|
1558
|
+
"name": "create",
|
|
1559
|
+
"description": "Branch or tag created"
|
|
1560
|
+
},
|
|
1561
|
+
{
|
|
1562
|
+
"name": "delete",
|
|
1563
|
+
"description": "Branch or tag deleted"
|
|
1564
|
+
},
|
|
1565
|
+
{
|
|
1566
|
+
"name": "release",
|
|
1567
|
+
"description": "Release published, unpublished, created, edited, or deleted"
|
|
1568
|
+
},
|
|
1569
|
+
{
|
|
1570
|
+
"name": "workflow_run",
|
|
1571
|
+
"description": "GitHub Actions workflow run requested, completed, or in progress"
|
|
1572
|
+
},
|
|
1573
|
+
{
|
|
1574
|
+
"name": "pull_request_review",
|
|
1575
|
+
"description": "Pull request review submitted, edited, or dismissed"
|
|
1576
|
+
},
|
|
1577
|
+
{
|
|
1578
|
+
"name": "star",
|
|
1579
|
+
"description": "Repository starred or unstarred"
|
|
1580
|
+
},
|
|
1581
|
+
{
|
|
1582
|
+
"name": "fork",
|
|
1583
|
+
"description": "Repository forked"
|
|
1584
|
+
},
|
|
1585
|
+
{
|
|
1586
|
+
"name": "deployment_status",
|
|
1587
|
+
"description": "Deployment status updated"
|
|
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
|
+
}
|
|
1607
|
+
}
|
|
1538
1608
|
}
|
|
@@ -592,5 +592,49 @@
|
|
|
592
592
|
]
|
|
593
593
|
}
|
|
594
594
|
}
|
|
595
|
-
]
|
|
595
|
+
],
|
|
596
|
+
"webhooks": {
|
|
597
|
+
"signature_header": "x-gohighlevel-signature",
|
|
598
|
+
"events": [
|
|
599
|
+
{
|
|
600
|
+
"name": "contact.created",
|
|
601
|
+
"description": "New contact created"
|
|
602
|
+
},
|
|
603
|
+
{
|
|
604
|
+
"name": "contact.updated",
|
|
605
|
+
"description": "Contact information changed"
|
|
606
|
+
},
|
|
607
|
+
{
|
|
608
|
+
"name": "contact.deleted",
|
|
609
|
+
"description": "Contact removed"
|
|
610
|
+
},
|
|
611
|
+
{
|
|
612
|
+
"name": "opportunity.created",
|
|
613
|
+
"description": "New opportunity created"
|
|
614
|
+
},
|
|
615
|
+
{
|
|
616
|
+
"name": "opportunity.status_changed",
|
|
617
|
+
"description": "Opportunity status changed"
|
|
618
|
+
},
|
|
619
|
+
{
|
|
620
|
+
"name": "appointment.scheduled",
|
|
621
|
+
"description": "New appointment booked"
|
|
622
|
+
},
|
|
623
|
+
{
|
|
624
|
+
"name": "appointment.cancelled",
|
|
625
|
+
"description": "Appointment cancelled"
|
|
626
|
+
},
|
|
627
|
+
{
|
|
628
|
+
"name": "task.completed",
|
|
629
|
+
"description": "Task marked as complete"
|
|
630
|
+
},
|
|
631
|
+
{
|
|
632
|
+
"name": "note.created",
|
|
633
|
+
"description": "New note added"
|
|
634
|
+
}
|
|
635
|
+
],
|
|
636
|
+
"registration": {
|
|
637
|
+
"manual_setup": "Configure webhooks in the GoHighLevel Settings > Webhooks section."
|
|
638
|
+
}
|
|
639
|
+
}
|
|
596
640
|
}
|
package/src/apps/helpscout.json
CHANGED
|
@@ -660,5 +660,61 @@
|
|
|
660
660
|
]
|
|
661
661
|
}
|
|
662
662
|
}
|
|
663
|
-
]
|
|
663
|
+
],
|
|
664
|
+
"webhooks": {
|
|
665
|
+
"signature_header": "x-helpscout-signature",
|
|
666
|
+
"events": [
|
|
667
|
+
{
|
|
668
|
+
"name": "convo.created",
|
|
669
|
+
"description": "A new conversation was created in Help Scout"
|
|
670
|
+
},
|
|
671
|
+
{
|
|
672
|
+
"name": "convo.deleted",
|
|
673
|
+
"description": "A conversation was deleted from Help Scout"
|
|
674
|
+
},
|
|
675
|
+
{
|
|
676
|
+
"name": "convo.moved",
|
|
677
|
+
"description": "A conversation was moved to a different mailbox"
|
|
678
|
+
},
|
|
679
|
+
{
|
|
680
|
+
"name": "convo.status",
|
|
681
|
+
"description": "A conversation's status was changed (active, closed, pending, spam)"
|
|
682
|
+
},
|
|
683
|
+
{
|
|
684
|
+
"name": "convo.assigned",
|
|
685
|
+
"description": "A conversation was assigned to a user or team"
|
|
686
|
+
},
|
|
687
|
+
{
|
|
688
|
+
"name": "convo.tags",
|
|
689
|
+
"description": "Tags were added or removed from a conversation"
|
|
690
|
+
},
|
|
691
|
+
{
|
|
692
|
+
"name": "convo.customer.reply.created",
|
|
693
|
+
"description": "A customer replied to a conversation"
|
|
694
|
+
},
|
|
695
|
+
{
|
|
696
|
+
"name": "convo.agent.reply.created",
|
|
697
|
+
"description": "An agent replied to a conversation"
|
|
698
|
+
},
|
|
699
|
+
{
|
|
700
|
+
"name": "convo.note.created",
|
|
701
|
+
"description": "An internal note was added to a conversation"
|
|
702
|
+
},
|
|
703
|
+
{
|
|
704
|
+
"name": "customer.created",
|
|
705
|
+
"description": "A new customer was created in Help Scout"
|
|
706
|
+
},
|
|
707
|
+
{
|
|
708
|
+
"name": "customer.updated",
|
|
709
|
+
"description": "A customer's profile was updated"
|
|
710
|
+
},
|
|
711
|
+
{
|
|
712
|
+
"name": "satisfaction.ratings",
|
|
713
|
+
"description": "A customer submitted a satisfaction rating"
|
|
714
|
+
}
|
|
715
|
+
],
|
|
716
|
+
"registration": {
|
|
717
|
+
"manual_setup": "Configure webhooks in Help Scout Settings > Webhooks."
|
|
718
|
+
}
|
|
719
|
+
}
|
|
664
720
|
}
|
package/src/apps/hubspot.json
CHANGED
|
@@ -678,5 +678,57 @@
|
|
|
678
678
|
]
|
|
679
679
|
}
|
|
680
680
|
}
|
|
681
|
-
]
|
|
681
|
+
],
|
|
682
|
+
"webhooks": {
|
|
683
|
+
"signature_header": "x-hubspot-signature-v3",
|
|
684
|
+
"events": [
|
|
685
|
+
{
|
|
686
|
+
"name": "contact.creation",
|
|
687
|
+
"description": "New contact created"
|
|
688
|
+
},
|
|
689
|
+
{
|
|
690
|
+
"name": "contact.propertyChange",
|
|
691
|
+
"description": "Contact property changed"
|
|
692
|
+
},
|
|
693
|
+
{
|
|
694
|
+
"name": "contact.deletion",
|
|
695
|
+
"description": "Contact deleted"
|
|
696
|
+
},
|
|
697
|
+
{
|
|
698
|
+
"name": "company.creation",
|
|
699
|
+
"description": "New company created"
|
|
700
|
+
},
|
|
701
|
+
{
|
|
702
|
+
"name": "company.propertyChange",
|
|
703
|
+
"description": "Company property changed"
|
|
704
|
+
},
|
|
705
|
+
{
|
|
706
|
+
"name": "deal.creation",
|
|
707
|
+
"description": "New deal created"
|
|
708
|
+
},
|
|
709
|
+
{
|
|
710
|
+
"name": "deal.propertyChange",
|
|
711
|
+
"description": "Deal property changed (e.g., stage change)"
|
|
712
|
+
},
|
|
713
|
+
{
|
|
714
|
+
"name": "deal.deletion",
|
|
715
|
+
"description": "Deal deleted"
|
|
716
|
+
},
|
|
717
|
+
{
|
|
718
|
+
"name": "ticket.creation",
|
|
719
|
+
"description": "New ticket created"
|
|
720
|
+
},
|
|
721
|
+
{
|
|
722
|
+
"name": "ticket.propertyChange",
|
|
723
|
+
"description": "Ticket property changed"
|
|
724
|
+
},
|
|
725
|
+
{
|
|
726
|
+
"name": "ticket.deletion",
|
|
727
|
+
"description": "Ticket deleted"
|
|
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
|
+
}
|
|
733
|
+
}
|
|
682
734
|
}
|
package/src/apps/intercom.json
CHANGED
|
@@ -644,5 +644,53 @@
|
|
|
644
644
|
]
|
|
645
645
|
}
|
|
646
646
|
}
|
|
647
|
-
]
|
|
647
|
+
],
|
|
648
|
+
"webhooks": {
|
|
649
|
+
"signature_header": "x-hub-signature",
|
|
650
|
+
"events": [
|
|
651
|
+
{
|
|
652
|
+
"name": "conversation.created",
|
|
653
|
+
"description": "New conversation started"
|
|
654
|
+
},
|
|
655
|
+
{
|
|
656
|
+
"name": "conversation.replied",
|
|
657
|
+
"description": "Reply added to conversation"
|
|
658
|
+
},
|
|
659
|
+
{
|
|
660
|
+
"name": "conversation.closed",
|
|
661
|
+
"description": "Conversation closed"
|
|
662
|
+
},
|
|
663
|
+
{
|
|
664
|
+
"name": "conversation.opened",
|
|
665
|
+
"description": "Conversation reopened"
|
|
666
|
+
},
|
|
667
|
+
{
|
|
668
|
+
"name": "conversation.assigned",
|
|
669
|
+
"description": "Conversation assigned to teammate"
|
|
670
|
+
},
|
|
671
|
+
{
|
|
672
|
+
"name": "contact.created",
|
|
673
|
+
"description": "New contact created"
|
|
674
|
+
},
|
|
675
|
+
{
|
|
676
|
+
"name": "contact.updated",
|
|
677
|
+
"description": "Contact details changed"
|
|
678
|
+
},
|
|
679
|
+
{
|
|
680
|
+
"name": "contact.deleted",
|
|
681
|
+
"description": "Contact removed"
|
|
682
|
+
},
|
|
683
|
+
{
|
|
684
|
+
"name": "user.created",
|
|
685
|
+
"description": "New user identified"
|
|
686
|
+
},
|
|
687
|
+
{
|
|
688
|
+
"name": "contact.tag.created",
|
|
689
|
+
"description": "Tag added to contact"
|
|
690
|
+
}
|
|
691
|
+
],
|
|
692
|
+
"registration": {
|
|
693
|
+
"manual_setup": "Go to Intercom Developer Hub > Your App > Webhooks to register your webhook URL."
|
|
694
|
+
}
|
|
695
|
+
}
|
|
648
696
|
}
|
package/src/apps/jira.json
CHANGED
|
@@ -222,5 +222,63 @@
|
|
|
222
222
|
]
|
|
223
223
|
}
|
|
224
224
|
}
|
|
225
|
-
]
|
|
225
|
+
],
|
|
226
|
+
"webhooks": {
|
|
227
|
+
"signature_header": "x-atlassian-webhook-identifier",
|
|
228
|
+
"events": [
|
|
229
|
+
{
|
|
230
|
+
"name": "jira:issue_created",
|
|
231
|
+
"description": "New issue created"
|
|
232
|
+
},
|
|
233
|
+
{
|
|
234
|
+
"name": "jira:issue_updated",
|
|
235
|
+
"description": "Issue fields changed"
|
|
236
|
+
},
|
|
237
|
+
{
|
|
238
|
+
"name": "jira:issue_deleted",
|
|
239
|
+
"description": "Issue deleted"
|
|
240
|
+
},
|
|
241
|
+
{
|
|
242
|
+
"name": "comment_created",
|
|
243
|
+
"description": "Comment added to issue"
|
|
244
|
+
},
|
|
245
|
+
{
|
|
246
|
+
"name": "comment_updated",
|
|
247
|
+
"description": "Comment edited"
|
|
248
|
+
},
|
|
249
|
+
{
|
|
250
|
+
"name": "sprint_started",
|
|
251
|
+
"description": "Sprint started"
|
|
252
|
+
},
|
|
253
|
+
{
|
|
254
|
+
"name": "sprint_closed",
|
|
255
|
+
"description": "Sprint completed"
|
|
256
|
+
},
|
|
257
|
+
{
|
|
258
|
+
"name": "board_created",
|
|
259
|
+
"description": "New board created"
|
|
260
|
+
},
|
|
261
|
+
{
|
|
262
|
+
"name": "project_created",
|
|
263
|
+
"description": "New project created"
|
|
264
|
+
},
|
|
265
|
+
{
|
|
266
|
+
"name": "worklog_created",
|
|
267
|
+
"description": "Work log entry added"
|
|
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
|
+
}
|
|
283
|
+
}
|
|
226
284
|
}
|
package/src/apps/late.json
CHANGED
|
@@ -1052,5 +1052,37 @@
|
|
|
1052
1052
|
]
|
|
1053
1053
|
}
|
|
1054
1054
|
}
|
|
1055
|
-
]
|
|
1055
|
+
],
|
|
1056
|
+
"webhooks": {
|
|
1057
|
+
"signature_header": "x-late-signature",
|
|
1058
|
+
"events": [
|
|
1059
|
+
{
|
|
1060
|
+
"name": "post.scheduled",
|
|
1061
|
+
"description": "A post was scheduled for future publishing"
|
|
1062
|
+
},
|
|
1063
|
+
{
|
|
1064
|
+
"name": "post.published",
|
|
1065
|
+
"description": "A post was successfully published to social media"
|
|
1066
|
+
},
|
|
1067
|
+
{
|
|
1068
|
+
"name": "post.failed",
|
|
1069
|
+
"description": "A post failed to publish to all target platforms"
|
|
1070
|
+
},
|
|
1071
|
+
{
|
|
1072
|
+
"name": "post.partial",
|
|
1073
|
+
"description": "A post was published to some platforms but failed on others"
|
|
1074
|
+
},
|
|
1075
|
+
{
|
|
1076
|
+
"name": "account.connected",
|
|
1077
|
+
"description": "A social media account was connected via OAuth"
|
|
1078
|
+
},
|
|
1079
|
+
{
|
|
1080
|
+
"name": "account.disconnected",
|
|
1081
|
+
"description": "A social media account was disconnected"
|
|
1082
|
+
}
|
|
1083
|
+
],
|
|
1084
|
+
"registration": {
|
|
1085
|
+
"manual_setup": "Configure webhooks in the Late dashboard settings."
|
|
1086
|
+
}
|
|
1087
|
+
}
|
|
1056
1088
|
}
|
package/src/apps/linear.json
CHANGED
|
@@ -218,5 +218,53 @@
|
|
|
218
218
|
]
|
|
219
219
|
}
|
|
220
220
|
}
|
|
221
|
-
]
|
|
221
|
+
],
|
|
222
|
+
"webhooks": {
|
|
223
|
+
"signature_header": "x-linear-signature",
|
|
224
|
+
"events": [
|
|
225
|
+
{
|
|
226
|
+
"name": "issue.created",
|
|
227
|
+
"description": "New issue created"
|
|
228
|
+
},
|
|
229
|
+
{
|
|
230
|
+
"name": "issue.updated",
|
|
231
|
+
"description": "Issue fields changed"
|
|
232
|
+
},
|
|
233
|
+
{
|
|
234
|
+
"name": "issue.removed",
|
|
235
|
+
"description": "Issue deleted"
|
|
236
|
+
},
|
|
237
|
+
{
|
|
238
|
+
"name": "comment.created",
|
|
239
|
+
"description": "New comment on issue"
|
|
240
|
+
},
|
|
241
|
+
{
|
|
242
|
+
"name": "comment.updated",
|
|
243
|
+
"description": "Comment edited"
|
|
244
|
+
},
|
|
245
|
+
{
|
|
246
|
+
"name": "project.created",
|
|
247
|
+
"description": "New project created"
|
|
248
|
+
},
|
|
249
|
+
{
|
|
250
|
+
"name": "project.updated",
|
|
251
|
+
"description": "Project details changed"
|
|
252
|
+
},
|
|
253
|
+
{
|
|
254
|
+
"name": "cycle.started",
|
|
255
|
+
"description": "Cycle started"
|
|
256
|
+
},
|
|
257
|
+
{
|
|
258
|
+
"name": "cycle.completed",
|
|
259
|
+
"description": "Cycle completed"
|
|
260
|
+
},
|
|
261
|
+
{
|
|
262
|
+
"name": "label.created",
|
|
263
|
+
"description": "New label created"
|
|
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
|
+
}
|
|
269
|
+
}
|
|
222
270
|
}
|
package/src/apps/mailchimp.json
CHANGED
|
@@ -234,5 +234,54 @@
|
|
|
234
234
|
]
|
|
235
235
|
}
|
|
236
236
|
}
|
|
237
|
-
]
|
|
237
|
+
],
|
|
238
|
+
"webhooks": {
|
|
239
|
+
"signature_header": "x-mailchimp-signature",
|
|
240
|
+
"events": [
|
|
241
|
+
{
|
|
242
|
+
"name": "subscribe",
|
|
243
|
+
"description": "New subscriber added to audience"
|
|
244
|
+
},
|
|
245
|
+
{
|
|
246
|
+
"name": "unsubscribe",
|
|
247
|
+
"description": "Subscriber removed from audience"
|
|
248
|
+
},
|
|
249
|
+
{
|
|
250
|
+
"name": "campaign.sent",
|
|
251
|
+
"description": "Campaign sent to audience"
|
|
252
|
+
},
|
|
253
|
+
{
|
|
254
|
+
"name": "email.cleaned",
|
|
255
|
+
"description": "Email address cleaned from audience"
|
|
256
|
+
},
|
|
257
|
+
{
|
|
258
|
+
"name": "profile.updated",
|
|
259
|
+
"description": "Subscriber profile changed"
|
|
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
|
+
}
|
|
286
|
+
}
|
|
238
287
|
}
|