I'm still new at echoSign API and still at learning phase. I hit some roadblocks so I'm seeking for help.
So I have a form, with a echosign document. Its actually an echosign widget. With the script(below) attached to the form document body.
<script type='text/javascript' language='JavaScript' src='https://secure.echosign.com/public/embeddedWidget?wid={widgetID}'></script>
Is there a way that this particular widget could throw an event if they successfully signed the widget ( using the current user session ). I'm not sure if thats possible.
I know it could retrieve information's from the API using GET /widgets/{widgetId}/agreements
. But is there a way that the form knows the event real time?
Thanks for the help in advance. Looking forward.