The error message "Cannot find recipient with ID '1'" typically indicates an issue with how the recipient information is being defined or referenced in the envelope creation process. Based on your provided code, there are a few areas to check and correct:
Ensure Correct Usage of clientUserId: The clientUserId is used for embedded signing scenarios. If the recipient is not an embedded signer, you don't need to set this value. If it's necessary, ensure it's correctly set.
Check Template Role and IDs: Verify that the role name used in your code matches exactly with the role defined in your template. Ensure the role name "signer" matches what's in the template.
Proper Initialization of Tabs: The fillTabs() function should return a properly initialized Tabs object. Ensure that this function correctly sets up all necessary tabs.
The error message "Cannot find recipient with ID '1'" typically indicates an issue with how the recipient information is being defined or referenced in the envelope creation process. Based on your provided code, there are a few areas to check and correct:
Ensure Correct Usage of clientUserId: The clientUserId is used for embedded signing scenarios. If the recipient is not an embedded signer, you don't need to set this value. If it's necessary, ensure it's correctly set.
Check Template Role and IDs: Verify that the role name used in your code matches exactly with the role defined in your template. Ensure the role name "signer" matches what's in the template.
Proper Initialization of Tabs: The fillTabs() function should return a properly initialized Tabs object. Ensure that this function correctly sets up all necessary tabs.
You can login or register as either a Docusign customer or developer. If you don’t already have a Docusign customer or developer account, you can create one for free when registering.
Join the Docusign Community by logging in with your Docusign developer or customer account credentials.
Don’t have an account? You can create a free one when registering.
Note: Partner-specific logins are not available yet. Partners should log in as either a customer or developer
Docusign Community
You can login or register as either a Docusign customer or developer. If you don’t already have a Docusign customer or developer account, you can create one for free when registering.