@apteva/integrations 0.3.62 → 0.15.4

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.
Files changed (434) hide show
  1. package/dist/aws-sigv4.d.ts +32 -0
  2. package/dist/aws-sigv4.d.ts.map +1 -0
  3. package/dist/aws-sigv4.js +126 -0
  4. package/dist/aws-sigv4.js.map +1 -0
  5. package/dist/explorer/main.js +21617 -0
  6. package/dist/explorer/main.js.map +90 -0
  7. package/dist/explorer/style.css +2 -0
  8. package/dist/http-executor.d.ts.map +1 -1
  9. package/dist/http-executor.js +180 -12
  10. package/dist/http-executor.js.map +1 -1
  11. package/dist/index.d.ts +1 -1
  12. package/dist/index.d.ts.map +1 -1
  13. package/dist/index.js.map +1 -1
  14. package/dist/mcp-generator.d.ts +7 -2
  15. package/dist/mcp-generator.d.ts.map +1 -1
  16. package/dist/mcp-generator.js +46 -5
  17. package/dist/mcp-generator.js.map +1 -1
  18. package/dist/oauth.js +1 -1
  19. package/dist/oauth.js.map +1 -1
  20. package/dist/types.d.ts +251 -3
  21. package/dist/types.d.ts.map +1 -1
  22. package/dist/ui/github/ActivityFeed.d.ts +24 -0
  23. package/dist/ui/github/ActivityFeed.d.ts.map +1 -0
  24. package/dist/ui/github/ActivityFeed.js +106 -0
  25. package/dist/ui/github/ActivityFeed.js.map +1 -0
  26. package/dist/ui/github/ActivityFeed.mjs +3 -0
  27. package/dist/ui/github/ActivityFeed.mjs.map +29 -0
  28. package/dist/ui/github/CommitCard.d.ts +24 -0
  29. package/dist/ui/github/CommitCard.d.ts.map +1 -0
  30. package/dist/ui/github/CommitCard.js +102 -0
  31. package/dist/ui/github/CommitCard.js.map +1 -0
  32. package/dist/ui/github/CommitCard.mjs +5 -0
  33. package/dist/ui/github/CommitCard.mjs.map +11 -0
  34. package/dist/ui/github/IssueCard.d.ts +33 -0
  35. package/dist/ui/github/IssueCard.d.ts.map +1 -0
  36. package/dist/ui/github/IssueCard.js +131 -0
  37. package/dist/ui/github/IssueCard.js.map +1 -0
  38. package/dist/ui/github/IssueCard.mjs +3 -0
  39. package/dist/ui/github/IssueCard.mjs.map +21 -0
  40. package/dist/ui/github/PullRequestCard.d.ts +36 -0
  41. package/dist/ui/github/PullRequestCard.d.ts.map +1 -0
  42. package/dist/ui/github/PullRequestCard.js +158 -0
  43. package/dist/ui/github/PullRequestCard.js.map +1 -0
  44. package/dist/ui/github/PullRequestCard.mjs +3 -0
  45. package/dist/ui/github/PullRequestCard.mjs.map +22 -0
  46. package/dist/ui/github/WorkflowRunCard.d.ts +30 -0
  47. package/dist/ui/github/WorkflowRunCard.d.ts.map +1 -0
  48. package/dist/ui/github/WorkflowRunCard.js +124 -0
  49. package/dist/ui/github/WorkflowRunCard.js.map +1 -0
  50. package/dist/ui/github/WorkflowRunCard.mjs +3 -0
  51. package/dist/ui/github/WorkflowRunCard.mjs.map +11 -0
  52. package/dist/ui/github/lib/github.d.ts +43 -0
  53. package/dist/ui/github/lib/github.d.ts.map +1 -0
  54. package/dist/ui/github/lib/github.js +151 -0
  55. package/dist/ui/github/lib/github.js.map +1 -0
  56. package/dist/ui/hubspot/ActivityFeed.d.ts +22 -0
  57. package/dist/ui/hubspot/ActivityFeed.d.ts.map +1 -0
  58. package/dist/ui/hubspot/ActivityFeed.js +52 -0
  59. package/dist/ui/hubspot/ActivityFeed.js.map +1 -0
  60. package/dist/ui/hubspot/ActivityFeed.mjs +3 -0
  61. package/dist/ui/hubspot/ActivityFeed.mjs.map +26 -0
  62. package/dist/ui/hubspot/CompanyCard.d.ts +22 -0
  63. package/dist/ui/hubspot/CompanyCard.d.ts.map +1 -0
  64. package/dist/ui/hubspot/CompanyCard.js +63 -0
  65. package/dist/ui/hubspot/CompanyCard.js.map +1 -0
  66. package/dist/ui/hubspot/CompanyCard.mjs +3 -0
  67. package/dist/ui/hubspot/CompanyCard.mjs.map +11 -0
  68. package/dist/ui/hubspot/ContactCard.d.ts +22 -0
  69. package/dist/ui/hubspot/ContactCard.d.ts.map +1 -0
  70. package/dist/ui/hubspot/ContactCard.js +62 -0
  71. package/dist/ui/hubspot/ContactCard.js.map +1 -0
  72. package/dist/ui/hubspot/ContactCard.mjs +3 -0
  73. package/dist/ui/hubspot/ContactCard.mjs.map +11 -0
  74. package/dist/ui/hubspot/ContactList.d.ts +21 -0
  75. package/dist/ui/hubspot/ContactList.d.ts.map +1 -0
  76. package/dist/ui/hubspot/ContactList.js +31 -0
  77. package/dist/ui/hubspot/ContactList.js.map +1 -0
  78. package/dist/ui/hubspot/ContactList.mjs +3 -0
  79. package/dist/ui/hubspot/ContactList.mjs.map +11 -0
  80. package/dist/ui/hubspot/DealCard.d.ts +23 -0
  81. package/dist/ui/hubspot/DealCard.d.ts.map +1 -0
  82. package/dist/ui/hubspot/DealCard.js +63 -0
  83. package/dist/ui/hubspot/DealCard.js.map +1 -0
  84. package/dist/ui/hubspot/DealCard.mjs +3 -0
  85. package/dist/ui/hubspot/DealCard.mjs.map +11 -0
  86. package/dist/ui/hubspot/DealList.d.ts +24 -0
  87. package/dist/ui/hubspot/DealList.d.ts.map +1 -0
  88. package/dist/ui/hubspot/DealList.js +35 -0
  89. package/dist/ui/hubspot/DealList.js.map +1 -0
  90. package/dist/ui/hubspot/DealList.mjs +3 -0
  91. package/dist/ui/hubspot/DealList.mjs.map +11 -0
  92. package/dist/ui/hubspot/EmailCard.d.ts +25 -0
  93. package/dist/ui/hubspot/EmailCard.d.ts.map +1 -0
  94. package/dist/ui/hubspot/EmailCard.js +62 -0
  95. package/dist/ui/hubspot/EmailCard.js.map +1 -0
  96. package/dist/ui/hubspot/EmailCard.mjs +5 -0
  97. package/dist/ui/hubspot/EmailCard.mjs.map +11 -0
  98. package/dist/ui/hubspot/InboxStrip.d.ts +23 -0
  99. package/dist/ui/hubspot/InboxStrip.d.ts.map +1 -0
  100. package/dist/ui/hubspot/InboxStrip.js +36 -0
  101. package/dist/ui/hubspot/InboxStrip.js.map +1 -0
  102. package/dist/ui/hubspot/InboxStrip.mjs +3 -0
  103. package/dist/ui/hubspot/InboxStrip.mjs.map +11 -0
  104. package/dist/ui/hubspot/PipelineStrip.d.ts +22 -0
  105. package/dist/ui/hubspot/PipelineStrip.d.ts.map +1 -0
  106. package/dist/ui/hubspot/PipelineStrip.js +54 -0
  107. package/dist/ui/hubspot/PipelineStrip.js.map +1 -0
  108. package/dist/ui/hubspot/PipelineStrip.mjs +3 -0
  109. package/dist/ui/hubspot/PipelineStrip.mjs.map +11 -0
  110. package/dist/ui/hubspot/TicketCard.d.ts +25 -0
  111. package/dist/ui/hubspot/TicketCard.d.ts.map +1 -0
  112. package/dist/ui/hubspot/TicketCard.js +53 -0
  113. package/dist/ui/hubspot/TicketCard.js.map +1 -0
  114. package/dist/ui/hubspot/TicketCard.mjs +3 -0
  115. package/dist/ui/hubspot/TicketCard.mjs.map +21 -0
  116. package/dist/ui/hubspot/TicketList.d.ts +21 -0
  117. package/dist/ui/hubspot/TicketList.d.ts.map +1 -0
  118. package/dist/ui/hubspot/TicketList.js +33 -0
  119. package/dist/ui/hubspot/TicketList.js.map +1 -0
  120. package/dist/ui/hubspot/TicketList.mjs +3 -0
  121. package/dist/ui/hubspot/TicketList.mjs.map +11 -0
  122. package/dist/ui/hubspot/lib/hubspot.d.ts +24 -0
  123. package/dist/ui/hubspot/lib/hubspot.d.ts.map +1 -0
  124. package/dist/ui/hubspot/lib/hubspot.js +176 -0
  125. package/dist/ui/hubspot/lib/hubspot.js.map +1 -0
  126. package/dist/ui/notion/DatabaseCard.d.ts +24 -0
  127. package/dist/ui/notion/DatabaseCard.d.ts.map +1 -0
  128. package/dist/ui/notion/DatabaseCard.js +86 -0
  129. package/dist/ui/notion/DatabaseCard.js.map +1 -0
  130. package/dist/ui/notion/DatabaseCard.mjs +3 -0
  131. package/dist/ui/notion/DatabaseCard.mjs.map +11 -0
  132. package/dist/ui/notion/DatabaseRowList.d.ts +36 -0
  133. package/dist/ui/notion/DatabaseRowList.d.ts.map +1 -0
  134. package/dist/ui/notion/DatabaseRowList.js +87 -0
  135. package/dist/ui/notion/DatabaseRowList.js.map +1 -0
  136. package/dist/ui/notion/DatabaseRowList.mjs +3 -0
  137. package/dist/ui/notion/DatabaseRowList.mjs.map +11 -0
  138. package/dist/ui/notion/PageCard.d.ts +27 -0
  139. package/dist/ui/notion/PageCard.d.ts.map +1 -0
  140. package/dist/ui/notion/PageCard.js +80 -0
  141. package/dist/ui/notion/PageCard.js.map +1 -0
  142. package/dist/ui/notion/PageCard.mjs +3 -0
  143. package/dist/ui/notion/PageCard.mjs.map +11 -0
  144. package/dist/ui/notion/PageList.d.ts +24 -0
  145. package/dist/ui/notion/PageList.d.ts.map +1 -0
  146. package/dist/ui/notion/PageList.js +51 -0
  147. package/dist/ui/notion/PageList.js.map +1 -0
  148. package/dist/ui/notion/PageList.mjs +3 -0
  149. package/dist/ui/notion/PageList.mjs.map +11 -0
  150. package/dist/ui/notion/lib/notion.d.ts +35 -0
  151. package/dist/ui/notion/lib/notion.d.ts.map +1 -0
  152. package/dist/ui/notion/lib/notion.js +119 -0
  153. package/dist/ui/notion/lib/notion.js.map +1 -0
  154. package/dist/xml-to-json.d.ts +20 -0
  155. package/dist/xml-to-json.d.ts.map +1 -0
  156. package/dist/xml-to-json.js +256 -0
  157. package/dist/xml-to-json.js.map +1 -0
  158. package/package.json +13 -1
  159. package/src/apps/adroll.json +254 -0
  160. package/src/apps/ahrefs.json +156 -0
  161. package/src/apps/airtable.json +4 -13
  162. package/src/apps/algolia.json +115 -0
  163. package/src/apps/alibaba-cloud.json +211 -0
  164. package/src/apps/aliexpress.json +369 -0
  165. package/src/apps/alpaca-market-data.json +699 -0
  166. package/src/apps/alpaca-trading.json +214 -989
  167. package/src/apps/amazon-ads.json +249 -0
  168. package/src/apps/amazon-associates.json +102 -0
  169. package/src/apps/amplitude.json +86 -0
  170. package/src/apps/anchor-browser.json +173 -0
  171. package/src/apps/anthropic-api.json +9 -4
  172. package/src/apps/api-sports.json +180 -0
  173. package/src/apps/apple-search-ads.json +266 -0
  174. package/src/apps/auth0.json +126 -0
  175. package/src/apps/awin.json +111 -0
  176. package/src/apps/aws-codebuild.json +139 -0
  177. package/src/apps/aws-mediaconvert.json +196 -0
  178. package/src/apps/aws-s3.json +108 -192
  179. package/src/apps/aws-ses.json +666 -303
  180. package/src/apps/aws-sns.json +128 -106
  181. package/src/apps/azure-container-apps.json +116 -0
  182. package/src/apps/backblaze-b2.json +175 -0
  183. package/src/apps/bamboohr.json +303 -0
  184. package/src/apps/basiq.json +308 -0
  185. package/src/apps/bigcommerce.json +366 -0
  186. package/src/apps/bigquery.json +121 -0
  187. package/src/apps/binance-trading.json +7 -4
  188. package/src/apps/bing-webmaster-tools.json +158 -0
  189. package/src/apps/bitbucket.json +163 -0
  190. package/src/apps/blacksmith.json +81 -0
  191. package/src/apps/bls.json +104 -0
  192. package/src/apps/bluesky.json +74 -0
  193. package/src/apps/braze.json +103 -0
  194. package/src/apps/brevo.json +4 -1
  195. package/src/apps/brightdata.json +94 -0
  196. package/src/apps/browserbase.json +237 -0
  197. package/src/apps/bscscan.json +150 -0
  198. package/src/apps/buffer.json +121 -0
  199. package/src/apps/buildjet.json +80 -0
  200. package/src/apps/builtwith.json +101 -0
  201. package/src/apps/bunny-cdn.json +104 -0
  202. package/src/apps/bunny-stream.json +205 -3
  203. package/src/apps/byrd.json +585 -0
  204. package/src/apps/calendly.json +10 -7
  205. package/src/apps/campaign-manager-360.json +264 -0
  206. package/src/apps/capturekit.json +51 -0
  207. package/src/apps/circleci.json +212 -0
  208. package/src/apps/cirrus-runners.json +75 -0
  209. package/src/apps/cj-affiliate.json +101 -0
  210. package/src/apps/cjdropshipping.json +278 -0
  211. package/src/apps/clerk.json +153 -0
  212. package/src/apps/cloudflare-containers.json +98 -0
  213. package/src/apps/cloudflare-r2.json +180 -0
  214. package/src/apps/cloudflare.json +474 -157
  215. package/src/apps/cloudinary.json +119 -97
  216. package/src/apps/coconut.json +94 -0
  217. package/src/apps/contentful.json +157 -0
  218. package/src/apps/criteo.json +222 -0
  219. package/src/apps/crunchbase.json +104 -0
  220. package/src/apps/customer-io.json +106 -0
  221. package/src/apps/databricks.json +94 -0
  222. package/src/apps/deepgram.json +3 -0
  223. package/src/apps/deepl.json +113 -0
  224. package/src/apps/deepseek.json +5 -2
  225. package/src/apps/depot.json +102 -0
  226. package/src/apps/digitalocean-spaces.json +121 -0
  227. package/src/apps/digitalocean.json +115 -0
  228. package/src/apps/discord.json +90 -1
  229. package/src/apps/docker-build-cloud.json +68 -0
  230. package/src/apps/duffel.json +193 -77
  231. package/src/apps/dux-soup.json +4 -1
  232. package/src/apps/dv360.json +287 -0
  233. package/src/apps/earthly-cloud.json +84 -0
  234. package/src/apps/eia.json +121 -0
  235. package/src/apps/elasticsearch.json +282 -0
  236. package/src/apps/elevenlabs.json +336 -192
  237. package/src/apps/etherscan.json +162 -0
  238. package/src/apps/etsy.json +484 -0
  239. package/src/apps/eventbrite-events.json +5 -2
  240. package/src/apps/exa.json +101 -0
  241. package/src/apps/facebook-ads.json +3 -3
  242. package/src/apps/facebook-api.json +1484 -37
  243. package/src/apps/finnhub.json +232 -0
  244. package/src/apps/flightapi.json +248 -0
  245. package/src/apps/fly-io.json +134 -0
  246. package/src/apps/fred.json +156 -0
  247. package/src/apps/gdelt.json +96 -0
  248. package/src/apps/gelato.json +123 -0
  249. package/src/apps/gemini.json +143 -49
  250. package/src/apps/getscreenshot.json +52 -0
  251. package/src/apps/github.json +355 -39
  252. package/src/apps/gmail.json +151 -2
  253. package/src/apps/gnews.json +71 -0
  254. package/src/apps/google-analytics.json +311 -0
  255. package/src/apps/google-cloud-storage.json +484 -0
  256. package/src/apps/google-docs.json +2 -2
  257. package/src/apps/google-drive.json +2 -2
  258. package/src/apps/google-places.json +127 -0
  259. package/src/apps/google-search-console.json +126 -0
  260. package/src/apps/google-sheets.json +2 -2
  261. package/src/apps/grafana-cloud.json +98 -0
  262. package/src/apps/groq.json +119 -0
  263. package/src/apps/hetzner-object-storage.json +177 -0
  264. package/src/apps/hetzner.json +255 -367
  265. package/src/apps/heygen.json +828 -141
  266. package/src/apps/hive-fulfillment.json +559 -0
  267. package/src/apps/hotjar.json +91 -0
  268. package/src/apps/huawei-cloud.json +189 -0
  269. package/src/apps/huboo.json +286 -0
  270. package/src/apps/hubspot.json +253 -637
  271. package/src/apps/huggingface.json +5 -2
  272. package/src/apps/hunter.json +5 -2
  273. package/src/apps/hyperbrowser.json +205 -0
  274. package/src/apps/idrive-e2.json +128 -0
  275. package/src/apps/impact.json +106 -0
  276. package/src/apps/instagram-api.json +185 -11
  277. package/src/apps/instantly.json +169 -0
  278. package/src/apps/ionos.json +250 -0
  279. package/src/apps/{learning-platform.json → kalio.json} +162 -3
  280. package/src/apps/kalshi.json +144 -0
  281. package/src/apps/keywords-everywhere.json +86 -0
  282. package/src/apps/kickbox.json +71 -0
  283. package/src/apps/launchdarkly.json +111 -0
  284. package/src/apps/leadbyte.json +600 -0
  285. package/src/apps/leadfeeder.json +89 -0
  286. package/src/apps/lemlist.json +109 -0
  287. package/src/apps/linkedin-ads.json +279 -0
  288. package/src/apps/linkedin.json +96 -2
  289. package/src/apps/linode-object-storage.json +183 -0
  290. package/src/apps/linode.json +160 -0
  291. package/src/apps/lnk-bio.json +5 -2
  292. package/src/apps/loom.json +5 -2
  293. package/src/apps/lusha.json +104 -0
  294. package/src/apps/magalu-cloud.json +187 -0
  295. package/src/apps/majestic.json +117 -0
  296. package/src/apps/manifold-markets.json +144 -0
  297. package/src/apps/mapbox.json +118 -0
  298. package/src/apps/microsoft-ads.json +246 -0
  299. package/src/apps/microsoft-onedrive.json +380 -0
  300. package/src/apps/microsoft-teams.json +315 -96
  301. package/src/apps/millionverifier.json +85 -0
  302. package/src/apps/mindee.json +246 -0
  303. package/src/apps/miro.json +138 -0
  304. package/src/apps/mistral.json +129 -0
  305. package/src/apps/mixpanel.json +95 -0
  306. package/src/apps/moz.json +127 -0
  307. package/src/apps/mux.json +201 -0
  308. package/src/apps/namecheap.json +321 -123
  309. package/src/apps/namespace-cloud.json +84 -0
  310. package/src/apps/naver-cloud.json +184 -0
  311. package/src/apps/neon.json +122 -0
  312. package/src/apps/netlify.json +124 -0
  313. package/src/apps/neverbounce.json +92 -0
  314. package/src/apps/newrelic.json +80 -0
  315. package/src/apps/newsapi.json +86 -0
  316. package/src/apps/ngrok.json +29 -0
  317. package/src/apps/nixbuild.json +116 -0
  318. package/src/apps/northflank.json +161 -0
  319. package/src/apps/notion.json +3 -0
  320. package/src/apps/okta.json +131 -0
  321. package/src/apps/omnikit-analytics.json +73 -1
  322. package/src/apps/omnikit-api-gateway.json +74 -2
  323. package/src/apps/omnikit-billing.json +73 -1
  324. package/src/apps/omnikit-cms.json +73 -1
  325. package/src/apps/omnikit-code-ops.json +76 -4
  326. package/src/apps/omnikit-functions.json +74 -2
  327. package/src/apps/omnikit-intelligence.json +176 -33
  328. package/src/apps/omnikit-management.json +73 -1
  329. package/src/apps/omnikit-media.json +73 -1
  330. package/src/apps/omnikit-messaging.json +72 -0
  331. package/src/apps/omnikit-redirects.json +73 -1
  332. package/src/apps/omnikit-sites.json +325 -66
  333. package/src/apps/omnikit-storage.json +104 -7
  334. package/src/apps/omnikit-webhooks.json +73 -1
  335. package/src/apps/omnikit-workflows.json +73 -1
  336. package/src/apps/onesignal.json +108 -0
  337. package/src/apps/openai-api.json +176 -30
  338. package/src/apps/openai-codex.json +187 -0
  339. package/src/apps/opencode-go.json +113 -0
  340. package/src/apps/optinmonster.json +7 -4
  341. package/src/apps/outlook-calendar.json +350 -0
  342. package/src/apps/outlook-mail.json +337 -0
  343. package/src/apps/outscraper.json +118 -0
  344. package/src/apps/ovhcloud.json +209 -0
  345. package/src/apps/paddle.json +170 -0
  346. package/src/apps/pagerduty.json +151 -0
  347. package/src/apps/partnerstack.json +118 -0
  348. package/src/apps/perplexity.json +37 -0
  349. package/src/apps/phantombuster.json +85 -0
  350. package/src/apps/pinecone.json +129 -0
  351. package/src/apps/pinterest-ads.json +261 -0
  352. package/src/apps/pinterest.json +217 -0
  353. package/src/apps/planetscale.json +139 -0
  354. package/src/apps/polygonscan.json +157 -0
  355. package/src/apps/polymarket-clob.json +184 -0
  356. package/src/apps/polymarket-data.json +153 -0
  357. package/src/apps/porkbun.json +609 -145
  358. package/src/apps/posthog.json +107 -0
  359. package/src/apps/pushover.json +28 -0
  360. package/src/apps/quora-ads.json +251 -0
  361. package/src/apps/railway.json +57 -0
  362. package/src/apps/reddit-ads.json +238 -0
  363. package/src/apps/reddit.json +274 -0
  364. package/src/apps/render.json +124 -0
  365. package/src/apps/replicate.json +5 -2
  366. package/src/apps/reply-io.json +111 -0
  367. package/src/apps/resend.json +110 -0
  368. package/src/apps/ringover.json +1144 -0
  369. package/src/apps/rocketreach.json +158 -0
  370. package/src/apps/rollbar.json +88 -0
  371. package/src/apps/runs-on.json +70 -0
  372. package/src/apps/sanity.json +89 -0
  373. package/src/apps/scaleway-object-storage.json +175 -0
  374. package/src/apps/scrapingbee.json +75 -0
  375. package/src/apps/screenshotlayer.json +49 -0
  376. package/src/apps/screenshotmachine.json +49 -0
  377. package/src/apps/se-ranking.json +239 -0
  378. package/src/apps/seamless-ai.json +91 -0
  379. package/src/apps/sec-edgar.json +107 -0
  380. package/src/apps/segment.json +104 -0
  381. package/src/apps/semrush.json +153 -0
  382. package/src/apps/sentry.json +109 -0
  383. package/src/apps/serpapi.json +95 -0
  384. package/src/apps/serper.json +139 -0
  385. package/src/apps/shareasale.json +130 -0
  386. package/src/apps/skimlinks.json +48 -0
  387. package/src/apps/slack.json +101 -0
  388. package/src/apps/smartlead.json +146 -0
  389. package/src/apps/snapchat-ads.json +238 -0
  390. package/src/apps/snaprender.json +64 -0
  391. package/src/apps/snowflake.json +70 -0
  392. package/src/apps/snyk.json +108 -0
  393. package/src/apps/socialcast.json +74 -8
  394. package/src/apps/sovrn.json +125 -0
  395. package/src/apps/spotify-ads.json +231 -0
  396. package/src/apps/steel.json +239 -0
  397. package/src/apps/stocktwits.json +120 -0
  398. package/src/apps/stripe.json +153 -0
  399. package/src/apps/target-circle.json +348 -0
  400. package/src/apps/tavily.json +104 -0
  401. package/src/apps/tavus.json +403 -0
  402. package/src/apps/telegram.json +5 -2
  403. package/src/apps/teller.json +187 -0
  404. package/src/apps/tencent-cloud.json +214 -0
  405. package/src/apps/tennis-abstract.json +108 -0
  406. package/src/apps/the-odds-api.json +132 -0
  407. package/src/apps/the-sports-db.json +163 -0
  408. package/src/apps/tiktok-ads.json +295 -0
  409. package/src/apps/tiktok-api.json +181 -7
  410. package/src/apps/together.json +5 -2
  411. package/src/apps/trade-desk.json +237 -0
  412. package/src/apps/trading212.json +26 -29
  413. package/src/apps/transloadit.json +138 -0
  414. package/src/apps/truelayer.json +318 -0
  415. package/src/apps/twilio.json +313 -42
  416. package/src/apps/twitter-api.json +216 -33
  417. package/src/apps/ubicloud.json +82 -0
  418. package/src/apps/uplead.json +105 -0
  419. package/src/apps/upstash.json +90 -0
  420. package/src/apps/valueserp.json +63 -0
  421. package/src/apps/venice-ai.json +685 -0
  422. package/src/apps/vercel.json +137 -0
  423. package/src/apps/wappalyzer.json +65 -0
  424. package/src/apps/wasabi.json +175 -0
  425. package/src/apps/whale-alert.json +74 -0
  426. package/src/apps/whatsapp-business.json +131 -0
  427. package/src/apps/wikipedia.json +112 -0
  428. package/src/apps/workos.json +123 -0
  429. package/src/apps/yahoo-dsp.json +265 -0
  430. package/src/apps/yahoo-finance.json +60 -0
  431. package/src/apps/youtube-api.json +520 -142
  432. package/src/apps/zenrows.json +47 -0
  433. package/src/apps/zenserp.json +99 -0
  434. package/src/apps/zerobounce.json +80 -0
