APIs & Integrations

Pnaumenko
Participant

How to define if the quote was signed with API?

I have two quotes in different status "Signed" and "Pending Signature". In both cases api returns the same status

"hs_status":"APPROVAL_NOT_NEEDED"

How to get "Signed" or "Pending Signature" status using API call?

 
 
 
 
 

 

 

 
 
 
 
 
0 Upvotes
4 Replies 4
Damien_Latapie
Participant

How to define if the quote was signed with API?

Hello there !

 

Here is the property you need to use if you want to get the sign status : hs_sign_status

 

You can also fetch all available properties using this URL : /crm/v3/properties/{objectType}

 

Hopes this helps !

Cheers

NCalmettes
Participant

How to define if the quote was signed with API?

Hi, did you finally find a solution?

0 Upvotes
christopher-RVO
Key Advisor | Diamond Partner
Key Advisor | Diamond Partner

How to define if the quote was signed with API?

@Pnaumenko Here is the API Documentation where I pulled the values for status:

Additionally, the properties below will be calculated when the quote switches to a Published state:

  • hs_pdf_download_link: populated with a URL of a PDF for the quote.
  • hs_locked: set to true. To modify any properties after you've published a quote, you must first update the hs_status of the quote back to DRAFT, PENDING_APPROVAL, or REJECTED.

 

If this post helped to solve what you were looking for, please mark this as an accepted solution. Happy HubSpotting!


Christopher Barnett - VP of Revenue at Aptitude 8


Pnaumenko
Participant

How to define if the quote was signed with API?

Thank you for your response.
I'm not sure if it's what I need. By the documentation that you provided, I can't find information in what field shows that the quote was signed (with Esign)

0 Upvotes