@apteva/integrations 0.3.9 → 0.3.11

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.
@@ -269,24 +269,6 @@
269
269
  "name": "email.unsubscribe",
270
270
  "description": "Recipient unsubscribed"
271
271
  }
272
- ],
273
- "registration": {
274
- "method": "PATCH",
275
- "path": "/user/webhooks/event/settings",
276
- "url_field": "url",
277
- "extra": {
278
- "enabled": true,
279
- "bounce": true,
280
- "click": true,
281
- "deferred": true,
282
- "delivered": true,
283
- "dropped": true,
284
- "open": true,
285
- "processed": true,
286
- "spam_report": true,
287
- "unsubscribe": true
288
- },
289
- "list_path": "/user/webhooks/event/settings"
290
- }
272
+ ]
291
273
  }
292
274
  }
@@ -1281,21 +1281,6 @@
1281
1281
  "name": "app/uninstalled",
1282
1282
  "description": "App uninstalled from store"
1283
1283
  }
1284
- ],
1285
- "registration": {
1286
- "method": "POST",
1287
- "path": "/webhooks.json",
1288
- "url_field": "webhook.address",
1289
- "extra": {
1290
- "webhook": {
1291
- "format": "json"
1292
- }
1293
- },
1294
- "id_field": "webhook.id",
1295
- "delete_path": "/webhooks/{id}.json",
1296
- "delete_method": "DELETE",
1297
- "list_path": "/webhooks.json",
1298
- "list_field": "webhooks"
1299
- }
1284
+ ]
1300
1285
  }
1301
1286
  }
@@ -314,9 +314,6 @@
314
314
  "name": "team.join",
315
315
  "description": "New user joined workspace"
316
316
  }
317
- ],
318
- "registration": {
319
- "manual_setup": "Go to api.slack.com/apps > Your App > Event Subscriptions to register your webhook URL. Slack requires app-level configuration, not API calls."
320
- }
317
+ ]
321
318
  }
322
319
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "slug": "socialcast",
3
3
  "name": "SocialCast",
4
- "description": "Unified social media posting platform \u2014 connect accounts across 9 platforms and publish everywhere at once",
4
+ "description": "Unified social media posting platform connect accounts across 9 platforms and publish everywhere at once",
5
5
  "logo": "https://socialcast.dev/favicon-192.png",
