@apteva/integrations 0.3.8 → 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.
@@ -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": {
@@ -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 array of objects with 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 (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 omitted fields fall back to the main post text.",
270
270
  "properties": {
271
271
  "twitter": {
272
272
  "type": "object"
@@ -481,7 +481,7 @@
481
481
  },
482
482
  {
483
483
  "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.",
484
+ "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
485
  "method": "GET",
486
486
  "path": "/inbox",
487
487
  "input_schema": {
@@ -604,7 +604,7 @@
604
604
  },
605
605
  {
606
606
  "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.",
607
+ "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
608
  "method": "PUT",
609
609
  "path": "/inbox",
610
610
  "input_schema": {
@@ -637,7 +637,7 @@
637
637
  },
638
638
  "social_account_id": {
639
639
  "type": "integer",
640
- "description": "Filter for mark_all_read \u2014 only mark items from this account"
640
+ "description": "Filter for mark_all_read only mark items from this account"
641
641
  }
642
642
  }
643
643
  }
@@ -693,9 +693,6 @@
693
693
  "name": "social.comment.deleted",
694
694
  "description": "A comment was removed from a post"
695
695
  }
696
- ],
697
- "registration": {
698
- "manual_setup": "Configure webhooks in the SocialCast dashboard settings."
699
- }
696
+ ]
700
697
  }
701
698
  }
@@ -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
  }