Is there a way to know when an echoSign document has been successfully signed in real time? -
i'm still new @ echosign api , still @ learning phase. hit roadblocks i'm seeking help.
so have form, echosign document. echosign widget. script(below) attached form document body.
<script type='text/javascript' language='javascript' src='https://secure.echosign.com/public/embeddedwidget?wid={widgetid}'></script>
is there way particular widget throw event if signed widget ( using current user session ). i'm not sure if thats possible.
i know retrieve information's api using get /widgets/{widgetid}/agreements
. there way form knows event real time?
thanks in advance. looking forward.
i think asking callback mechanism alert system whenever agreement created out of widget. during creation of widget through api can specify callbackinfo url echosign ping system final signed copy.
here detailed description of request parameter -
callbackinfo (string, optional): publicly accessible url adobe sign http operation every time there new agreement event. http authentication supported using standard embedded syntax - i.e. http://username:password@your.server.com/path/to/file. adobe sign can ping system using http put final signed pdf. please contact
hope solves problem.
Comments
Post a Comment