Home:ALL Converter>How to connect webhook in our spring boot application when docusign connect webhook?

How to connect webhook in our spring boot application when docusign connect webhook?

Ask Time:2021-11-26T14:25:33         Author:Bueno

Json Formatter

I configured docusign connect as webhook. if recipient sign the document, i can get a webhook calls. But want to connect webhook in to my spring boot application and when webhook get call, i need to get a response in my spring boot app? Is it possible ? In below link architecture it showing we can connect it into spring boot

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

It's telling if you have subscribed to triggered event, sends a webhook call back message. I need to know how to get response in m spring boot app when webhook get a call

Author:Bueno,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/70120309/how-to-connect-webhook-in-our-spring-boot-application-when-docusign-connect-webh
yy