6
6
  "categories": [
7
7
  "social-media",
@@ -35,7 +35,7 @@
35
35
  "tools": [
36
36
  {
37
37
  "name": "list_accounts",
38
- "description": "List all connected social media accounts for the project. Optionally filter by platform or status. Accounts with status 'active' are fully configured and ready to post \u2014 do NOT suggest setup steps for active accounts. The platform_metadata field contains internal IDs used by the system (pageId, instagramAccountId, etc.) and should not be interpreted as incomplete setup.",
38
+ "description": "List all connected social media accounts for the project. Optionally filter by platform or status. Accounts with status 'active' are fully configured and ready to post do NOT suggest setup steps for active accounts. The platform_metadata field contains internal IDs used by the system (pageId, instagramAccountId, etc.) and should not be interpreted as incomplete setup.",
39
39
  "method": "GET",
40
40
  "path": "/accounts",
41
41
  "input_schema": {
@@ -205,7 +205,7 @@
205
205
  },
206
206
  {
207
207
  "name": "create_post",
208
- "description": "Create and publish a post to one or more connected social media platforms simultaneously. Supports text, images, videos, and links. To schedule a post for later, set scheduled_for to an ISO 8601 timestamp and optionally timezone (e.g., 'America/New_York'). Platform-specific overrides allow customizing content per platform (e.g., Reddit title, YouTube description, TikTok privacy).",
208
+ "description": "Create and publish a post to one or more connected social media platforms simultaneously. Supports text, images, videos, and links.\n\nMedia capabilities per platform:\n- Instagram: Single image, single video (Reel), or CAROUSEL (2-10 images/videos mixed). Pass multiple items in media_urls for carousel.\n- Facebook: Text, single image, MULTI-PHOTO (2+ images posted as album), single video, or link post.\n- Twitter/X: Text with up to 4 media attachments (images, GIFs, or 1 video). Media is uploaded automatically.\n- TikTok: Single video or PHOTO CAROUSEL (up to 35 images). Use overrides for privacy, comments, music.\n- YouTube: Single video upload with title, description, tags, privacy.\n- Pinterest: Single image with title, description, board, and link.\n- Reddit: Text (self) or link post to a subreddit.\n- LinkedIn: Text post with optional visibility setting.\n- Telegram: Text or single image with optional parse mode.\n\nTo schedule a post for later, set scheduled_for to an ISO 8601 timestamp and optionally timezone (e.g., 'America/New_York').",
209
209
  "method": "POST",
210
210
  "path": "/posts",
211
211
  "input_schema": {
@@ -217,7 +217,7 @@
217
217
  },
218
218
  "media_urls": {
219
219
  "type": "array",
220
- "description": "Media attachments \u2014 array of objects with url, type (image/video), and optional alt_text",
220
+ "description": "Media attachments. Pass multiple images for carousel/album posts (Instagram up to 10, Facebook unlimited, TikTok up to 35). Each item needs url, type (image/video), and optional alt_text.",
221
221
  "items": {
222
222
  "type": "object",
223
223
  "properties": {
@@ -266,7 +266,7 @@
266
266
  },
267
267
  "platform_overrides": {
268
268
  "type": "object",
269
- "description": "Per-platform overrides keyed by platform name. Only include platforms you want to customize. Available fields per platform: youtube: {title, description, tags (array), privacyStatus (public/unlisted/private), categoryId (default 22=People & Blogs)}. reddit: {title, subreddit, text, nsfw}. pinterest: {title, description, board_id}. tiktok: {title, text, privacyLevel}. linkedin: {text, visibility}. facebook: {text, title (video only)}. twitter: {text}. instagram: {text}. telegram: {text, chatId, parseMode}. All fields are optional \u2014 omitted fields fall back to the main post text.",
269
+ "description": "Per-platform overrides keyed by platform name. Only include platforms you want to customize. Available fields per platform: youtube: {title, description, tags (array), privacyStatus (public/unlisted/private), categoryId}. reddit: {title, subreddit, text, nsfw}. pinterest: {title, description, board_id}. tiktok: {title, text, privacyLevel (PUBLIC_TO_EVERYONE/MUTUAL_FOLLOW_FRIENDS/FOLLOWER_OF_CREATOR/SELF_ONLY), disableComment (bool), autoAddMusic (bool)}. linkedin: {text, visibility}. facebook: {text, title (video only)}. twitter: {text}. instagram: {text}. telegram: {text, chatId, parseMode}. All fields are optional omitted fields fall back to the main post text.",
270
270
  "properties": {
271
271
  "twitter": {
272
272
  "type": "object"
@@ -447,7 +447,7 @@
447
447
  },
448
448
  {
449
449
  "name": "get_post_analytics",
450
- "description": "Fetch analytics and engagement metrics for a published post across all platforms. Returns impressions, reach, likes, comments, shares, views, saves, and clicks where available. Supported: Instagram, Facebook, YouTube, TikTok, Pinterest. No analytics API: Twitter, LinkedIn, Reddit, Telegram.",
450
+ "description": "Fetch analytics and engagement metrics for a published post across all platforms. Returns impressions, reach, likes, comments, shares, views, saves, clicks, quotes, and bookmarks where available. Supported: Instagram, Facebook, YouTube, TikTok, Pinterest, Twitter/X. No analytics API: LinkedIn, Reddit, Telegram.",
451
451
  "method": "GET",
452
452
  "path": "/posts/%7B%7Bid%7D%7D/analytics",
453
453
  "input_schema": {
@@ -463,6 +463,42 @@
463
463
  ]
464
464
  }
465
465
  },
466
+ {
467
+ "name": "account_insights",
468
+ "description": "Get page-level insights and historical stats for a connected social account. Returns follower growth, reach, impressions, engagement metrics, and top content over a date range. Supported: Instagram (reach, followers, engagement, interactions), Facebook (page impressions, reach, engagement, fans), YouTube (subscribers, views, watch time), TikTok (followers, views, likes, shares), Twitter/X (followers, following, tweet count + recent tweet engagement), Pinterest (impressions, engagement, pin clicks, outbound clicks, saves + top pins). Unsupported: LinkedIn, Reddit, Telegram.",
469
+ "method": "GET",
470
+ "path": "/accounts/%7B%7Bid%7D%7D/insights",
471
+ "input_schema": {
472
+ "type": "object",
473
+ "properties": {
474
+ "id": {
475
+ "type": "integer",
476
+ "description": "Social account ID to get insights for"
477
+ },
478
+ "start_date": {
479
+ "type": "string",
480
+ "description": "Start date in YYYY-MM-DD format (defaults to 7 days ago)"
481
+ },
482
+ "end_date": {
483
+ "type": "string",
484
+ "description": "End date in YYYY-MM-DD format (defaults to today)"
485
+ },
486
+ "period": {
487
+ "type": "string",
488
+ "enum": [
489
+ "day",
490
+ "week",
491
+ "days_28"
492
+ ],
493
+ "description": "Aggregation period (Instagram/Facebook only)",
494
+ "default": "day"
495
+ }
496
+ },
497
+ "required": [
498
+ "id"
499
+ ]
500
+ }
501
+ },
466
502
  {
467
503
  "name": "account_health",
468
504
  "description": "Check the connection health of one or all connected social accounts. Verifies that OAuth tokens are still valid by calling each platform's profile API. Pass a specific account ID or 'all' to check all active accounts.",
@@ -481,7 +517,7 @@
481
517
  },
482
518
  {
483
519
  "name": "list_inbox",
484
- "description": "List social inbox items \u2014 comments, replies, and DMs received on your connected accounts. Filter by platform, account, status, or type. Returns items sorted by most recent first with unread count.",
520
+ "description": "List social inbox items comments, replies, and DMs received on your connected accounts. Filter by platform, account, status, or type. Returns items sorted by most recent first with unread count.",
485
521
  "method": "GET",
486
522
  "path": "/inbox",
487
523
  "input_schema": {
@@ -604,7 +640,7 @@
604
640
  },
605
641
  {
606
642
  "name": "update_inbox",
607
- "description": "Update the status of inbox items \u2014 mark as read, replied, or archived. Supports single item, bulk IDs, or mark-all-read for an account.",
643
+ "description": "Update the status of inbox items mark as read, replied, or archived. Supports single item, bulk IDs, or mark-all-read for an account.",
608
644
  "method": "PUT",
609
645
  "path": "/inbox",
610
646
  "input_schema": {
@@ -637,7 +673,7 @@
637
673
  },
638
674
  "social_account_id": {
639
675
  "type": "integer",
640
- "description": "Filter for mark_all_read \u2014 only mark items from this account"
676
+ "description": "Filter for mark_all_read only mark items from this account"
641
677
  }
642
678
  }
643
679
  }
@@ -693,9 +729,6 @@
693
729
  "name": "social.comment.deleted",
694
730
  "description": "A comment was removed from a post"
695
731
  }
696
- ],
697
- "registration": {
698
- "manual_setup": "Configure webhooks in the SocialCast dashboard settings."
699
- }
732
+ ]
700
733
  }
701
734
  }
@@ -895,18 +895,6 @@
895
895
  "name": "charge.refunded",
896
896
  "description": "Occurs when a charge is refunded"
897
897
  }
898
- ],
899
- "registration": {
900
- "method": "POST",
901
- "path": "/webhook_endpoints",
902
- "url_field": "url",
903
- "events_field": "enabled_events",
904
- "content_type": "application/x-www-form-urlencoded",
905
- "id_field": "id",
906
- "delete_path": "/webhook_endpoints/{id}",
907
- "delete_method": "DELETE",
908
- "list_path": "/webhook_endpoints",
909
- "list_field": "data"
910
- }
898
+ ]
911
899
  }
