Skip to main content

I’m sure someone has already done this before.

 

I’m have a board where the purchase order is the main item and then each SKU/Product within that purchase order is a subitem. 

My trigger zap is from a purchase order inside of quickbooks and the subitems exist as line items inside of quickbooks so this should be pretty straightforward field mapping.

It doesn’t appear that Monday’s Zapier build supports the creation of subitems. If this is correct does anyone know how to do this via webhook using Mondays API docs?

I’m pretty strong with Zapier but not so much with navigating the API docs.

 

Any help appreciated!

Hi @Chris VanderValk 

Consider hiring a Zapier Expert for help with the Monday API to create Subitems: https://zapier.com/experts


That's not a very helpful answer respectfully…

 

It's not complex but a simple put function.. Just need to see someone who's done it. Isn't that kind of the purpose of trying the community first?


@Chris VanderValk

The Monday API uses GraphQL which is a bit different syntax wise than regular REST APIs.

 

The Monday API has documentation how to use cURL (aka POST Request) to Create a Subitem via the POST options for the Webhooks app: https://zapier.com/apps/webhook/help

 

https://api.developer.monday.com/docs/subitems#subitems-mutations

 


Not sure if you’ve already got this sorted @Chris VanderValk but I wanted to let you know that the monday.com now has a Create Subitem action which allows for Subitems to be created without the need to use a Webhook action: 

ae98085c5e691d5b256aa2eeefc55077.png

You can see a full list of all the available triggers and actions for monday.com here: Supported triggers and actions :slight_smile:


@SamB with the new Create Subitem action, it doesn’t currently have the ability to add information to any additional subitem columns and it doesn’t output the subitem ID to be used in another action like Change Multiple Columns Value.

Is there a workaround for updating the additional subitem columns? Similar to Chris, I have line items from an invoice that I’d like to have as subitems.


I’m also looking to add / change a subitem’s value.