-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Closed
Labels
triagedFor maintainers: This issue has been triaged by a Pipedream employeeFor maintainers: This issue has been triaged by a Pipedream employee
Description
zenventory
URLs
Polling Sources
new-customer-order
Prompt
Emit new event every time a customer order is created. The main prop to set is the order ID. Other good optional props can be order status and the customer ID.
URLs
new-purchase-order
Prompt
Emit new event when a purchase order is created. This involves configuring the purchase order ID and can optionally include the vendor ID and order status.
URLs
new-item-created
Prompt
Emit new event when a new item is created. The only required prop is the item ID. Optional props can be item category and the supplier ID.
URLs
Actions
create-item
Prompt
Creates a new inventory item in Zenventory. Props consists of item data: name, quantity, etc.
URLs
create-customer-order
Prompt
Creates a new customer order in Zenventory. Props include customer information and order details.
URLs
Metadata
Metadata
Assignees
Labels
triagedFor maintainers: This issue has been triaged by a Pipedream employeeFor maintainers: This issue has been triaged by a Pipedream employee
Type
Projects
Status
Done