HRSD: Receive Completed DocuSign Document

Ashley Carlson
Tera Contributor

Hello - I am aware of the DocuSign integrations, but I haven't seen this scenario come up in my search. The team receives fully executed/signed DocuSign documents - currently they completed document is sent via DocuSign to a team email, which routes into SN to create an HRSD case. We are NOT looking to send documents from HRSD to DocuSign, as the documents are often started by other teams & they are an end-user.

 

Q: Is there a way for the completed document to flow directly into HRSD and create a task/case? Thus, avoiding a potential email failure or routing issues.

 

Thank you!

1 REPLY 1

James Chun
Kilo Patron

Hey @Ashley Carlson,

 

So once a user signs a document in DocuSign, it should create an HR Case in ServiceNow.

 

Not an expert in DocuSign, but maybe you can create a Webhook (DocuSign Connect) that is triggered by completing a document. Once triggered, it will then invoke ServiceNow REST API (custom or OOB) which would create a task/case in ServiceNow. Below are some references that can help you with this integration:

 

https://developers.docusign.com/platform/webhooks/connect/

https://www.servicenow.com/community/in-other-news/how-to-integrate-webhooks-into-servicenow/ba-p/22...

 

Good luck, cheers