Forums
Hi guys, I looked around and am not able to find confirming on this: is it possible to embed the form/package for user to sign on our website? All of our users have their own account and it would be nice to be able to display the form directly in their account. Let me know as soon as you get a chance. Thanks!
Forums
I would like to show my signer a message that says something to the effect of: “Thank you for signing your application. We will send you a completed copy of the application signed by both you and the vender.” This would be something like an alert upon completed signature.
Forums
I have a document that is generated on the fly by our web system. It's a PDF created by the back-end and then goes out for signing. I have been able to upload the document just fine. Once it goes out for signing, there are two signatures it requires. One is from the vendor and the other from the customer. I want a way to store the vendor signature so it's always just 'automatically signed' by them. This makes it so the only signature needed is that of the customer in question. What is the best way to go about this process via the REST API?
Forums
I will have a great number of users to maintain. In order to simplify process and to make adding and modifying users I need to (or prefer to) 1. Add users programmatically (this probably has to return user API key) 2. Once user is added I would need to modify a. Callback URL b. Callback Key c. Select events Is this possible to achieve and how?
Forums
Hi Team, We are trying to create the Approvals using REST API. This works without any issues when we don't use the text anchors. However, when we use text anchors, we don't get the expected results i.e. the approval fields are created taking the field attributes in to consideration, ignoring the extractAnchor values. We saw that "Warning: Text anchor extraction cannot be used in this API call." when creating the approvals.
Forums
Hello, I have created package and send successfully. How to assign right for send package to another user(who is sender of document on particular package) using rest api.?? I have tried with delegates and added sender on my account but can't able to give right as delegate using rest api ?? is it possible ?? and how redirect using senderAuthenticationtoekn on particular package as sender(not owner) from our system ?? Thanks