When i sent contract to customer via CloudSign make plugin on Kintone. I was wondering when customer signed and agreed contract, how do i do to know that contract was confirmed by two parties on Kintone ?
Hi KhanhLy,
You can see the status information when you GET the documents; I think that way, you can confirm if the contracts have been signed or not.
When you GET with this API, the response contains a status parameter, and in the case of status 2, it’s a status that indicates that both parties have signed.
Also, the best timing to throw this API is, for example, is in record details.
Here is a CloudSign Web API on SwaggerHub:
https://app.swaggerhub.com/apis/CloudSign/cloudsign-web_api/0.14.0#/default/get_documents__documentID_
Document Status :
* 0 - Drafts
* 1 - Currently Confirming
* 2 - Completed
* 3 - Cancellation or Rejection
* 4 - Templates
* 13 - Imported Documents
Hopefully, this helps.
Sean