Skip to main content

Dears,

The requirement is to have the signatures of all the approvers of Purchase Contract in the contract document generated in SAP.
There is already a workflow setup in SAP for the Approval process, now once a user approves the contract in SAP inbox, I need to get the signature of the approver on the document and send the workflow to further approvals.
Is there any API to directly open the document for signing and sending the response back to SAP System!?
Or any feasible approach or insights would be helpful


Thanks

Hi Rithish_Kumar,

 

You can retrieve the recipients list through the API method listRecipients and get the signature status of each recipient from there. Once the approver has the status complete you can send the workflow to further approvals. Learn more on the documentation below:

 

https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/enveloperecipients/list/

 

Best regards,