Sender Session - View a Particular Package
Monday, March 7, 2016 at 07:57pmHi i have got the sender authentication token but how to open particular package using that sender authentication token and send it Please reply me as soon as possible??
Using rest API : whats will be the code instead of this BuildRedirectToPackageViewForSender method??
Thanks
Reply to: Sender Session - View a Particular Package
Tuesday, March 8, 2016 at 11:53pmReply to: Sender Session - View a Particular Package
Wednesday, March 9, 2016 at 05:21amhttps://sandbox.esignlive.com/auth?senderAuthenticationToken={YOUR_SENDER_AUTH_TOKEN}&target=https%3a%2f%2fsandbox.esignlive.com%2fdesigner%2f{PACKAGE_ID}For the "target" parameter, you'll see that the package ID is also needed. Furthermore, you can go to a particular document by adjusting the target url to point to the particular document in the package. Hope this helps. For the delegate question, you're wanting to open a sender session to a sender's session for someone else with delegate access?