Inventory Management | Online Inventory Software
Emit new event each time a new contact is created in Zoho Inventory
Trigger your workflow on one or more days each month at a specific time (with timezone support).
Emit new event each time a new invoice is created in Zoho Inventory
Create a new sales order in Zoho Inventory. See the docs here
The Zoho Inventory API gives developers the ability to build innovative and
dynamic applications that enable businesses to manage the selling, buying, and
organizing of inventory. With this API, developers can tailor their
applications with the features to enable businesses to make the most of their
inventory.
The Zoho Inventory API has many features, including:
With the Zoho Inventory API, you can create the following applications:
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
zoho_inventory: {
type: "app",
app: "zoho_inventory",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://inventory.${this.zoho_inventory.$auth.base_api_uri}/api/v1/users/me`,
headers: {
"Authorization": `Zoho-oauthtoken ${this.zoho_inventory.$auth.oauth_access_token}`,
},
params: {
organization_id: `${this.zoho_inventory.$auth.organization_id}`,
},
})
},
})
With Schedule - A trigger provided by Pipedream - You can easily build
automated workflows that run on regular times or intervals. Some examples of
things that you can build using the Schedule API include: