integrate-sdk 0.9.52-dev.0 → 0.9.53-dev.0
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/adapters/auto-routes.js +251 -11
- package/dist/adapters/base-handler.js +251 -11
- package/dist/adapters/index.js +510 -90
- package/dist/adapters/nextjs.js +251 -11
- package/dist/adapters/solid-start.js +510 -90
- package/dist/adapters/svelte-kit.js +510 -90
- package/dist/index.js +2787 -361
- package/dist/integrations.js +2787 -361
- package/dist/oauth.js +251 -11
- package/dist/server.js +2888 -416
- package/dist/src/client.d.ts +120 -0
- package/dist/src/client.d.ts.map +1 -1
- package/dist/src/index.d.ts +120 -0
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/integrations/adobe_acrobat_sign-client.d.ts +22 -0
- package/dist/src/integrations/adobe_acrobat_sign-client.d.ts.map +1 -0
- package/dist/src/integrations/adobe_acrobat_sign.d.ts +14 -0
- package/dist/src/integrations/adobe_acrobat_sign.d.ts.map +1 -0
- package/dist/src/integrations/amadeus-client.d.ts +32 -0
- package/dist/src/integrations/amadeus-client.d.ts.map +1 -0
- package/dist/src/integrations/amadeus.d.ts +14 -0
- package/dist/src/integrations/amadeus.d.ts.map +1 -0
- package/dist/src/integrations/amazon-client.d.ts +34 -0
- package/dist/src/integrations/amazon-client.d.ts.map +1 -0
- package/dist/src/integrations/amazon.d.ts +14 -0
- package/dist/src/integrations/amazon.d.ts.map +1 -0
- package/dist/src/integrations/amazon_ads-client.d.ts +23 -0
- package/dist/src/integrations/amazon_ads-client.d.ts.map +1 -0
- package/dist/src/integrations/amazon_ads.d.ts +14 -0
- package/dist/src/integrations/amazon_ads.d.ts.map +1 -0
- package/dist/src/integrations/bamboohr-client.d.ts +31 -0
- package/dist/src/integrations/bamboohr-client.d.ts.map +1 -0
- package/dist/src/integrations/bamboohr.d.ts +15 -0
- package/dist/src/integrations/bamboohr.d.ts.map +1 -0
- package/dist/src/integrations/bigcommerce-client.d.ts +32 -0
- package/dist/src/integrations/bigcommerce-client.d.ts.map +1 -0
- package/dist/src/integrations/bigcommerce.d.ts +15 -0
- package/dist/src/integrations/bigcommerce.d.ts.map +1 -0
- package/dist/src/integrations/bigquery-client.d.ts +33 -0
- package/dist/src/integrations/bigquery-client.d.ts.map +1 -0
- package/dist/src/integrations/bigquery.d.ts +14 -0
- package/dist/src/integrations/bigquery.d.ts.map +1 -0
- package/dist/src/integrations/canvas_lms-client.d.ts +40 -0
- package/dist/src/integrations/canvas_lms-client.d.ts.map +1 -0
- package/dist/src/integrations/canvas_lms.d.ts +15 -0
- package/dist/src/integrations/canvas_lms.d.ts.map +1 -0
- package/dist/src/integrations/contentful-client.d.ts +33 -0
- package/dist/src/integrations/contentful-client.d.ts.map +1 -0
- package/dist/src/integrations/contentful.d.ts +14 -0
- package/dist/src/integrations/contentful.d.ts.map +1 -0
- package/dist/src/integrations/deezer-client.d.ts +24 -0
- package/dist/src/integrations/deezer-client.d.ts.map +1 -0
- package/dist/src/integrations/deezer.d.ts +14 -0
- package/dist/src/integrations/deezer.d.ts.map +1 -0
- package/dist/src/integrations/dhl-client.d.ts +20 -0
- package/dist/src/integrations/dhl-client.d.ts.map +1 -0
- package/dist/src/integrations/dhl.d.ts +14 -0
- package/dist/src/integrations/dhl.d.ts.map +1 -0
- package/dist/src/integrations/dropbox_sign-client.d.ts +22 -0
- package/dist/src/integrations/dropbox_sign-client.d.ts.map +1 -0
- package/dist/src/integrations/dropbox_sign.d.ts +14 -0
- package/dist/src/integrations/dropbox_sign.d.ts.map +1 -0
- package/dist/src/integrations/etsy-client.d.ts +27 -0
- package/dist/src/integrations/etsy-client.d.ts.map +1 -0
- package/dist/src/integrations/etsy.d.ts +14 -0
- package/dist/src/integrations/etsy.d.ts.map +1 -0
- package/dist/src/integrations/eventbrite-client.d.ts +22 -0
- package/dist/src/integrations/eventbrite-client.d.ts.map +1 -0
- package/dist/src/integrations/eventbrite.d.ts +14 -0
- package/dist/src/integrations/eventbrite.d.ts.map +1 -0
- package/dist/src/integrations/exact_online-client.d.ts +29 -0
- package/dist/src/integrations/exact_online-client.d.ts.map +1 -0
- package/dist/src/integrations/exact_online.d.ts +14 -0
- package/dist/src/integrations/exact_online.d.ts.map +1 -0
- package/dist/src/integrations/expedia-client.d.ts +30 -0
- package/dist/src/integrations/expedia-client.d.ts.map +1 -0
- package/dist/src/integrations/expedia.d.ts +14 -0
- package/dist/src/integrations/expedia.d.ts.map +1 -0
- package/dist/src/integrations/fedex-client.d.ts +19 -0
- package/dist/src/integrations/fedex-client.d.ts.map +1 -0
- package/dist/src/integrations/fedex.d.ts +14 -0
- package/dist/src/integrations/fedex.d.ts.map +1 -0
- package/dist/src/integrations/fitbit-client.d.ts +20 -0
- package/dist/src/integrations/fitbit-client.d.ts.map +1 -0
- package/dist/src/integrations/fitbit.d.ts +14 -0
- package/dist/src/integrations/fitbit.d.ts.map +1 -0
- package/dist/src/integrations/foursquare-client.d.ts +30 -0
- package/dist/src/integrations/foursquare-client.d.ts.map +1 -0
- package/dist/src/integrations/foursquare.d.ts +14 -0
- package/dist/src/integrations/foursquare.d.ts.map +1 -0
- package/dist/src/integrations/freeagent-client.d.ts +21 -0
- package/dist/src/integrations/freeagent-client.d.ts.map +1 -0
- package/dist/src/integrations/freeagent.d.ts +14 -0
- package/dist/src/integrations/freeagent.d.ts.map +1 -0
- package/dist/src/integrations/garmin-client.d.ts +24 -0
- package/dist/src/integrations/garmin-client.d.ts.map +1 -0
- package/dist/src/integrations/garmin.d.ts +14 -0
- package/dist/src/integrations/garmin.d.ts.map +1 -0
- package/dist/src/integrations/gocardless-client.d.ts +22 -0
- package/dist/src/integrations/gocardless-client.d.ts.map +1 -0
- package/dist/src/integrations/gocardless.d.ts +14 -0
- package/dist/src/integrations/gocardless.d.ts.map +1 -0
- package/dist/src/integrations/google_classroom-client.d.ts +30 -0
- package/dist/src/integrations/google_classroom-client.d.ts.map +1 -0
- package/dist/src/integrations/google_classroom.d.ts +14 -0
- package/dist/src/integrations/google_classroom.d.ts.map +1 -0
- package/dist/src/integrations/google_home-client.d.ts +23 -0
- package/dist/src/integrations/google_home-client.d.ts.map +1 -0
- package/dist/src/integrations/google_home.d.ts +14 -0
- package/dist/src/integrations/google_home.d.ts.map +1 -0
- package/dist/src/integrations/greenhouse-client.d.ts +26 -0
- package/dist/src/integrations/greenhouse-client.d.ts.map +1 -0
- package/dist/src/integrations/greenhouse.d.ts +14 -0
- package/dist/src/integrations/greenhouse.d.ts.map +1 -0
- package/dist/src/integrations/home_connect-client.d.ts +23 -0
- package/dist/src/integrations/home_connect-client.d.ts.map +1 -0
- package/dist/src/integrations/home_connect.d.ts +14 -0
- package/dist/src/integrations/home_connect.d.ts.map +1 -0
- package/dist/src/integrations/kick-client.d.ts +25 -0
- package/dist/src/integrations/kick-client.d.ts.map +1 -0
- package/dist/src/integrations/kick.d.ts +14 -0
- package/dist/src/integrations/kick.d.ts.map +1 -0
- package/dist/src/integrations/lever-client.d.ts +25 -0
- package/dist/src/integrations/lever-client.d.ts.map +1 -0
- package/dist/src/integrations/lever.d.ts +14 -0
- package/dist/src/integrations/lever.d.ts.map +1 -0
- package/dist/src/integrations/library-metadata.d.ts +1 -1
- package/dist/src/integrations/library-metadata.d.ts.map +1 -1
- package/dist/src/integrations/looker-client.d.ts +30 -0
- package/dist/src/integrations/looker-client.d.ts.map +1 -0
- package/dist/src/integrations/looker.d.ts +15 -0
- package/dist/src/integrations/looker.d.ts.map +1 -0
- package/dist/src/integrations/mapmyfitness-client.d.ts +21 -0
- package/dist/src/integrations/mapmyfitness-client.d.ts.map +1 -0
- package/dist/src/integrations/mapmyfitness.d.ts +14 -0
- package/dist/src/integrations/mapmyfitness.d.ts.map +1 -0
- package/dist/src/integrations/meetup-client.d.ts +28 -0
- package/dist/src/integrations/meetup-client.d.ts.map +1 -0
- package/dist/src/integrations/meetup.d.ts +14 -0
- package/dist/src/integrations/meetup.d.ts.map +1 -0
- package/dist/src/integrations/meta_ads-client.d.ts +31 -0
- package/dist/src/integrations/meta_ads-client.d.ts.map +1 -0
- package/dist/src/integrations/meta_ads.d.ts +14 -0
- package/dist/src/integrations/meta_ads.d.ts.map +1 -0
- package/dist/src/integrations/microsoft_ads-client.d.ts +22 -0
- package/dist/src/integrations/microsoft_ads-client.d.ts.map +1 -0
- package/dist/src/integrations/microsoft_ads.d.ts +14 -0
- package/dist/src/integrations/microsoft_ads.d.ts.map +1 -0
- package/dist/src/integrations/microsoft_entra_id-client.d.ts +26 -0
- package/dist/src/integrations/microsoft_entra_id-client.d.ts.map +1 -0
- package/dist/src/integrations/microsoft_entra_id.d.ts +14 -0
- package/dist/src/integrations/microsoft_entra_id.d.ts.map +1 -0
- package/dist/src/integrations/microsoft_graph_education-client.d.ts +28 -0
- package/dist/src/integrations/microsoft_graph_education-client.d.ts.map +1 -0
- package/dist/src/integrations/microsoft_graph_education.d.ts +14 -0
- package/dist/src/integrations/microsoft_graph_education.d.ts.map +1 -0
- package/dist/src/integrations/miele-client.d.ts +23 -0
- package/dist/src/integrations/miele-client.d.ts.map +1 -0
- package/dist/src/integrations/miele.d.ts +14 -0
- package/dist/src/integrations/miele.d.ts.map +1 -0
- package/dist/src/integrations/moneybird-client.d.ts +26 -0
- package/dist/src/integrations/moneybird-client.d.ts.map +1 -0
- package/dist/src/integrations/moneybird.d.ts +14 -0
- package/dist/src/integrations/moneybird.d.ts.map +1 -0
- package/dist/src/integrations/netatmo-client.d.ts +29 -0
- package/dist/src/integrations/netatmo-client.d.ts.map +1 -0
- package/dist/src/integrations/netatmo.d.ts +14 -0
- package/dist/src/integrations/netatmo.d.ts.map +1 -0
- package/dist/src/integrations/onelogin-client.d.ts +30 -0
- package/dist/src/integrations/onelogin-client.d.ts.map +1 -0
- package/dist/src/integrations/onelogin.d.ts +15 -0
- package/dist/src/integrations/onelogin.d.ts.map +1 -0
- package/dist/src/integrations/oura-client.d.ts +30 -0
- package/dist/src/integrations/oura-client.d.ts.map +1 -0
- package/dist/src/integrations/oura.d.ts +14 -0
- package/dist/src/integrations/oura.d.ts.map +1 -0
- package/dist/src/integrations/pandadoc-client.d.ts +29 -0
- package/dist/src/integrations/pandadoc-client.d.ts.map +1 -0
- package/dist/src/integrations/pandadoc.d.ts +14 -0
- package/dist/src/integrations/pandadoc.d.ts.map +1 -0
- package/dist/src/integrations/philips_hue-client.d.ts +15 -0
- package/dist/src/integrations/philips_hue-client.d.ts.map +1 -0
- package/dist/src/integrations/philips_hue.d.ts +14 -0
- package/dist/src/integrations/philips_hue.d.ts.map +1 -0
- package/dist/src/integrations/plaid-client.d.ts +22 -0
- package/dist/src/integrations/plaid-client.d.ts.map +1 -0
- package/dist/src/integrations/plaid.d.ts +14 -0
- package/dist/src/integrations/plaid.d.ts.map +1 -0
- package/dist/src/integrations/ring-client.d.ts +19 -0
- package/dist/src/integrations/ring-client.d.ts.map +1 -0
- package/dist/src/integrations/ring.d.ts +14 -0
- package/dist/src/integrations/ring.d.ts.map +1 -0
- package/dist/src/integrations/sage-client.d.ts +25 -0
- package/dist/src/integrations/sage-client.d.ts.map +1 -0
- package/dist/src/integrations/sage.d.ts +14 -0
- package/dist/src/integrations/sage.d.ts.map +1 -0
- package/dist/src/integrations/snowflake-client.d.ts +25 -0
- package/dist/src/integrations/snowflake-client.d.ts.map +1 -0
- package/dist/src/integrations/snowflake.d.ts +15 -0
- package/dist/src/integrations/snowflake.d.ts.map +1 -0
- package/dist/src/integrations/sonos-client.d.ts +23 -0
- package/dist/src/integrations/sonos-client.d.ts.map +1 -0
- package/dist/src/integrations/sonos.d.ts +14 -0
- package/dist/src/integrations/sonos.d.ts.map +1 -0
- package/dist/src/integrations/tableau-client.d.ts +36 -0
- package/dist/src/integrations/tableau-client.d.ts.map +1 -0
- package/dist/src/integrations/tableau.d.ts +15 -0
- package/dist/src/integrations/tableau.d.ts.map +1 -0
- package/dist/src/integrations/tesla-client.d.ts +18 -0
- package/dist/src/integrations/tesla-client.d.ts.map +1 -0
- package/dist/src/integrations/tesla.d.ts +14 -0
- package/dist/src/integrations/tesla.d.ts.map +1 -0
- package/dist/src/integrations/tiktok_business-client.d.ts +31 -0
- package/dist/src/integrations/tiktok_business-client.d.ts.map +1 -0
- package/dist/src/integrations/tiktok_business.d.ts +14 -0
- package/dist/src/integrations/tiktok_business.d.ts.map +1 -0
- package/dist/src/integrations/tink-client.d.ts +17 -0
- package/dist/src/integrations/tink-client.d.ts.map +1 -0
- package/dist/src/integrations/tink.d.ts +14 -0
- package/dist/src/integrations/tink.d.ts.map +1 -0
- package/dist/src/integrations/truelayer-client.d.ts +18 -0
- package/dist/src/integrations/truelayer-client.d.ts.map +1 -0
- package/dist/src/integrations/truelayer.d.ts +14 -0
- package/dist/src/integrations/truelayer.d.ts.map +1 -0
- package/dist/src/integrations/tuya-client.d.ts +20 -0
- package/dist/src/integrations/tuya-client.d.ts.map +1 -0
- package/dist/src/integrations/tuya.d.ts +14 -0
- package/dist/src/integrations/tuya.d.ts.map +1 -0
- package/dist/src/integrations/uber-client.d.ts +27 -0
- package/dist/src/integrations/uber-client.d.ts.map +1 -0
- package/dist/src/integrations/uber.d.ts +14 -0
- package/dist/src/integrations/uber.d.ts.map +1 -0
- package/dist/src/integrations/uber_eats-client.d.ts +26 -0
- package/dist/src/integrations/uber_eats-client.d.ts.map +1 -0
- package/dist/src/integrations/uber_eats.d.ts +14 -0
- package/dist/src/integrations/uber_eats.d.ts.map +1 -0
- package/dist/src/integrations/universe-client.d.ts +25 -0
- package/dist/src/integrations/universe-client.d.ts.map +1 -0
- package/dist/src/integrations/universe.d.ts +14 -0
- package/dist/src/integrations/universe.d.ts.map +1 -0
- package/dist/src/integrations/ups-client.d.ts +20 -0
- package/dist/src/integrations/ups-client.d.ts.map +1 -0
- package/dist/src/integrations/ups.d.ts +14 -0
- package/dist/src/integrations/ups.d.ts.map +1 -0
- package/dist/src/integrations/whoop-client.d.ts +30 -0
- package/dist/src/integrations/whoop-client.d.ts.map +1 -0
- package/dist/src/integrations/whoop.d.ts +14 -0
- package/dist/src/integrations/whoop.d.ts.map +1 -0
- package/dist/src/integrations/withings-client.d.ts +29 -0
- package/dist/src/integrations/withings-client.d.ts.map +1 -0
- package/dist/src/integrations/withings.d.ts +14 -0
- package/dist/src/integrations/withings.d.ts.map +1 -0
- package/dist/src/integrations/wordpress-client.d.ts +32 -0
- package/dist/src/integrations/wordpress-client.d.ts.map +1 -0
- package/dist/src/integrations/wordpress.d.ts +15 -0
- package/dist/src/integrations/wordpress.d.ts.map +1 -0
- package/dist/src/server.d.ts +60 -0
- package/dist/src/server.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -302,6 +302,246 @@ function integrationLibraryPresentationFields(integration) {
|
|
|
302
302
|
var INTEGRATION_LIBRARY_METADATA;
|
|
303
303
|
var init_library_metadata = __esm(() => {
|
|
304
304
|
INTEGRATION_LIBRARY_METADATA = {
|
|
305
|
+
oura: {
|
|
306
|
+
description: "Manage Oura get personal info, list daily activity, list sleep, list workouts, list sessions",
|
|
307
|
+
category: "Fitness"
|
|
308
|
+
},
|
|
309
|
+
whoop: {
|
|
310
|
+
description: "Manage WHOOP get profile, get body measurement, list cycles, list recovery, list sleep",
|
|
311
|
+
category: "Fitness"
|
|
312
|
+
},
|
|
313
|
+
garmin: {
|
|
314
|
+
description: "Manage Garmin list activities, list daily summaries, list sleep, list heart rates, list body composition",
|
|
315
|
+
category: "Fitness"
|
|
316
|
+
},
|
|
317
|
+
fitbit: {
|
|
318
|
+
description: "Manage Fitbit get profile, list activities, list sleep, list heart rate, list weight",
|
|
319
|
+
category: "Fitness"
|
|
320
|
+
},
|
|
321
|
+
withings: {
|
|
322
|
+
description: "Manage Withings get measurements, get activity, get sleep, get workouts, get user",
|
|
323
|
+
category: "Fitness"
|
|
324
|
+
},
|
|
325
|
+
mapmyfitness: {
|
|
326
|
+
description: "Manage MapMyFitness get user, list workouts, get workout, create workout, list routes",
|
|
327
|
+
category: "Fitness"
|
|
328
|
+
},
|
|
329
|
+
miele: {
|
|
330
|
+
description: "Manage Miele list devices, get device, get actions, execute action, get programs",
|
|
331
|
+
category: "Lifestyle"
|
|
332
|
+
},
|
|
333
|
+
tesla: {
|
|
334
|
+
description: "Manage Tesla list vehicles, get vehicle, wake vehicle, send vehicle command, list energy sites",
|
|
335
|
+
category: "Lifestyle"
|
|
336
|
+
},
|
|
337
|
+
tuya: {
|
|
338
|
+
description: "Manage Tuya list devices, get device, get device status, send device commands, list scenes",
|
|
339
|
+
category: "Lifestyle"
|
|
340
|
+
},
|
|
341
|
+
home_connect: {
|
|
342
|
+
description: "Manage Home Connect list appliances, get appliance, get status, get programs, start program",
|
|
343
|
+
category: "Lifestyle"
|
|
344
|
+
},
|
|
345
|
+
netatmo: {
|
|
346
|
+
description: "Manage Netatmo get homesdata, get stationsdata, get measure, set thermpoint, get events",
|
|
347
|
+
category: "Lifestyle"
|
|
348
|
+
},
|
|
349
|
+
philips_hue: {
|
|
350
|
+
description: "Manage Philips Hue list bridges, list lights, get light, update light, list rooms",
|
|
351
|
+
category: "Lifestyle"
|
|
352
|
+
},
|
|
353
|
+
google_home: {
|
|
354
|
+
description: "Manage Google Home/Nest list devices, get device, execute device command, list structures, list rooms",
|
|
355
|
+
category: "Lifestyle"
|
|
356
|
+
},
|
|
357
|
+
sonos: {
|
|
358
|
+
description: "Manage Sonos list households, list groups, get playback status, control playback, get group volume",
|
|
359
|
+
category: "Lifestyle"
|
|
360
|
+
},
|
|
361
|
+
ring: {
|
|
362
|
+
description: "Manage Ring list locations, list devices, get device health, list events, activate siren",
|
|
363
|
+
category: "Lifestyle"
|
|
364
|
+
},
|
|
365
|
+
kick: {
|
|
366
|
+
description: "Manage Kick get users, get channels, get livestreams, get categories, send chat message",
|
|
367
|
+
category: "Entertainment"
|
|
368
|
+
},
|
|
369
|
+
deezer: {
|
|
370
|
+
description: "Manage Deezer get user, search, get album, get track, list playlists",
|
|
371
|
+
category: "Entertainment"
|
|
372
|
+
},
|
|
373
|
+
uber: {
|
|
374
|
+
description: "Manage Uber get profile, list products, estimate price, estimate time, list requests",
|
|
375
|
+
category: "Travel"
|
|
376
|
+
},
|
|
377
|
+
amadeus: {
|
|
378
|
+
description: "Manage Amadeus search flights, price flight, search hotels, get hotel offers, search locations",
|
|
379
|
+
category: "Travel"
|
|
380
|
+
},
|
|
381
|
+
expedia: {
|
|
382
|
+
description: "Manage Expedia Rapid search properties, get property content, get rate quote, create booking, get itinerary",
|
|
383
|
+
category: "Travel"
|
|
384
|
+
},
|
|
385
|
+
eventbrite: {
|
|
386
|
+
description: "Manage Eventbrite get user, list organizations, list events, get event, create event",
|
|
387
|
+
category: "Events & Ticketing"
|
|
388
|
+
},
|
|
389
|
+
meetup: {
|
|
390
|
+
description: "Manage Meetup get self, search groups, list events, get event, create event",
|
|
391
|
+
category: "Events & Ticketing"
|
|
392
|
+
},
|
|
393
|
+
universe: {
|
|
394
|
+
description: "Manage Universe get user, list events, get event, create event, list orders",
|
|
395
|
+
category: "Events & Ticketing"
|
|
396
|
+
},
|
|
397
|
+
etsy: {
|
|
398
|
+
description: "Manage Etsy get me, get shop, list shop listings, create listing, list receipts",
|
|
399
|
+
category: "Commerce"
|
|
400
|
+
},
|
|
401
|
+
amazon: {
|
|
402
|
+
description: "Manage Amazon Selling Partner search catalog items, list orders, get order, list inventory, list listings",
|
|
403
|
+
category: "Commerce"
|
|
404
|
+
},
|
|
405
|
+
bigcommerce: {
|
|
406
|
+
description: "Manage BigCommerce list products, get product, create product, list orders, get order",
|
|
407
|
+
category: "Commerce"
|
|
408
|
+
},
|
|
409
|
+
foursquare: {
|
|
410
|
+
description: "Manage Foursquare search places, get place, get place tips, get place photos, autocomplete places",
|
|
411
|
+
category: "Food"
|
|
412
|
+
},
|
|
413
|
+
uber_eats: {
|
|
414
|
+
description: "Manage Uber Eats list stores, get store, list orders, get order, update order status",
|
|
415
|
+
category: "Food"
|
|
416
|
+
},
|
|
417
|
+
wordpress: {
|
|
418
|
+
description: "Manage WordPress get site, list posts, get post, create post, update post",
|
|
419
|
+
category: "CMS"
|
|
420
|
+
},
|
|
421
|
+
contentful: {
|
|
422
|
+
description: "Manage Contentful list spaces, get space, list entries, get entry, create entry",
|
|
423
|
+
category: "CMS"
|
|
424
|
+
},
|
|
425
|
+
canvas_lms: {
|
|
426
|
+
description: "Manage Canvas LMS list courses, get course, list assignments, create assignment, list submissions",
|
|
427
|
+
category: "Education"
|
|
428
|
+
},
|
|
429
|
+
google_classroom: {
|
|
430
|
+
description: "Manage Google Classroom list courses, get course, create course, list coursework, create coursework",
|
|
431
|
+
category: "Education"
|
|
432
|
+
},
|
|
433
|
+
microsoft_graph_education: {
|
|
434
|
+
description: "Manage Microsoft Graph Education list classes, get class, list users, list assignments, create assignment",
|
|
435
|
+
category: "Education"
|
|
436
|
+
},
|
|
437
|
+
lever: {
|
|
438
|
+
description: "Manage Lever list opportunities, get opportunity, create opportunity, list postings, list users",
|
|
439
|
+
category: "HR & Recruiting"
|
|
440
|
+
},
|
|
441
|
+
greenhouse: {
|
|
442
|
+
description: "Manage Greenhouse list candidates, get candidate, create candidate, list jobs, list applications",
|
|
443
|
+
category: "HR & Recruiting"
|
|
444
|
+
},
|
|
445
|
+
bamboohr: {
|
|
446
|
+
description: "Manage BambooHR get company report, list employees, get employee, update employee, list time off requests",
|
|
447
|
+
category: "HR & Recruiting"
|
|
448
|
+
},
|
|
449
|
+
snowflake: {
|
|
450
|
+
description: "Manage Snowflake submit statement, get statement, cancel statement, list databases, list warehouses",
|
|
451
|
+
category: "Data & BI"
|
|
452
|
+
},
|
|
453
|
+
bigquery: {
|
|
454
|
+
description: "Manage BigQuery list projects, list datasets, list tables, get table, query",
|
|
455
|
+
category: "Data & BI"
|
|
456
|
+
},
|
|
457
|
+
looker: {
|
|
458
|
+
description: "Manage Looker me, search dashboards, get dashboard, run query, list looks",
|
|
459
|
+
category: "Data & BI"
|
|
460
|
+
},
|
|
461
|
+
tableau: {
|
|
462
|
+
description: "Manage Tableau list sites, list workbooks, get workbook, list views, list datasources",
|
|
463
|
+
category: "Data & BI"
|
|
464
|
+
},
|
|
465
|
+
dropbox_sign: {
|
|
466
|
+
description: "Manage Dropbox Sign get account, list signature requests, get signature request, send signature request, list templates",
|
|
467
|
+
category: "Legal"
|
|
468
|
+
},
|
|
469
|
+
adobe_acrobat_sign: {
|
|
470
|
+
description: "Manage Adobe Acrobat Sign get user, list agreements, get agreement, create agreement, list library documents",
|
|
471
|
+
category: "Legal"
|
|
472
|
+
},
|
|
473
|
+
pandadoc: {
|
|
474
|
+
description: "Manage PandaDoc list documents, get document, create document, send document, list templates",
|
|
475
|
+
category: "Legal"
|
|
476
|
+
},
|
|
477
|
+
meta_ads: {
|
|
478
|
+
description: "Manage Meta Ads list ad accounts, get ad account, list campaigns, create campaign, list adsets",
|
|
479
|
+
category: "Marketing"
|
|
480
|
+
},
|
|
481
|
+
microsoft_ads: {
|
|
482
|
+
description: "Manage Microsoft Ads get user, search accounts, get campaigns, add campaigns, get ad groups",
|
|
483
|
+
category: "Marketing"
|
|
484
|
+
},
|
|
485
|
+
tiktok_business: {
|
|
486
|
+
description: "Manage TikTok Business list advertisers, list campaigns, create campaign, list adgroups, list ads",
|
|
487
|
+
category: "Marketing"
|
|
488
|
+
},
|
|
489
|
+
amazon_ads: {
|
|
490
|
+
description: "Manage Amazon Ads list profiles, list campaigns, create campaigns, list ad groups, list keywords",
|
|
491
|
+
category: "Marketing"
|
|
492
|
+
},
|
|
493
|
+
moneybird: {
|
|
494
|
+
description: "Manage Moneybird list administrations, list contacts, create contact, list sales invoices, create sales invoice",
|
|
495
|
+
category: "Accounting"
|
|
496
|
+
},
|
|
497
|
+
exact_online: {
|
|
498
|
+
description: "Manage Exact Online list divisions, list accounts, list items, list sales invoices, create sales invoice",
|
|
499
|
+
category: "Accounting"
|
|
500
|
+
},
|
|
501
|
+
sage: {
|
|
502
|
+
description: "Manage Sage Accounting get business, list contacts, create contact, list products, list sales invoices",
|
|
503
|
+
category: "Accounting"
|
|
504
|
+
},
|
|
505
|
+
freeagent: {
|
|
506
|
+
description: "Manage FreeAgent get company, list contacts, create contact, list invoices, create invoice",
|
|
507
|
+
category: "Accounting"
|
|
508
|
+
},
|
|
509
|
+
onelogin: {
|
|
510
|
+
description: "Manage OneLogin list users, get user, create user, list roles, list apps",
|
|
511
|
+
category: "Identity & Access"
|
|
512
|
+
},
|
|
513
|
+
microsoft_entra_id: {
|
|
514
|
+
description: "Manage Microsoft Entra ID list users, get user, create user, list groups, list applications",
|
|
515
|
+
category: "Identity & Access"
|
|
516
|
+
},
|
|
517
|
+
dhl: {
|
|
518
|
+
description: "Manage DHL track shipment, create shipment, get label, delete shipment, validate address",
|
|
519
|
+
category: "Shipping & Logistics"
|
|
520
|
+
},
|
|
521
|
+
ups: {
|
|
522
|
+
description: "Manage UPS track shipment, rate shipment, create shipment, void shipment, validate address",
|
|
523
|
+
category: "Shipping & Logistics"
|
|
524
|
+
},
|
|
525
|
+
fedex: {
|
|
526
|
+
description: "Manage FedEx track shipments, rate shipment, create shipment, cancel shipment, validate address",
|
|
527
|
+
category: "Shipping & Logistics"
|
|
528
|
+
},
|
|
529
|
+
plaid: {
|
|
530
|
+
description: "Manage Plaid create link token, exchange public token, get accounts, get transactions, get identity",
|
|
531
|
+
category: "Banking"
|
|
532
|
+
},
|
|
533
|
+
truelayer: {
|
|
534
|
+
description: "Manage TrueLayer get me, list accounts, get account, get balance, list transactions",
|
|
535
|
+
category: "Banking"
|
|
536
|
+
},
|
|
537
|
+
tink: {
|
|
538
|
+
description: "Manage Tink get user, list accounts, get account, list transactions, list credentials",
|
|
539
|
+
category: "Banking"
|
|
540
|
+
},
|
|
541
|
+
gocardless: {
|
|
542
|
+
description: "Manage GoCardless Bank Account Data list institutions, create requisition, get requisition, get account, get balances",
|
|
543
|
+
category: "Banking"
|
|
544
|
+
},
|
|
305
545
|
google_ads: {
|
|
306
546
|
description: "Manage Google Ads customers, campaigns, ad groups, ads, keywords, and conversions",
|
|
307
547
|
category: "Marketing"
|
|
@@ -320,7 +560,7 @@ var init_library_metadata = __esm(() => {
|
|
|
320
560
|
},
|
|
321
561
|
ebay: {
|
|
322
562
|
description: "Manage eBay browse, inventory, offers, orders, and fulfillment APIs",
|
|
323
|
-
category: "
|
|
563
|
+
category: "Commerce"
|
|
324
564
|
},
|
|
325
565
|
miro: {
|
|
326
566
|
description: "Manage Miro boards, board items, comments, members, and collaborators",
|
|
@@ -332,7 +572,7 @@ var init_library_metadata = __esm(() => {
|
|
|
332
572
|
},
|
|
333
573
|
docusign: {
|
|
334
574
|
description: "Manage DocuSign eSignature accounts, envelopes, recipients, documents, and templates",
|
|
335
|
-
category: "
|
|
575
|
+
category: "Legal"
|
|
336
576
|
},
|
|
337
577
|
pipedrive: {
|
|
338
578
|
description: "Manage Pipedrive deals, leads, people, organizations, activities, notes, pipelines, and products",
|
|
@@ -356,7 +596,7 @@ var init_library_metadata = __esm(() => {
|
|
|
356
596
|
},
|
|
357
597
|
zoho_books: {
|
|
358
598
|
description: "Manage Zoho Books organizations, contacts, items, invoices, bills, payments, and reports",
|
|
359
|
-
category: "
|
|
599
|
+
category: "Accounting"
|
|
360
600
|
},
|
|
361
601
|
zoho_projects: {
|
|
362
602
|
description: "Manage Zoho Projects portals, projects, milestones, tasks, issues, and timesheets",
|
|
@@ -372,7 +612,7 @@ var init_library_metadata = __esm(() => {
|
|
|
372
612
|
},
|
|
373
613
|
zoho_invoice: {
|
|
374
614
|
description: "Manage Zoho Invoice organizations, customers, items, estimates, invoices, payments, and reports",
|
|
375
|
-
category: "
|
|
615
|
+
category: "Accounting"
|
|
376
616
|
},
|
|
377
617
|
airtable: {
|
|
378
618
|
description: "Manage Airtable bases, tables, and records",
|
|
@@ -476,7 +716,7 @@ var init_library_metadata = __esm(() => {
|
|
|
476
716
|
},
|
|
477
717
|
okta: {
|
|
478
718
|
description: "Manage Okta users, groups, applications, policies, and system logs",
|
|
479
|
-
category: "
|
|
719
|
+
category: "Identity & Access"
|
|
480
720
|
},
|
|
481
721
|
onedrive: {
|
|
482
722
|
description: "Manage OneDrive files, folders, and sharing",
|
|
@@ -516,7 +756,7 @@ var init_library_metadata = __esm(() => {
|
|
|
516
756
|
},
|
|
517
757
|
quickbooks: {
|
|
518
758
|
description: "Manage QuickBooks Online accounting data, invoices, bills, payments, and reports",
|
|
519
|
-
category: "
|
|
759
|
+
category: "Accounting"
|
|
520
760
|
},
|
|
521
761
|
resend: {
|
|
522
762
|
description: "Send email and manage domains with the Resend API",
|
|
@@ -524,7 +764,7 @@ var init_library_metadata = __esm(() => {
|
|
|
524
764
|
},
|
|
525
765
|
mailchimp: {
|
|
526
766
|
description: "Manage Mailchimp audiences, members, and campaigns",
|
|
527
|
-
category: "
|
|
767
|
+
category: "Marketing"
|
|
528
768
|
},
|
|
529
769
|
railway: {
|
|
530
770
|
description: "Manage Railway workspaces, projects, services, deployments, variables, domains, and volumes",
|
|
@@ -568,7 +808,7 @@ var init_library_metadata = __esm(() => {
|
|
|
568
808
|
},
|
|
569
809
|
strava: {
|
|
570
810
|
description: "Manage Strava athletes, activities, routes, clubs, segments, streams, gear, and uploads",
|
|
571
|
-
category: "
|
|
811
|
+
category: "Fitness"
|
|
572
812
|
},
|
|
573
813
|
square: {
|
|
574
814
|
description: "Manage Square merchants, locations, customers, catalog, orders, payments, refunds, and invoices",
|
|
@@ -684,7 +924,7 @@ var init_library_metadata = __esm(() => {
|
|
|
684
924
|
},
|
|
685
925
|
auth0: {
|
|
686
926
|
description: "Manage Auth0 users, applications, and tenant configuration",
|
|
687
|
-
category: "
|
|
927
|
+
category: "Identity & Access"
|
|
688
928
|
},
|
|
689
929
|
betterstack: {
|
|
690
930
|
description: "Monitor uptime, logs, and incident alerts with BetterStack",
|
|
@@ -748,7 +988,7 @@ var init_library_metadata = __esm(() => {
|
|
|
748
988
|
},
|
|
749
989
|
shopify: {
|
|
750
990
|
description: "Manage Shopify products, orders, customers, and inventory",
|
|
751
|
-
category: "
|
|
991
|
+
category: "Commerce"
|
|
752
992
|
},
|
|
753
993
|
teams: {
|
|
754
994
|
description: "Send messages and manage Microsoft Teams channels and meetings",
|
|
@@ -784,7 +1024,7 @@ var init_library_metadata = __esm(() => {
|
|
|
784
1024
|
},
|
|
785
1025
|
xero: {
|
|
786
1026
|
description: "Manage Xero invoices, contacts, and accounting data",
|
|
787
|
-
category: "
|
|
1027
|
+
category: "Accounting"
|
|
788
1028
|
},
|
|
789
1029
|
zapier: {
|
|
790
1030
|
description: "Trigger and manage Zapier automation workflows",
|
|
@@ -302,6 +302,246 @@ function integrationLibraryPresentationFields(integration) {
|
|
|
302
302
|
var INTEGRATION_LIBRARY_METADATA;
|
|
303
303
|
var init_library_metadata = __esm(() => {
|
|
304
304
|
INTEGRATION_LIBRARY_METADATA = {
|
|
305
|
+
oura: {
|
|
306
|
+
description: "Manage Oura get personal info, list daily activity, list sleep, list workouts, list sessions",
|
|
307
|
+
category: "Fitness"
|
|
308
|
+
},
|
|
309
|
+
whoop: {
|
|
310
|
+
description: "Manage WHOOP get profile, get body measurement, list cycles, list recovery, list sleep",
|
|
311
|
+
category: "Fitness"
|
|
312
|
+
},
|
|
313
|
+
garmin: {
|
|
314
|
+
description: "Manage Garmin list activities, list daily summaries, list sleep, list heart rates, list body composition",
|
|
315
|
+
category: "Fitness"
|
|
316
|
+
},
|
|
317
|
+
fitbit: {
|
|
318
|
+
description: "Manage Fitbit get profile, list activities, list sleep, list heart rate, list weight",
|
|
319
|
+
category: "Fitness"
|
|
320
|
+
},
|
|
321
|
+
withings: {
|
|
322
|
+
description: "Manage Withings get measurements, get activity, get sleep, get workouts, get user",
|
|
323
|
+
category: "Fitness"
|
|
324
|
+
},
|
|
325
|
+
mapmyfitness: {
|
|
326
|
+
description: "Manage MapMyFitness get user, list workouts, get workout, create workout, list routes",
|
|
327
|
+
category: "Fitness"
|
|
328
|
+
},
|
|
329
|
+
miele: {
|
|
330
|
+
description: "Manage Miele list devices, get device, get actions, execute action, get programs",
|
|
331
|
+
category: "Lifestyle"
|
|
332
|
+
},
|
|
333
|
+
tesla: {
|
|
334
|
+
description: "Manage Tesla list vehicles, get vehicle, wake vehicle, send vehicle command, list energy sites",
|
|
335
|
+
category: "Lifestyle"
|
|
336
|
+
},
|
|
337
|
+
tuya: {
|
|
338
|
+
description: "Manage Tuya list devices, get device, get device status, send device commands, list scenes",
|
|
339
|
+
category: "Lifestyle"
|
|
340
|
+
},
|
|
341
|
+
home_connect: {
|
|
342
|
+
description: "Manage Home Connect list appliances, get appliance, get status, get programs, start program",
|
|
343
|
+
category: "Lifestyle"
|
|
344
|
+
},
|
|
345
|
+
netatmo: {
|
|
346
|
+
description: "Manage Netatmo get homesdata, get stationsdata, get measure, set thermpoint, get events",
|
|
347
|
+
category: "Lifestyle"
|
|
348
|
+
},
|
|
349
|
+
philips_hue: {
|
|
350
|
+
description: "Manage Philips Hue list bridges, list lights, get light, update light, list rooms",
|
|
351
|
+
category: "Lifestyle"
|
|
352
|
+
},
|
|
353
|
+
google_home: {
|
|
354
|
+
description: "Manage Google Home/Nest list devices, get device, execute device command, list structures, list rooms",
|
|
355
|
+
category: "Lifestyle"
|
|
356
|
+
},
|
|
357
|
+
sonos: {
|
|
358
|
+
description: "Manage Sonos list households, list groups, get playback status, control playback, get group volume",
|
|
359
|
+
category: "Lifestyle"
|
|
360
|
+
},
|
|
361
|
+
ring: {
|
|
362
|
+
description: "Manage Ring list locations, list devices, get device health, list events, activate siren",
|
|
363
|
+
category: "Lifestyle"
|
|
364
|
+
},
|
|
365
|
+
kick: {
|
|
366
|
+
description: "Manage Kick get users, get channels, get livestreams, get categories, send chat message",
|
|
367
|
+
category: "Entertainment"
|
|
368
|
+
},
|
|
369
|
+
deezer: {
|
|
370
|
+
description: "Manage Deezer get user, search, get album, get track, list playlists",
|
|
371
|
+
category: "Entertainment"
|
|
372
|
+
},
|
|
373
|
+
uber: {
|
|
374
|
+
description: "Manage Uber get profile, list products, estimate price, estimate time, list requests",
|
|
375
|
+
category: "Travel"
|
|
376
|
+
},
|
|
377
|
+
amadeus: {
|
|
378
|
+
description: "Manage Amadeus search flights, price flight, search hotels, get hotel offers, search locations",
|
|
379
|
+
category: "Travel"
|
|
380
|
+
},
|
|
381
|
+
expedia: {
|
|
382
|
+
description: "Manage Expedia Rapid search properties, get property content, get rate quote, create booking, get itinerary",
|
|
383
|
+
category: "Travel"
|
|
384
|
+
},
|
|
385
|
+
eventbrite: {
|
|
386
|
+
description: "Manage Eventbrite get user, list organizations, list events, get event, create event",
|
|
387
|
+
category: "Events & Ticketing"
|
|
388
|
+
},
|
|
389
|
+
meetup: {
|
|
390
|
+
description: "Manage Meetup get self, search groups, list events, get event, create event",
|
|
391
|
+
category: "Events & Ticketing"
|
|
392
|
+
},
|
|
393
|
+
universe: {
|
|
394
|
+
description: "Manage Universe get user, list events, get event, create event, list orders",
|
|
395
|
+
category: "Events & Ticketing"
|
|
396
|
+
},
|
|
397
|
+
etsy: {
|
|
398
|
+
description: "Manage Etsy get me, get shop, list shop listings, create listing, list receipts",
|
|
399
|
+
category: "Commerce"
|
|
400
|
+
},
|
|
401
|
+
amazon: {
|
|
402
|
+
description: "Manage Amazon Selling Partner search catalog items, list orders, get order, list inventory, list listings",
|
|
403
|
+
category: "Commerce"
|
|
404
|
+
},
|
|
405
|
+
bigcommerce: {
|
|
406
|
+
description: "Manage BigCommerce list products, get product, create product, list orders, get order",
|
|
407
|
+
category: "Commerce"
|
|
408
|
+
},
|
|
409
|
+
foursquare: {
|
|
410
|
+
description: "Manage Foursquare search places, get place, get place tips, get place photos, autocomplete places",
|
|
411
|
+
category: "Food"
|
|
412
|
+
},
|
|
413
|
+
uber_eats: {
|
|
414
|
+
description: "Manage Uber Eats list stores, get store, list orders, get order, update order status",
|
|
415
|
+
category: "Food"
|
|
416
|
+
},
|
|
417
|
+
wordpress: {
|
|
418
|
+
description: "Manage WordPress get site, list posts, get post, create post, update post",
|
|
419
|
+
category: "CMS"
|
|
420
|
+
},
|
|
421
|
+
contentful: {
|
|
422
|
+
description: "Manage Contentful list spaces, get space, list entries, get entry, create entry",
|
|
423
|
+
category: "CMS"
|
|
424
|
+
},
|
|
425
|
+
canvas_lms: {
|
|
426
|
+
description: "Manage Canvas LMS list courses, get course, list assignments, create assignment, list submissions",
|
|
427
|
+
category: "Education"
|
|
428
|
+
},
|
|
429
|
+
google_classroom: {
|
|
430
|
+
description: "Manage Google Classroom list courses, get course, create course, list coursework, create coursework",
|
|
431
|
+
category: "Education"
|
|
432
|
+
},
|
|
433
|
+
microsoft_graph_education: {
|
|
434
|
+
description: "Manage Microsoft Graph Education list classes, get class, list users, list assignments, create assignment",
|
|
435
|
+
category: "Education"
|
|
436
|
+
},
|
|
437
|
+
lever: {
|
|
438
|
+
description: "Manage Lever list opportunities, get opportunity, create opportunity, list postings, list users",
|
|
439
|
+
category: "HR & Recruiting"
|
|
440
|
+
},
|
|
441
|
+
greenhouse: {
|
|
442
|
+
description: "Manage Greenhouse list candidates, get candidate, create candidate, list jobs, list applications",
|
|
443
|
+
category: "HR & Recruiting"
|
|
444
|
+
},
|
|
445
|
+
bamboohr: {
|
|
446
|
+
description: "Manage BambooHR get company report, list employees, get employee, update employee, list time off requests",
|
|
447
|
+
category: "HR & Recruiting"
|
|
448
|
+
},
|
|
449
|
+
snowflake: {
|
|
450
|
+
description: "Manage Snowflake submit statement, get statement, cancel statement, list databases, list warehouses",
|
|
451
|
+
category: "Data & BI"
|
|
452
|
+
},
|
|
453
|
+
bigquery: {
|
|
454
|
+
description: "Manage BigQuery list projects, list datasets, list tables, get table, query",
|
|
455
|
+
category: "Data & BI"
|
|
456
|
+
},
|
|
457
|
+
looker: {
|
|
458
|
+
description: "Manage Looker me, search dashboards, get dashboard, run query, list looks",
|
|
459
|
+
category: "Data & BI"
|
|
460
|
+
},
|
|
461
|
+
tableau: {
|
|
462
|
+
description: "Manage Tableau list sites, list workbooks, get workbook, list views, list datasources",
|
|
463
|
+
category: "Data & BI"
|
|
464
|
+
},
|
|
465
|
+
dropbox_sign: {
|
|
466
|
+
description: "Manage Dropbox Sign get account, list signature requests, get signature request, send signature request, list templates",
|
|
467
|
+
category: "Legal"
|
|
468
|
+
},
|
|
469
|
+
adobe_acrobat_sign: {
|
|
470
|
+
description: "Manage Adobe Acrobat Sign get user, list agreements, get agreement, create agreement, list library documents",
|
|
471
|
+
category: "Legal"
|
|
472
|
+
},
|
|
473
|
+
pandadoc: {
|
|
474
|
+
description: "Manage PandaDoc list documents, get document, create document, send document, list templates",
|
|
475
|
+
category: "Legal"
|
|
476
|
+
},
|
|
477
|
+
meta_ads: {
|
|
478
|
+
description: "Manage Meta Ads list ad accounts, get ad account, list campaigns, create campaign, list adsets",
|
|
479
|
+
category: "Marketing"
|
|
480
|
+
},
|
|
481
|
+
microsoft_ads: {
|
|
482
|
+
description: "Manage Microsoft Ads get user, search accounts, get campaigns, add campaigns, get ad groups",
|
|
483
|
+
category: "Marketing"
|
|
484
|
+
},
|
|
485
|
+
tiktok_business: {
|
|
486
|
+
description: "Manage TikTok Business list advertisers, list campaigns, create campaign, list adgroups, list ads",
|
|
487
|
+
category: "Marketing"
|
|
488
|
+
},
|
|
489
|
+
amazon_ads: {
|
|
490
|
+
description: "Manage Amazon Ads list profiles, list campaigns, create campaigns, list ad groups, list keywords",
|
|
491
|
+
category: "Marketing"
|
|
492
|
+
},
|
|
493
|
+
moneybird: {
|
|
494
|
+
description: "Manage Moneybird list administrations, list contacts, create contact, list sales invoices, create sales invoice",
|
|
495
|
+
category: "Accounting"
|
|
496
|
+
},
|
|
497
|
+
exact_online: {
|
|
498
|
+
description: "Manage Exact Online list divisions, list accounts, list items, list sales invoices, create sales invoice",
|
|
499
|
+
category: "Accounting"
|
|
500
|
+
},
|
|
501
|
+
sage: {
|
|
502
|
+
description: "Manage Sage Accounting get business, list contacts, create contact, list products, list sales invoices",
|
|
503
|
+
category: "Accounting"
|
|
504
|
+
},
|
|
505
|
+
freeagent: {
|
|
506
|
+
description: "Manage FreeAgent get company, list contacts, create contact, list invoices, create invoice",
|
|
507
|
+
category: "Accounting"
|
|
508
|
+
},
|
|
509
|
+
onelogin: {
|
|
510
|
+
description: "Manage OneLogin list users, get user, create user, list roles, list apps",
|
|
511
|
+
category: "Identity & Access"
|
|
512
|
+
},
|
|
513
|
+
microsoft_entra_id: {
|
|
514
|
+
description: "Manage Microsoft Entra ID list users, get user, create user, list groups, list applications",
|
|
515
|
+
category: "Identity & Access"
|
|
516
|
+
},
|
|
517
|
+
dhl: {
|
|
518
|
+
description: "Manage DHL track shipment, create shipment, get label, delete shipment, validate address",
|
|
519
|
+
category: "Shipping & Logistics"
|
|
520
|
+
},
|
|
521
|
+
ups: {
|
|
522
|
+
description: "Manage UPS track shipment, rate shipment, create shipment, void shipment, validate address",
|
|
523
|
+
category: "Shipping & Logistics"
|
|
524
|
+
},
|
|
525
|
+
fedex: {
|
|
526
|
+
description: "Manage FedEx track shipments, rate shipment, create shipment, cancel shipment, validate address",
|
|
527
|
+
category: "Shipping & Logistics"
|
|
528
|
+
},
|
|
529
|
+
plaid: {
|
|
530
|
+
description: "Manage Plaid create link token, exchange public token, get accounts, get transactions, get identity",
|
|
531
|
+
category: "Banking"
|
|
532
|
+
},
|
|
533
|
+
truelayer: {
|
|
534
|
+
description: "Manage TrueLayer get me, list accounts, get account, get balance, list transactions",
|
|
535
|
+
category: "Banking"
|
|
536
|
+
},
|
|
537
|
+
tink: {
|
|
538
|
+
description: "Manage Tink get user, list accounts, get account, list transactions, list credentials",
|
|
539
|
+
category: "Banking"
|
|
540
|
+
},
|
|
541
|
+
gocardless: {
|
|
542
|
+
description: "Manage GoCardless Bank Account Data list institutions, create requisition, get requisition, get account, get balances",
|
|
543
|
+
category: "Banking"
|
|
544
|
+
},
|
|
305
545
|
google_ads: {
|
|
306
546
|
description: "Manage Google Ads customers, campaigns, ad groups, ads, keywords, and conversions",
|
|
307
547
|
category: "Marketing"
|
|
@@ -320,7 +560,7 @@ var init_library_metadata = __esm(() => {
|
|
|
320
560
|
},
|
|
321
561
|
ebay: {
|
|
322
562
|
description: "Manage eBay browse, inventory, offers, orders, and fulfillment APIs",
|
|
323
|
-
category: "
|
|
563
|
+
category: "Commerce"
|
|
324
564
|
},
|
|
325
565
|
miro: {
|
|
326
566
|
description: "Manage Miro boards, board items, comments, members, and collaborators",
|
|
@@ -332,7 +572,7 @@ var init_library_metadata = __esm(() => {
|
|
|
332
572
|
},
|
|
333
573
|
docusign: {
|
|
334
574
|
description: "Manage DocuSign eSignature accounts, envelopes, recipients, documents, and templates",
|
|
335
|
-
category: "
|
|
575
|
+
category: "Legal"
|
|
336
576
|
},
|
|
337
577
|
pipedrive: {
|
|
338
578
|
description: "Manage Pipedrive deals, leads, people, organizations, activities, notes, pipelines, and products",
|
|
@@ -356,7 +596,7 @@ var init_library_metadata = __esm(() => {
|
|
|
356
596
|
},
|
|
357
597
|
zoho_books: {
|
|
358
598
|
description: "Manage Zoho Books organizations, contacts, items, invoices, bills, payments, and reports",
|
|
359
|
-
category: "
|
|
599
|
+
category: "Accounting"
|
|
360
600
|
},
|
|
361
601
|
zoho_projects: {
|
|
362
602
|
description: "Manage Zoho Projects portals, projects, milestones, tasks, issues, and timesheets",
|
|
@@ -372,7 +612,7 @@ var init_library_metadata = __esm(() => {
|
|
|
372
612
|
},
|
|
373
613
|
zoho_invoice: {
|
|
374
614
|
description: "Manage Zoho Invoice organizations, customers, items, estimates, invoices, payments, and reports",
|
|
375
|
-
category: "
|
|
615
|
+
category: "Accounting"
|
|
376
616
|
},
|
|
377
617
|
airtable: {
|
|
378
618
|
description: "Manage Airtable bases, tables, and records",
|
|
@@ -476,7 +716,7 @@ var init_library_metadata = __esm(() => {
|
|
|
476
716
|
},
|
|
477
717
|
okta: {
|
|
478
718
|
description: "Manage Okta users, groups, applications, policies, and system logs",
|
|
479
|
-
category: "
|
|
719
|
+
category: "Identity & Access"
|
|
480
720
|
},
|
|
481
721
|
onedrive: {
|
|
482
722
|
description: "Manage OneDrive files, folders, and sharing",
|
|
@@ -516,7 +756,7 @@ var init_library_metadata = __esm(() => {
|
|
|
516
756
|
},
|
|
517
757
|
quickbooks: {
|
|
518
758
|
description: "Manage QuickBooks Online accounting data, invoices, bills, payments, and reports",
|
|
519
|
-
category: "
|
|
759
|
+
category: "Accounting"
|
|
520
760
|
},
|
|
521
761
|
resend: {
|
|
522
762
|
description: "Send email and manage domains with the Resend API",
|
|
@@ -524,7 +764,7 @@ var init_library_metadata = __esm(() => {
|
|
|
524
764
|
},
|
|
525
765
|
mailchimp: {
|
|
526
766
|
description: "Manage Mailchimp audiences, members, and campaigns",
|
|
527
|
-
category: "
|
|
767
|
+
category: "Marketing"
|
|
528
768
|
},
|
|
529
769
|
railway: {
|
|
530
770
|
description: "Manage Railway workspaces, projects, services, deployments, variables, domains, and volumes",
|
|
@@ -568,7 +808,7 @@ var init_library_metadata = __esm(() => {
|
|
|
568
808
|
},
|
|
569
809
|
strava: {
|
|
570
810
|
description: "Manage Strava athletes, activities, routes, clubs, segments, streams, gear, and uploads",
|
|
571
|
-
category: "
|
|
811
|
+
category: "Fitness"
|
|
572
812
|
},
|
|
573
813
|
square: {
|
|
574
814
|
description: "Manage Square merchants, locations, customers, catalog, orders, payments, refunds, and invoices",
|
|
@@ -684,7 +924,7 @@ var init_library_metadata = __esm(() => {
|
|
|
684
924
|
},
|
|
685
925
|
auth0: {
|
|
686
926
|
description: "Manage Auth0 users, applications, and tenant configuration",
|
|
687
|
-
category: "
|
|
927
|
+
category: "Identity & Access"
|
|
688
928
|
},
|
|
689
929
|
betterstack: {
|
|
690
930
|
description: "Monitor uptime, logs, and incident alerts with BetterStack",
|
|
@@ -748,7 +988,7 @@ var init_library_metadata = __esm(() => {
|
|
|
748
988
|
},
|
|
749
989
|
shopify: {
|
|
750
990
|
description: "Manage Shopify products, orders, customers, and inventory",
|
|
751
|
-
category: "
|
|
991
|
+
category: "Commerce"
|
|
752
992
|
},
|
|
753
993
|
teams: {
|
|
754
994
|
description: "Send messages and manage Microsoft Teams channels and meetings",
|
|
@@ -784,7 +1024,7 @@ var init_library_metadata = __esm(() => {
|
|
|
784
1024
|
},
|
|
785
1025
|
xero: {
|
|
786
1026
|
description: "Manage Xero invoices, contacts, and accounting data",
|
|
787
|
-
category: "
|
|
1027
|
+
category: "Accounting"
|
|
788
1028
|
},
|
|
789
1029
|
zapier: {
|
|
790
1030
|
description: "Trigger and manage Zapier automation workflows",
|