Am new to docusign and trying to use the embeding feature. Here's the steps I followed:
- Created a template with a sample document uploaded. For the Receipent and Routing section, i created one role but didnt give the email and name. Since i need to send the same template to different people
- Used the JAVA code exactly as in http://iodocs.docusign.com/APIWalkthrough/embeddedSigning
- Provided the required values such as
integratorKey,username,password,recipientName,recipientEmail,templateId,roleName
- Am getting the below error and not sure how to resolve.
Step 3: Generating URL token for embedded signing... API call failed, status returned was: 400 Error description:
<?xml version="1.0" encoding="UTF-8"?>
<errorDetails xmlns="http://www.docusign.com/restapi" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<errorCode>UNKNOWN_ENVELOPE_RECIPIENT</errorCode>
<message>The recipient you have identified is not a valid recipient of the specified envelope.</message>
</errorDetails>