I want to create a hubspot quote for a workflow. Our customers fill out a form and taht triggers a Zapier workflow that has several steps before the main action, like find contact, create deal etc. These steps are functioning well but now I want to create a Hubspot quote from the form submissions and are trying out the api request call option from zapier.
Sadly there arent many error messages I’m getting and I don’t know how to setup this python code to create the quotes
Right now I’m using the following Body code to create those quotes. After creation of the quote I want to edit the associations. But first I would be happy if I trigger a quote creation. I’m using the POST/crm/v3/objects/quotes
kind regards