@@ -0,0 +1,1144 @@
1
+ {
2
+ "slug": "ringover",
3
+ "name": "Ringover",
4
+ "logo": "https://www.ringover.com/favicon.ico",
5
+ "categories": ["communication"],
6
+ "description": "Ringover cloud phone, SMS, contacts, conversations, call history, live calls, and Empower call intelligence.",
7
+ "base_url": "https://public-api.ringover.com/v2",
8
+ "auth": {
9
+ "types": [
10
+ "api_key"
11
+ ],
12
+ "headers": {
13
+ "Authorization": "{{api_key}}",
14
+ "User-Agent": "Apteva/1.0 (+https://apteva.com)"
15
+ },
16
+ "credential_fields": [
17
+ {
18
+ "name": "api_key",
19
+ "label": "API Key",
20
+ "description": "Ringover public API key from Dashboard > Developer > API Keys. The API expects this value directly in the Authorization header.",
21
+ "type": "password",
22
+ "required": true
23
+ }
24
+ ]
25
+ },
26
+ "health_check": {
27
+ "tool": "get_team"
28
+ },
29
+ "webhooks": {
30
+ "events": [
31
+ {
32
+ "name": "call.created",
33
+ "description": "Emitted when a new Ringover call appears in call history.",
34
+ "delivery": "poll",
35
+ "poll": {
36
+ "tool": "list_calls",
37
+ "default_interval_seconds": 300,
38
+ "min_interval_seconds": 60,
39
+ "input": {
40
+ "limit_count": 50
41
+ },
42
+ "id_fields": [
43
+ "call_id",
44
+ "id",
45
+ "calluuid",
46
+ "call_uuid"
47
+ ],
48
+ "timestamp_field": "start_time",
49
+ "mode": "new_items",
50
+ "emit_initial": false,
51
+ "max_seen": 1000
52
+ }
53
+ }
54
+ ]
55
+ },
56
+ "tools": [
57
+ {
58
+ "name": "get_team",
59
+ "display_name": "Get Team",
60
+ "description": "Get the Ringover team linked to the API key.",
61
+ "method": "GET",
62
+ "path": "/teams"
63
+ },
64
+ {
65
+ "name": "get_team_plan_data",
66
+ "display_name": "Get Team Plan Data",
67
+ "description": "Get team subscription and plan data.",
68
+ "method": "GET",
69
+ "path": "/teams/plans_data"
70
+ },
71
+ {
72
+ "name": "list_users",
73
+ "display_name": "List Users",
74
+ "description": "List Ringover users in the team.",
75
+ "method": "GET",
76
+ "path": "/users"
77
+ },
78
+ {
79
+ "name": "get_user",
80
+ "display_name": "Get User",
81
+ "description": "Get one Ringover user by ID.",
82
+ "method": "GET",
83
+ "path": "/users/{user_id}",
84
+ "input_schema": {
85
+ "type": "object",
86
+ "properties": {
87
+ "user_id": {
88
+ "type": "integer",
89
+ "description": "Ringover user ID."
90
+ }
91
+ },
92
+ "required": [
93
+ "user_id"
94
+ ]
95
+ }
96
+ },
97
+ {
98
+ "name": "get_user_presence",
99
+ "display_name": "Get User Presence",
100
+ "description": "Get the current presence for a Ringover user.",
101
+ "method": "GET",
102
+ "path": "/users/{user_id}/presences",
103
+ "input_schema": {
104
+ "type": "object",
105
+ "properties": {
106
+ "user_id": {
107
+ "type": "integer",
108
+ "description": "Ringover user ID."
109
+ }
110
+ },
111
+ "required": [
112
+ "user_id"
113
+ ]
114
+ }
115
+ },
116
+ {
117
+ "name": "list_presences",
118
+ "display_name": "List Presences",
119
+ "description": "List available team presence states.",
120
+ "method": "GET",
121
+ "path": "/presences"
122
+ },
123
+ {
124
+ "name": "list_numbers",
125
+ "display_name": "List Numbers",
126
+ "description": "List phone numbers assigned to the team.",
127
+ "method": "GET",
128
+ "path": "/numbers",
129
+ "input_schema": {
130
+ "type": "object",
131
+ "properties": {
132
+ "is_fax": {
133
+ "type": "boolean",
134
+ "description": "Filter fax numbers."
135
+ },
136
+ "is_user": {
137
+ "type": "boolean",
138
+ "description": "Filter numbers assigned to users."
139
+ },
140
+ "is_ivr": {
141
+ "type": "boolean",
142
+ "description": "Filter numbers assigned to IVRs."
143
+ },
144
+ "is_conference": {
145
+ "type": "boolean",
146
+ "description": "Filter numbers assigned to conference rooms."
147
+ },
148
+ "is_available": {
149
+ "type": "boolean",
150
+ "description": "Filter available unassigned numbers."
151
+ }
152
+ }
153
+ }
154
+ },
155
+ {
156
+ "name": "get_number",
157
+ "display_name": "Get Number",
158
+ "description": "Get metadata for one Ringover phone number.",
159
+ "method": "GET",
160
+ "path": "/numbers/{number}",
161
+ "input_schema": {
162
+ "type": "object",
163
+ "properties": {
164
+ "number": {
165
+ "type": "string",
166
+ "description": "Phone number to inspect."
167
+ }
168
+ },
169
+ "required": [
170
+ "number"
171
+ ]
172
+ }
173
+ },
174
+ {
175
+ "name": "list_groups",
176
+ "display_name": "List Groups",
177
+ "description": "List Ringover groups.",
178
+ "method": "GET",
179
+ "path": "/groups"
180
+ },
181
+ {
182
+ "name": "get_group",
183
+ "display_name": "Get Group",
184
+ "description": "Get one Ringover group by ID.",
185
+ "method": "GET",
186
+ "path": "/groups/{group_id}",
187
+ "input_schema": {
188
+ "type": "object",
189
+ "properties": {
190
+ "group_id": {
191
+ "type": "integer",
192
+ "description": "Ringover group ID."
193
+ }
194
+ },
195
+ "required": [
196
+ "group_id"
197
+ ]
198
+ }
199
+ },
200
+ {
201
+ "name": "list_ivrs",
202
+ "display_name": "List IVRs",
203
+ "description": "List Ringover IVRs.",
204
+ "method": "GET",
205
+ "path": "/ivrs"
206
+ },
207
+ {
208
+ "name": "get_ivr",
209
+ "display_name": "Get IVR",
210
+ "description": "Get one Ringover IVR by ID.",
211
+ "method": "GET",
212
+ "path": "/ivrs/{ivr_id}",
213
+ "input_schema": {
214
+ "type": "object",
215
+ "properties": {
216
+ "ivr_id": {
217
+ "type": "integer",
218
+ "description": "Ringover IVR ID."
219
+ }
220
+ },
221
+ "required": [
222
+ "ivr_id"
223
+ ]
224
+ }
225
+ },
226
+ {
227
+ "name": "list_ivr_scenarios",
228
+ "display_name": "List IVR Scenarios",
229
+ "description": "List scenarios configured for an IVR.",
230
+ "method": "GET",
231
+ "path": "/ivrs/{ivr_id}/scenarios",
232
+ "input_schema": {
233
+ "type": "object",
234
+ "properties": {
235
+ "ivr_id": {
236
+ "type": "integer",
237
+ "description": "Ringover IVR ID."
238
+ }
239
+ },
240
+ "required": [
241
+ "ivr_id"
242
+ ]
243
+ }
244
+ },
245
+ {
246
+ "name": "list_tags",
247
+ "display_name": "List Tags",
248
+ "description": "List call/contact tags.",
249
+ "method": "GET",
250
+ "path": "/tags"
251
+ },
252
+ {
253
+ "name": "create_tag",
254
+ "display_name": "Create Tag",
255
+ "description": "Create a Ringover tag.",
256
+ "method": "POST",
257
+ "path": "/tags",
258
+ "input_schema": {
259
+ "type": "object",
260
+ "properties": {
261
+ "name": {
262
+ "type": "string",
263
+ "description": "Tag name."
264
+ },
265
+ "color": {
266
+ "type": "string",
267
+ "description": "Tag color."
268
+ },
269
+ "description": {
270
+ "type": "string",
271
+ "description": "Optional tag description."
272
+ }
273
+ },
274
+ "required": [
275
+ "name"
276
+ ]
277
+ }
278
+ },
279
+ {
280
+ "name": "list_calls",
281
+ "display_name": "List Calls",
282
+ "description": "List call history with common filters.",
283
+ "method": "GET",
284
+ "path": "/calls",
285
+ "input_schema": {
286
+ "type": "object",
287
+ "properties": {
288
+ "start_date": {
289
+ "type": "string",
290
+ "description": "Start date/time filter."
291
+ },
292
+ "end_date": {
293
+ "type": "string",
294
+ "description": "End date/time filter."
295
+ },
296
+ "call_type": {
297
+ "type": "string",
298
+ "description": "Call type filter.",
299
+ "enum": [
300
+ "ANSWERED",
301
+ "MISSED",
302
+ "OUT",
303
+ "VOICEMAIL"
304
+ ]
305
+ },
306
+ "limit_count": {
307
+ "type": "integer",
308
+ "description": "Maximum number of calls to return."
309
+ },
310
+ "limit_offset": {
311
+ "type": "integer",
312
+ "description": "Offset for paginated results."
313
+ },
314
+ "last_id_returned": {
315
+ "type": "integer",
316
+ "description": "Last call ID returned by a previous request."
317
+ }
318
+ }
319
+ }
320
+ },
321
+ {
322
+ "name": "search_calls",
323
+ "display_name": "Search Calls",
324
+ "description": "Search call history with richer filters.",
325
+ "method": "POST",
326
+ "path": "/calls",
327
+ "input_schema": {
328
+ "type": "object",
329
+ "properties": {
330
+ "filter": {
331
+ "type": "string",
332
+ "description": "Text filter for calls."
333
+ },
334
+ "call_type": {
335
+ "type": "array",
336
+ "description": "Call type filters.",
337
+ "items": {
338
+ "type": "string",
339
+ "enum": [
340
+ "ANSWERED",
341
+ "MISSED",
342
+ "OUT",
343
+ "VOICEMAIL"
344
+ ]
345
+ }
346
+ },
347
+ "start_date": {
348
+ "type": "string",
349
+ "description": "Start date/time filter."
350
+ },
351
+ "end_date": {
352
+ "type": "string",
353
+ "description": "End date/time filter."
354
+ },
355
+ "users": {
356
+ "type": "array",
357
+ "description": "User IDs to include.",
358
+ "items": {
359
+ "type": "integer"
360
+ }
361
+ },
362
+ "groups": {
363
+ "type": "array",
364
+ "description": "Group IDs to include.",
365
+ "items": {
366
+ "type": "integer"
367
+ }
368
+ },
369
+ "contacts": {
370
+ "type": "array",
371
+ "description": "Contact IDs to include.",
372
+ "items": {
373
+ "type": "integer"
374
+ }
375
+ },
376
+ "tags": {
377
+ "type": "array",
378
+ "description": "Tag IDs to include.",
379
+ "items": {
380
+ "type": "integer"
381
+ }
382
+ },
383
+ "stars": {
384
+ "type": "array",
385
+ "description": "Star ratings to include.",
386
+ "items": {
387
+ "type": "integer"
388
+ }
389
+ },
390
+ "limit_count": {
391
+ "type": "integer",
392
+ "description": "Maximum number of calls to return."
393
+ },
394
+ "limit_offset": {
395
+ "type": "integer",
396
+ "description": "Offset for paginated results."
397
+ },
398
+ "last_id_returned": {
399
+ "type": "integer",
400
+ "description": "Last call ID returned by a previous request."
401
+ }
402
+ }
403
+ }
404
+ },
405
+ {
406
+ "name": "get_call",
407
+ "display_name": "Get Call",
408
+ "description": "Get details for one call.",
409
+ "method": "GET",
410
+ "path": "/calls/{call_id}",
411
+ "input_schema": {
412
+ "type": "object",
413
+ "properties": {
414
+ "call_id": {
415
+ "type": "string",
416
+ "description": "Ringover call ID."
417
+ }
418
+ },
419
+ "required": [
420
+ "call_id"
421
+ ]
422
+ }
423
+ },
424
+ {
425
+ "name": "get_call_channel",
426
+ "display_name": "Get Call Channel",
427
+ "description": "Get media or channel data for a call channel, including recording data when available.",
428
+ "method": "GET",
429
+ "path": "/calls/{call_id}/channels/{channel_id}",
430
+ "input_schema": {
431
+ "type": "object",
432
+ "properties": {
433
+ "call_id": {
434
+ "type": "string",
435
+ "description": "Ringover call ID."
436
+ },
437
+ "channel_id": {
438
+ "type": "string",
439
+ "description": "Ringover channel ID."
440
+ }
441
+ },
442
+ "required": [
443
+ "call_id",
444
+ "channel_id"
445
+ ]
446
+ }
447
+ },
448
+ {
449
+ "name": "archive_call",
450
+ "display_name": "Archive Call",
451
+ "description": "Archive a call from call history.",
452
+ "method": "DELETE",
453
+ "path": "/calls/{call_id}",
454
+ "input_schema": {
455
+ "type": "object",
456
+ "properties": {
457
+ "call_id": {
458
+ "type": "string",
459
+ "description": "Ringover call ID."
460
+ }
461
+ },
462
+ "required": [
463
+ "call_id"
464
+ ]
465
+ }
466
+ },
467
+ {
468
+ "name": "list_current_calls",
469
+ "display_name": "List Current Calls",
470
+ "description": "List live calls currently active in the team.",
471
+ "method": "POST",
472
+ "path": "/calls/current",
473
+ "input_schema": {
474
+ "type": "object",
475
+ "properties": {
476
+ "status": {
477
+ "type": "array",
478
+ "description": "Live call statuses.",
479
+ "items": {
480
+ "type": "string",
481
+ "enum": [
482
+ "ANSWERED",
483
+ "RINGING"
484
+ ]
485
+ }
486
+ },
487
+ "interface": {
488
+ "type": "array",
489
+ "description": "Call interfaces.",
490
+ "items": {
491
+ "type": "string",
492
+ "enum": [
493
+ "WEBRTC",
494
+ "SIP",
495
+ "MOBILE",
496
+ "APP"
497
+ ]
498
+ }
499
+ },
500
+ "direction": {
501
+ "type": "string",
502
+ "description": "Call direction.",
503
+ "enum": [
504
+ "IN",
505
+ "OUT"
506
+ ]
507
+ },
508
+ "limit_count": {
509
+ "type": "integer",
510
+ "description": "Maximum number of calls to return."
511
+ },
512
+ "limit_offset": {
513
+ "type": "integer",
514
+ "description": "Offset for paginated results."
515
+ }
516
+ }
517
+ }
518
+ },
519
+ {
520
+ "name": "toggle_channel_mute",
521
+ "display_name": "Toggle Channel Mute",
522
+ "description": "Mute or unmute a live call channel.",
523
+ "method": "POST",
524
+ "path": "/channels/{channel_id}/events/mute/toggle",
525
+ "input_schema": {
526
+ "type": "object",
527
+ "properties": {
528
+ "channel_id": {
529
+ "type": "string",
530
+ "description": "Live call channel ID."
531
+ }
532
+ },
533
+ "required": [
534
+ "channel_id"
535
+ ]
536
+ }
537
+ },
538
+ {
539
+ "name": "toggle_channel_hold",
540
+ "display_name": "Toggle Channel Hold",
541
+ "description": "Put a live call channel on hold or resume it.",
542
+ "method": "POST",
543
+ "path": "/channels/{channel_id}/events/hold/toggle",
544
+ "input_schema": {
545
+ "type": "object",
546
+ "properties": {
547
+ "channel_id": {
548
+ "type": "string",
549
+ "description": "Live call channel ID."
550
+ }
551
+ },
552
+ "required": [
553
+ "channel_id"
554
+ ]
555
+ }
556
+ },
557
+ {
558
+ "name": "toggle_channel_record",
559
+ "display_name": "Toggle Channel Record",
560
+ "description": "Start or stop recording a live call channel.",
561
+ "method": "POST",
562
+ "path": "/channels/{channel_id}/events/record/toggle",
563
+ "input_schema": {
564
+ "type": "object",
565
+ "properties": {
566
+ "channel_id": {
567
+ "type": "string",
568
+ "description": "Live call channel ID."
569
+ }
570
+ },
571
+ "required": [
572
+ "channel_id"
573
+ ]
574
+ }
575
+ },
576
+ {
577
+ "name": "hangup_channel",
578
+ "display_name": "Hang Up Channel",
579
+ "description": "Hang up a live call channel.",
580
+ "method": "POST",
581
+ "path": "/channels/{channel_id}/events/hangup",
582
+ "input_schema": {
583
+ "type": "object",
584
+ "properties": {
585
+ "channel_id": {
586
+ "type": "string",
587
+ "description": "Live call channel ID."
588
+ }
589
+ },
590
+ "required": [
591
+ "channel_id"
592
+ ]
593
+ }
594
+ },
595
+ {
596
+ "name": "transfer_channel",
597
+ "display_name": "Transfer Channel",
598
+ "description": "Transfer a live call channel to another phone number.",
599
+ "method": "POST",
600
+ "path": "/channels/{channel_id}/events/transfer",
601
+ "input_schema": {
602
+ "type": "object",
603
+ "properties": {
604
+ "channel_id": {
605
+ "type": "string",
606
+ "description": "Live call channel ID."
607
+ },
608
+ "phone_number": {
609
+ "type": "integer",
610
+ "description": "Destination phone number, digits only."
611
+ }
612
+ },
613
+ "required": [
614
+ "channel_id",
615
+ "phone_number"
616
+ ]
617
+ }
618
+ },
619
+ {
620
+ "name": "send_channel_dtmf",
621
+ "display_name": "Send Channel DTMF",
622
+ "description": "Send DTMF digits to a live call channel.",
623
+ "method": "POST",
624
+ "path": "/channels/{channel_id}/events/dtmf",
625
+ "input_schema": {
626
+ "type": "object",
627
+ "properties": {
628
+ "channel_id": {
629
+ "type": "string",
630
+ "description": "Live call channel ID."
631
+ },
632
+ "dtmf": {
633
+ "type": "string",
634
+ "description": "DTMF sequence using digits, #, or *."
635
+ }
636
+ },
637
+ "required": [
638
+ "channel_id",
639
+ "dtmf"
640
+ ]
641
+ }
642
+ },
643
+ {
644
+ "name": "list_contacts",
645
+ "display_name": "List Contacts",
646
+ "description": "List Ringover contacts with optional search filters.",
647
+ "method": "GET",
648
+ "path": "/contacts",
649
+ "input_schema": {
650
+ "type": "object",
651
+ "properties": {
652
+ "filter": {
653
+ "type": "string",
654
+ "description": "Text search filter."
655
+ },
656
+ "limit_count": {
657
+ "type": "integer",
658
+ "description": "Maximum number of contacts to return."
659
+ },
660
+ "limit_offset": {
661
+ "type": "integer",
662
+ "description": "Offset for paginated results."
663
+ }
664
+ }
665
+ }
666
+ },
667
+ {
668
+ "name": "create_contacts",
669
+ "display_name": "Create Contacts",
670
+ "description": "Create up to 50 Ringover contacts.",
671
+ "method": "POST",
672
+ "path": "/contacts",
673
+ "input_schema": {
674
+ "type": "object",
675
+ "properties": {
676
+ "contacts": {
677
+ "type": "array",
678
+ "description": "Contacts to create.",
679
+ "items": {
680
+ "type": "object",
681
+ "properties": {
682
+ "firstname": {
683
+ "type": "string"
684
+ },
685
+ "lastname": {
686
+ "type": "string"
687
+ },
688
+ "company": {
689
+ "type": "string"
690
+ },
691
+ "is_shared": {
692
+ "type": "boolean"
693
+ },
694
+ "numbers": {
695
+ "type": "array",
696
+ "items": {
697
+ "type": "object",
698
+ "properties": {
699
+ "number": {
700
+ "type": "string",
701
+ "description": "Phone number."
702
+ },
703
+ "type": {
704
+ "type": "string",
705
+ "description": "Phone number label, such as mobile or office."
706
+ }
707
+ },
708
+ "required": [
709
+ "number"
710
+ ]
711
+ }
712
+ }
713
+ }
714
+ },
715
+ "maxItems": 50
716
+ }
717
+ },
718
+ "required": [
719
+ "contacts"
720
+ ]
721
+ }
722
+ },
723
+ {
724
+ "name": "get_contact",
725
+ "display_name": "Get Contact",
726
+ "description": "Get one Ringover contact by ID.",
727
+ "method": "GET",
728
+ "path": "/contacts/{contact_id}",
729
+ "input_schema": {
730
+ "type": "object",
731
+ "properties": {
732
+ "contact_id": {
733
+ "type": "integer",
734
+ "description": "Ringover contact ID."
735
+ }
736
+ },
737
+ "required": [
738
+ "contact_id"
739
+ ]
740
+ }
741
+ },
742
+ {
743
+ "name": "update_contact",
744
+ "display_name": "Update Contact",
745
+ "description": "Replace a Ringover contact's main fields.",
746
+ "method": "PUT",
747
+ "path": "/contacts/{contact_id}",
748
+ "input_schema": {
749
+ "type": "object",
750
+ "properties": {
751
+ "contact_id": {
752
+ "type": "integer",
753
+ "description": "Ringover contact ID."
754
+ },
755
+ "firstname": {
756
+ "type": "string"
757
+ },
758
+ "lastname": {
759
+ "type": "string"
760
+ },
761
+ "company": {
762
+ "type": "string"
763
+ },
764
+ "is_shared": {
765
+ "type": "boolean"
766
+ },
767
+ "numbers": {
768
+ "type": "array",
769
+ "items": {
770
+ "type": "object",
771
+ "properties": {
772
+ "number": {
773
+ "type": "string"
774
+ },
775
+ "type": {
776
+ "type": "string"
777
+ }
778
+ },
779
+ "required": [
780
+ "number"
781
+ ]
782
+ }
783
+ }
784
+ },
785
+ "required": [
786
+ "contact_id"
787
+ ]
788
+ }
789
+ },
790
+ {
791
+ "name": "delete_contact",
792
+ "display_name": "Delete Contact",
793
+ "description": "Delete a Ringover contact.",
794
+ "method": "DELETE",
795
+ "path": "/contacts/{contact_id}",
796
+ "input_schema": {
797
+ "type": "object",
798
+ "properties": {
799
+ "contact_id": {
800
+ "type": "integer",
801
+ "description": "Ringover contact ID."
802
+ }
803
+ },
804
+ "required": [
805
+ "contact_id"
806
+ ]
807
+ }
808
+ },
809
+ {
810
+ "name": "add_contact_numbers",
811
+ "display_name": "Add Contact Numbers",
812
+ "description": "Add phone numbers to a Ringover contact.",
813
+ "method": "POST",
814
+ "path": "/contacts/{contact_id}/numbers",
815
+ "input_schema": {
816
+ "type": "object",
817
+ "properties": {
818
+ "contact_id": {
819
+ "type": "integer",
820
+ "description": "Ringover contact ID."
821
+ },
822
+ "numbers": {
823
+ "type": "array",
824
+ "items": {
825
+ "type": "object",
826
+ "properties": {
827
+ "number": {
828
+ "type": "string",
829
+ "description": "Phone number."
830
+ },
831
+ "type": {
832
+ "type": "string",
833
+ "description": "Phone number label."
834
+ }
835
+ },
836
+ "required": [
837
+ "number"
838
+ ]
839
+ }
840
+ }
841
+ },
842
+ "required": [
843
+ "contact_id",
844
+ "numbers"
845
+ ]
846
+ }
847
+ },
848
+ {
849
+ "name": "list_conversations",
850
+ "display_name": "List Conversations",
851
+ "description": "List Ringover conversations.",
852
+ "method": "GET",
853
+ "path": "/conversations",
854
+ "input_schema": {
855
+ "type": "object",
856
+ "properties": {
857
+ "filter": {
858
+ "type": "array",
859
+ "description": "Conversation filters.",
860
+ "items": {
861
+ "type": "string"
862
+ }
863
+ },
864
+ "limit_count": {
865
+ "type": "integer",
866
+ "description": "Maximum number of conversations to return."
867
+ },
868
+ "limit_offset": {
869
+ "type": "integer",
870
+ "description": "Offset for paginated results."
871
+ }
872
+ }
873
+ }
874
+ },
875
+ {
876
+ "name": "get_conversation",
877
+ "display_name": "Get Conversation",
878
+ "description": "Get one conversation by ID.",
879
+ "method": "GET",
880
+ "path": "/conversations/{conversation_id}",
881
+ "input_schema": {
882
+ "type": "object",
883
+ "properties": {
884
+ "conversation_id": {
885
+ "type": "integer",
886
+ "description": "Ringover conversation ID."
887
+ }
888
+ },
889
+ "required": [
890
+ "conversation_id"
891
+ ]
892
+ }
893
+ },
894
+ {
895
+ "name": "list_conversation_messages",
896
+ "display_name": "List Conversation Messages",
897
+ "description": "List messages in a Ringover conversation.",
898
+ "method": "GET",
899
+ "path": "/conversations/{conversation_id}/messages",
900
+ "input_schema": {
901
+ "type": "object",
902
+ "properties": {
903
+ "conversation_id": {
904
+ "type": "integer",
905
+ "description": "Ringover conversation ID."
906
+ },
907
+ "limit_count": {
908
+ "type": "integer",
909
+ "description": "Maximum number of messages to return."
910
+ },
911
+ "limit_offset": {
912
+ "type": "integer",
913
+ "description": "Offset for paginated results."
914
+ }
915
+ },
916
+ "required": [
917
+ "conversation_id"
918
+ ]
919
+ }
920
+ },
921
+ {
922
+ "name": "rename_conversation",
923
+ "display_name": "Rename Conversation",
924
+ "description": "Rename a Ringover conversation.",
925
+ "method": "POST",
926
+ "path": "/conversations/{conversation_id}/rename/{new_name}",
927
+ "input_schema": {
928
+ "type": "object",
929
+ "properties": {
930
+ "conversation_id": {
931
+ "type": "integer",
932
+ "description": "Ringover conversation ID."
933
+ },
934
+ "new_name": {
935
+ "type": "string",
936
+ "description": "New conversation name."
937
+ }
938
+ },
939
+ "required": [
940
+ "conversation_id",
941
+ "new_name"
942
+ ]
943
+ }
944
+ },
945
+ {
946
+ "name": "set_conversation_purpose",
947
+ "display_name": "Set Conversation Purpose",
948
+ "description": "Set or update a Ringover conversation purpose.",
949
+ "method": "POST",
950
+ "path": "/conversations/{conversation_id}/purpose",
951
+ "input_schema": {
952
+ "type": "object",
953
+ "properties": {
954
+ "conversation_id": {
955
+ "type": "integer",
956
+ "description": "Ringover conversation ID."
957
+ },
958
+ "purpose": {
959
+ "type": "string",
960
+ "description": "Conversation purpose."
961
+ }
962
+ },
963
+ "required": [
964
+ "conversation_id",
965
+ "purpose"
966
+ ]
967
+ }
968
+ },
969
+ {
970
+ "name": "send_sms",
971
+ "display_name": "Send SMS",
972
+ "description": "Send an SMS from a Ringover number.",
973
+ "method": "POST",
974
+ "path": "/push/sms",
975
+ "input_schema": {
976
+ "type": "object",
977
+ "properties": {
978
+ "from_number": {
979
+ "type": "string",
980
+ "description": "Sender phone number in E.164 format."
981
+ },
982
+ "to_number": {
983
+ "type": "string",
984
+ "description": "Recipient phone number in E.164 format."
985
+ },
986
+ "content": {
987
+ "type": "string",
988
+ "description": "SMS message content."
989
+ },
990
+ "archived_auto": {
991
+ "type": "boolean",
992
+ "description": "Automatically archive the SMS conversation."
993
+ },
994
+ "user_id_forced": {
995
+ "type": "integer",
996
+ "description": "Force the SMS to be sent as this Ringover user ID. Requires Monitoring scope."
997
+ },
998
+ "scheduled_at": {
999
+ "type": "string",
1000
+ "description": "UTC scheduled send date/time."
1001
+ }
1002
+ },
1003
+ "required": [
1004
+ "from_number",
1005
+ "to_number",
1006
+ "content"
1007
+ ]
1008
+ }
1009
+ },
1010
+ {
1011
+ "name": "start_callback",
1012
+ "display_name": "Start Callback",
1013
+ "description": "Start a Ringover callback call.",
1014
+ "method": "POST",
1015
+ "path": "/callback",
1016
+ "input_schema": {
1017
+ "type": "object",
1018
+ "properties": {
1019
+ "to_number": {
1020
+ "type": "integer",
1021
+ "description": "Destination phone number, digits only."
1022
+ },
1023
+ "device": {
1024
+ "type": "string",
1025
+ "description": "Device to use for the callback.",
1026
+ "enum": [
1027
+ "ALL",
1028
+ "APP",
1029
+ "WEB",
1030
+ "SIP",
1031
+ "MOB",
1032
+ "EXT"
1033
+ ]
1034
+ },
1035
+ "from_number": {
1036
+ "type": "integer",
1037
+ "description": "Caller ID number, digits only. Requires Monitoring scope."
1038
+ },
1039
+ "timeout": {
1040
+ "type": "integer",
1041
+ "description": "Callback timeout in seconds, from 10 to 300."
1042
+ },
1043
+ "clir": {
1044
+ "type": "boolean",
1045
+ "description": "Hide caller ID."
1046
+ }
1047
+ },
1048
+ "required": [
1049
+ "to_number",
1050
+ "device"
1051
+ ]
1052
+ }
1053
+ },
1054
+ {
1055
+ "name": "list_empower_calls",
1056
+ "display_name": "List Empower Calls",
1057
+ "description": "List analyzed Ringover Empower calls.",
1058
+ "method": "GET",
1059
+ "path": "/empower/calls",
1060
+ "input_schema": {
1061
+ "type": "object",
1062
+ "properties": {
1063
+ "start_date": {
1064
+ "type": "string",
1065
+ "description": "Start date/time filter."
1066
+ },
1067
+ "end_date": {
1068
+ "type": "string",
1069
+ "description": "End date/time filter."
1070
+ },
1071
+ "user_id": {
1072
+ "type": "integer",
1073
+ "description": "Filter by Ringover user ID."
1074
+ },
1075
+ "limit_count": {
1076
+ "type": "integer",
1077
+ "description": "Maximum number of calls to return."
1078
+ },
1079
+ "limit_offset": {
1080
+ "type": "integer",
1081
+ "description": "Offset for paginated results."
1082
+ }
1083
+ }
1084
+ }
1085
+ },
1086
+ {
1087
+ "name": "get_empower_call",
1088
+ "display_name": "Get Empower Call",
1089
+ "description": "Get an analyzed Ringover Empower call by UUID.",
1090
+ "method": "GET",
1091
+ "path": "/empower/call/{call_uuid}",
1092
+ "input_schema": {
1093
+ "type": "object",
1094
+ "properties": {
1095
+ "call_uuid": {
1096
+ "type": "string",
1097
+ "description": "Ringover Empower call UUID."
1098
+ }
1099
+ },
1100
+ "required": [
1101
+ "call_uuid"
1102
+ ]
1103
+ }
1104
+ },
1105
+ {
1106
+ "name": "get_empower_call_summary",
1107
+ "display_name": "Get Empower Call Summary",
1108
+ "description": "Get the AI-generated summary for an Empower call.",
1109
+ "method": "GET",
1110
+ "path": "/empower/call/{call_uuid}/summary",
1111
+ "input_schema": {
1112
+ "type": "object",
1113
+ "properties": {
1114
+ "call_uuid": {
1115
+ "type": "string",
1116
+ "description": "Ringover Empower call UUID."
1117
+ }
1118
+ },
1119
+ "required": [
1120
+ "call_uuid"
1121
+ ]
1122
+ }
1123
+ },
1124
+ {
1125
+ "name": "get_empower_call_moments",
1126
+ "display_name": "Get Empower Call Moments",
1127
+ "description": "Get key moments for an Empower call.",
1128
+ "method": "GET",
1129
+ "path": "/empower/call/{call_uuid}/moments",
1130
+ "input_schema": {
1131
+ "type": "object",
1132
+ "properties": {
1133
+ "call_uuid": {
1134
+ "type": "string",
1135
+ "description": "Ringover Empower call UUID."
1136
+ }
1137
+ },
1138
+ "required": [
1139
+ "call_uuid"
1140
+ ]
1141
+ }
1142
+ }
1143
+ ]
1144
+ }