javascript - Return signed document or link to signed document in docusignapi after signing process completion -


i'm able login , embedded signing view return url given user can review document , sign on it. we've got url, user signed , redirected our application's home page. how can user see signed document.

i wanted send email both user , owner after signing process completion access credentials or url see whether document has been signed or not.(i know owner receive email link , subject says user has viewed document)

but how can user(who signed document) see signed document (may silly or dumb question i'm not able find-out way)

i'm using embeded signing(rest v2).

generally in pattern/use case have email notifications turned off embedded signers , use. there couple ways signer signed document:

  • you can turn notifications on completion on if wish send completion email signer. can review guide assist in right setting https://www.docusign.com/support/how-to-guides/sending-and-signing-options

  • create docusign connect listener , have docusign connect send listener completed document , site send email signer link site retrieve stored copy

  • create view button requests recipient view signer can access document again did them sign


Comments

Popular posts from this blog

c# - How to get the current UAC mode -

postgresql - Lazarus + Postgres: incomplete startup packet -

javascript - Ajax jqXHR.status==0 fix error -