What do you want to automate

with Zenventory and Universal Summarizer by Kagi?

Prompt, edit and deploy AI agents that connect to Zenventory, Universal Summarizer by Kagi and 2,500+ other apps in seconds.

Trusted by 1,000,000+ developers from startups to Fortune 500 companies

Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo
Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo
Summarize Document with Universal Summarizer by Kagi API on New Customer Order Created from Zenventory API
Zenventory + Universal Summarizer by Kagi
 
Try it
Summarize Document with Universal Summarizer by Kagi API on New Item Created from Zenventory API
Zenventory + Universal Summarizer by Kagi
 
Try it
Summarize Document with Universal Summarizer by Kagi API on New Purchase Order Created from Zenventory API
Zenventory + Universal Summarizer by Kagi
 
Try it
New Customer Order Created from the Zenventory API

Emit new event when a new customer order is created.

 
Try it
New Item Created from the Zenventory API

Emit new event when a new item is created.

 
Try it
New Purchase Order Created from the Zenventory API

Emit new event when a new purchase order is created.

 
Try it
Create Customer Order with the Zenventory API

Creates a new customer order. See the documentation

 
Try it
Summarize Document with the Universal Summarizer by Kagi API

Summarizes the content of a URL. See the documentation

 
Try it
Create Item with the Zenventory API

Generates a new item. See the documentation

 
Try it
Create Purchase Order with the Zenventory API

Generates a new purchase order. See the documentation

 
Try it
Integrate the Zenventory API with the Universal Summarizer by Kagi API
Setup the Zenventory API trigger to run a workflow which integrates with the Universal Summarizer by Kagi API. Pipedream's integration platform allows you to integrate Zenventory and Universal Summarizer by Kagi remarkably fast. Free for developers.

Connect Zenventory

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    zenventory: {
      type: "app",
      app: "zenventory",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://app.zenventory.com/rest/inventory/items`,
      auth: {
        username: `${this.zenventory.$auth.api_key}`,
        password: `${this.zenventory.$auth.api_secret}`,
      },
    })
  },
})

Connect Universal Summarizer by Kagi

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    universal_summarizer_by_kagi: {
      type: "app",
      app: "universal_summarizer_by_kagi",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://kagi.com/api/v0/summarize`,
      headers: {
        "Authorization": `Bot ${this.universal_summarizer_by_kagi.$auth.api_key}`,
      },
      params: {
        url: `https://www.youtube.com/watch?v=Y-4byg2pXL0`,
        summary_type: `summary`,
        engine: `muriel`,
      },
    })
  },
})

Trusted by 1,000,000+ developers from startups to Fortune 500 companies

Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo
Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo