How can I create a quote through the API that inherits default branding?
Hi there,
Perhaps I'm doing something wrong, but is there a way when creating a quote through the API to pull the default company name, address, etc in the same way that it happens when creating a quote in app? I can set those properties manually ("hs_sender_company_name" for example) but there also doesn't seem like there's an endpoint to pull this information.
How can I create a quote through the API that inherits default branding?
Hey, @bdrf👋 Can you share an example (screenshots are fine) of a quote created in-app vs using the Quotes API where the details are different/not what you expected?
Other questions to help give our community members more information:
when using the API are you associating your quote to the same template as your in-app quote?
is it a custom-coded quote template or one you modified in-app through Settings > Quotes?
Additionally, you can get all available quote properties from the Properties API.
Here is the screenshot of the created quote from the app:
There's no quote sender or company information set. I can set that manually by sending in hs_sender_firstname and stuff like that, but when I create a quote normally, it pulls the company branding settings, as well as the creator's name.