What do you want to automate

with Vend and Invidious?

Prompt, edit and deploy AI agents that connect to Vend, Invidious 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
Get Search Suggestions with Invidious API on New Inventory Update from Vend API
Vend + Invidious
 
Try it
Search Videos with Invidious API on New Inventory Update from Vend API
Vend + Invidious
 
Try it
New Inventory Update from the Vend API

Emit new event for each update on inventory. See docs here

 
Try it
Get Search Suggestions with the Invidious API

Get search suggestions for a given query. See the documentation

 
Try it
Search Videos with the Invidious API

Search for videos on Invidious. See the documentation

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

Overview of Vend

The Vend API offers programmatic access to retail management features, enabling users to automate processes related to inventory, sales, products, customers, and more within their retail business. Through Pipedream, you can harness this API to create custom workflows that trigger on various events within Vend, process data, integrate with other apps, and automate actions to streamline retail operations, enhance customer engagement, and optimize sales strategies.

Connect Vend

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    vend: {
      type: "app",
      app: "vend",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://${this.vend.$auth.domain_prefix}.vendhq.com/api/2.0/security_events`,
      headers: {
        Authorization: `Bearer ${this.vend.$auth.oauth_access_token}`,
      },
    })
  },
})

Connect Invidious

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    invidious: {
      type: "app",
      app: "invidious",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `${this.invidious.$auth.instance_url}/api/v1/auth/feed`,
      headers: {
        "Cookie": `SID=${this.invidious.$auth.sid}`,
      },
    })
  },
})

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