We have created web-hook listener for receive the signed file.In our production account, in one day 10 to 15 files is signed, out of 10 files one or two files not receive in web-hook listener.I mean form Docusing site not trigger the our web-hook listener, we added logs when trigger webhook and store in log file.So out of 10 files, 2 files is missing to receive signed file in webhook.But in Docusing login we can see all are completed in manage tab (sent) and in logs in setting page, we see correct webhook url passed for that envelope.
And one more thing, our webhook listener keep on triggering , based on log entry every 1 or 2mins it triggered , but we never pass that url to anyone, only configure in eventNotification Url using following code.Nobody know that url , but how it keep on triggered ?
Dim eventNotification = New EventNotification()
eventNotification.Url = ConfigurationManager.AppSettings("EventHandlerURL").ToString().Trim
Is there any way to find where the problem ?
Regards
Aravind