912
900
  }
@@ -573,18 +573,6 @@
573
573
  "name": "charge.refunded",
574
574
  "description": "Occurs when a charge is refunded"
575
575
  }
576
- ],
577
- "registration": {
578
- "method": "POST",
579
- "path": "/webhook_endpoints",
580
- "url_field": "url",
581
- "events_field": "enabled_events",
582
- "content_type": "application/x-www-form-urlencoded",
583
- "id_field": "id",
584
- "delete_path": "/webhook_endpoints/{id}",
585
- "delete_method": "DELETE",
586
- "list_path": "/webhook_endpoints",
587
- "list_field": "data"
588
- }
576
+ ]
589
577
  }
590
578
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "slug": "twilio",
3
3
  "name": "Twilio",
4
- "description": "Twilio communications platform \u2014 SMS, MMS, voice calls, WhatsApp, phone numbers, recordings, usage, and verification",
4
+ "description": "Twilio communications platform SMS, MMS, voice calls, WhatsApp, phone numbers, recordings, usage, and verification",
5
5
  "logo": "https://www.google.com/s2/favicons?domain=twilio.com&sz=128",
6
6
  "categories": [
7
7
  "messaging",
@@ -133,7 +133,7 @@
133
133
  "whatsapp"
134
134
  ],
135
135
  "default": "whatsapp",
