What do you want to automate

with Printful (OAuth) and Modelry?

Prompt, edit and deploy AI agents that connect to Printful (OAuth), Modelry 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 Product with Modelry API on New Canceled Order (Instant) from Printful (OAuth) API
Printful (OAuth) + Modelry
 
Try it
Create Product with Modelry API on New Fulfilled Order (Instant) from Printful (OAuth) API
Printful (OAuth) + Modelry
 
Try it
Create Product with Modelry API on New Order (Instant) from Printful (OAuth) API
Printful (OAuth) + Modelry
 
Try it
Delete Product with Modelry API on New Canceled Order (Instant) from Printful (OAuth) API
Printful (OAuth) + Modelry
 
Try it
Delete Product with Modelry API on New Fulfilled Order (Instant) from Printful (OAuth) API
Printful (OAuth) + Modelry
 
Try it
New Canceled Order (Instant) from the Printful (OAuth) API

Emit new event on each canceled order.

 
Try it
New Fulfilled Order (Instant) from the Printful (OAuth) API

Emit new event on each fulfilled order.

 
Try it
New Order (Instant) from the Printful (OAuth) API

Emit new event on each created order.

 
Try it
Create Order with the Printful (OAuth) API

Creates an order. See docs here

 
Try it
Create Product with the Modelry API

Create a new product. See the documentation

 
Try it
Delete Product with the Modelry API

Delete the product with the specified ID. See the documentation

 
Try it
Get Product with the Modelry API

Get details of the product with the specified ID. See the documentation

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

Overview of Printful (OAuth)

The Printful (OAuth) API on Pipedream allows you to automate and integrate Printful's on-demand printing and warehousing services into your custom workflows. From syncing e-commerce orders to generating custom notifications on order status updates, you can tailor the Printful API to fit seamlessly into your business processes. This integration is ideal for e-commerce businesses looking to streamline their operations, especially for those who want to synchronize their storefronts with Printful's production pipeline without extensive manual oversight.

Connect Printful (OAuth)

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

Connect Modelry

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: {
    modelry: {
      type: "app",
      app: "modelry",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://api.modelry.ai/api/v1/workspaces`,
      headers: {
        "Content-Type": `application/json`,
        "Authorization": `${this.modelry.$auth.api_token}`,
      },
    })
  },
})

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