Can you grab a link to the specific documentation for the endpoint you are using?
From the endpoint tab, grab a screenshot of the endpoint you are using that includes the required scopes (I added a random example to show what's helpful to see)
Best, Jaycee
Join us on March 27th at 12 PM for the Digital Essentials Lab, an interactive session designed to redefine your digital strategy!
Engage with expert Jourdan Guyton to gain actionable insights, participate in live Q&A, and learn strategies to boost your business success. Don't miss this opportunity to connect and grow—reserve your spot today!
Did you know that the Community is available in other languages? Join regional conversations by changing your language settings !
Context: I'm using Custom Code in a Workflow to automatically create a Quote from a Deal and then send that Quote to the customer for digital signing (using the same Hubspot digital signing capability you can use via the UI).
Issue: I cannot successfully associate the quote template to the quote record. If you can provide an example of how to do that, it would be great.
I'm currently trying to find the Template ID for the quote template I want to assign or associate with the quote.
I'm trying to use the /crm/v3/templates end point because this document suggests using that:
To associate the quote with other CRM records at the time of creation, include an associations array in the create request post body. The array will contain an object for each association.
For a quote to be fully accessible, editable, and publishable in HubSpot, it must have the following associations:
Quote template: the CMS template used to render a quote, along with default configuration settings for the quote such as language. To get the quote template ID, make a GET request to /crm/v3/objects/quote_template?properties=hs_name,hs_active to get a list of active quote templates. Learn more about creating custom quote templates. You can only associate a quote with one quote template."
When I make the call it fails to recognise the endpoint, which made me think it was a scope issue.
I would welcome either a tip on how to assign the quote template to the quote OR how to get the quote template ID's.