Skip to main content
Question

How to Integrate DocuSign Webhook with Node.js for Post-Signature Database Updates

  • October 13, 2024
  • 1 reply
  • 77 views

Forum|alt.badge.img+1

I’m building a contract management system using Node.js that integrates with DocuSign. When a contract is created from the frontend, an email is sent to the customer with a document to be signed. I’ve successfully set up a trigger event using DocuSign Connect, so that once the customer signs the document, DocuSign sends a payload to a specified URL (currently pointing to a test URL from WebHook.site).

Now, I need to configure my Node.js application to receive this webhook payload, allowing me to process it and perform certain database updates after a successful customer signature. What’s the best way to achieve this integration?

1 reply

Forum|alt.badge.img+6
  • Docusign Employee
  • 60 replies
  • October 14, 2024

Hello Shrenik,

 

I believe this article will give an overview on how to build a listener with Connect:

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

 

If you want more assistance related to the JS code I suggest you opening a ticket for the Support Team if your Company have assistance from the Developer Support Team.

 

Best Regards,


Reply