I have a template with a Signer and a CarbonCopy role. I create envelopes from the template. Sometimes I don't have a CC email to use for the CC templaterole. If I leave it blank, or if I don't provide the corresponding xml, (in both cases) I get an INVALID EMAIL ADDRESS error. The role is not set to be required, so I don't understand why this error occurs. Is there any way to remove the templaterole from the envelope to prevent this ?
标签:
docusignapi
相关问题
- listStatusChanges api gives error after passing mo
- Mix and match templates with documents
- Docusign: Creating a Document with dynamic content
- Preview tags with docusign API
- Checkbox validation using Docusign REST API
相关文章
- Docusign return parameters in embedded signing by
- Retrieving information from a signed document Docu
- Programmatically signing a document
- docusign send on behalf functionality
- Filtering Envelopes based on a type
- “Bad Request” message in JWT OAuth authentication
- Docusign - API to reactivate a closed user
- Not able to pass in values to docusign template
Figured this out. My resolution:
Have only the signer role in the template.
After the call to create envelope (status created), do a GET on recipients
Parse/capture/store the contents of the signers tag
Build xml for the entire recipients tag, inclusive of the contents of the signers tag and all the carbonCopy tags that you want
POST to recipients