136
- "description": "Channel type \u2014 must be 'whatsapp'"
136
+ "description": "Channel type must be 'whatsapp'"
137
137
  }
138
138
  },
139
139
  "required": [
@@ -320,7 +320,7 @@
320
320
  },
321
321
  {
322
322
  "name": "update_call",
323
- "description": "Modify an in-progress call \u2014 redirect to new TwiML, end the call, or pause/resume recording.",
323
+ "description": "Modify an in-progress call redirect to new TwiML, end the call, or pause/resume recording.",
324
324
  "method": "POST",
325
325
  "path": "/Accounts/%7B%7Bcredential.account_sid%7D%7D/Calls/%7B%7BCallSid%7D%7D.json",
326
326
  "input_schema": {
@@ -408,7 +408,7 @@
408
408
  },
409
409
  {
410
410
  "name": "update_phone_number",
411
- "description": "Update configuration for a phone number \u2014 webhooks, friendly name, voice/SMS settings.",
411
+ "description": "Update configuration for a phone number webhooks, friendly name, voice/SMS settings.",
412
412
  "method": "POST",
413
413
  "path": "/Accounts/%7B%7Bcredential.account_sid%7D%7D/IncomingPhoneNumbers/%7B%7BPhoneNumberSid%7D%7D.json",
414
414
  "input_schema": {
@@ -624,7 +624,7 @@
624
624
  },
625
625
  {
626
626
  "name": "get_usage",
627
- "description": "Retrieve usage records for your account \u2014 see costs per category (calls, SMS, numbers, etc.).",
627
+ "description": "Retrieve usage records for your account see costs per category (calls, SMS, numbers, etc.).",
628
628
  "method": "GET",
629
629
  "path": "/Accounts/%7B%7Bcredential.account_sid%7D%7D/Usage/Records.json",
630
630
  "input_schema": {
@@ -668,7 +668,7 @@
668
668
  },
669
669
  {
670
670
  "name": "get_whatsapp_sender",
671
- "description": "Get details of a specific WhatsApp Business sender by SID \u2014 status, phone number, profile info, and capabilities.",
671
+ "description": "Get details of a specific WhatsApp Business sender by SID status, phone number, profile info, and capabilities.",
672
672
  "method": "GET",
673
673
  "path": "/v2/Channels/Senders/%7B%7BSenderSid%7D%7D",
674
674
  "input_schema": {
@@ -795,7 +795,7 @@
795
795
  },
796
796
  {
797
797
  "name": "get_content_template",
798
- "description": "Retrieve details of a specific content template by SID \u2014 body, variables, type, and approval status.",
798
+ "description": "Retrieve details of a specific content template by SID body, variables, type, and approval status.",
799
799
  "method": "GET",
800
800
  "path": "/v1/Content/%7B%7BContentSid%7D%7D",
801
801
  "input_schema": {
@@ -897,7 +897,7 @@
897
897
  },
898
898
  {
899
899
  "name": "lookup_phone_number",
900
- "description": "Look up information about a phone number \u2014 carrier, caller name, line type (mobile/landline/voip).",
900
+ "description": "Look up information about a phone number carrier, caller name, line type (mobile/landline/voip).",
901
901
  "method": "GET",
902
902
  "path": "/v2/PhoneNumbers/%7B%7BPhoneNumber%7D%7D",
903
903
  "input_schema": {
@@ -1052,9 +1052,6 @@
1052
1052
  "name": "recording.completed",
1053
1053
  "description": "Call recording ready"
1054
1054
  }
1055
- ],
1056
- "registration": {
1057
- "manual_setup": "Twilio webhooks are configured per-phone-number. Go to Twilio Console > Phone Numbers > Your Number to set the webhook URL for SMS/Voice."
1058
- }
1055
+ ]
1059
1056
  }
1060
1057
  }
@@ -214,9 +214,6 @@
214
214
  "name": "form_response",
215
215
  "description": "New form response submitted"
216
216
  }
217
- ],
218
- "registration": {
219
- "manual_setup": "Go to your Typeform form > Connect > Webhooks to register your webhook URL."
220
- }
217
+ ]
221
218
  }
222
219
  }