What do you want to automate

with Printify and Hippo Video?

Prompt, edit and deploy AI agents that connect to Printify, Hippo Video 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
Create a Product with Printify API on New Event Triggered (Instant) from Hippo Video API
Hippo Video + Printify
 
Try it
Create Contact with Hippo Video API on New Watched Event (Instant) from Printify API
Printify + Hippo Video
 
Try it
Send Personalization Request with Hippo Video API on New Watched Event (Instant) from Printify API
Printify + Hippo Video
 
Try it
Submit Order with Printify API on New Event Triggered (Instant) from Hippo Video API
Hippo Video + Printify
 
Try it
Update Product with Printify API on New Event Triggered (Instant) from Hippo Video API
Hippo Video + Printify
 
Try it
New Watched Event (Instant) from the Printify API

Emit new event when a specific event occurs in your Printify shop.

 
Try it
New Event Triggered (Instant) from the Hippo Video API

Emit new event when any of the selected events are triggered.

 
Try it
Create a Product with the Printify API

Creates a new product on Printify. See the documentation

 
Try it
Create Contact with the Hippo Video API

Creates a new contact in Hippo Video. See the documentation

 
Try it
Submit Order with the Printify API

Places an order of an existing product on Printify. See the documentation

 
Try it
Send Personalization Request with the Hippo Video API

Sends a personalization request for a specified video. See the documentation

 
Try it
Update Product with the Printify API

Updates an existing product on Printify. See the documentation

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

Overview of Printify

The Printify API, accessible within Pipedream's platform, offers a suite of operations to streamline your print-on-demand business. It allows you to create products, manage orders, sync inventory, and handle a variety of other e-commerce functions programmatically. With Pipedream's serverless execution environment, you can tap into the Printify API to automate workflows, integrate with other apps, and manipulate data without the need to manage infrastructure.

Connect Printify

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: {
    printify: {
      type: "app",
      app: "printify",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://api.printify.com/v1/shops.json`,
      headers: {
        Authorization: `Bearer ${this.printify.$auth.oauth_access_token}`,
      },
    })
  },
})

Overview of Hippo Video

The Hippo Video API lets you harness the power of video in your business processes. Through Pipedream, you can automate video creation, management, and distribution workflows. This means you can trigger actions in Hippo Video based on events from other apps, or use Hippo Video events to kick off processes elsewhere. Whether it's automating video emails in your CRM, monitoring video analytics, or managing video content at scale, Pipedream's serverless platform empowers you to build and run workflows seamlessly.

Connect Hippo Video

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: {
    hippo_video: {
      type: "app",
      app: "hippo_video",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://www.hippovideo.io/api/v1/me/videos/list`,
      params: {
        email: `${this.hippo_video.$auth.email}`,
        api_key: `${this.hippo_video.$auth.api_key}`,
      },
    })
  },
})

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