In the ECM Document workflow, Request Signature task is added to send the document to the DocuSign process.
First parameter “Applicant” expects Applicant name as well as Applicant Email.
I am trying to pass the value like “Test” @lt;test@gmail.com@gt;
“Test” test@gmail.com
But it not accepting the value. Can you please help me how to pass the name and email on a single field?
Thanks.

Documentation says “the recipient’s full name may follow the email address separated by a comma”
Even I passed the data like below.
Test@gmail.com, Test
“Test@gmail.com”, “Test”
But nothing is working. we have got the following error.
BadRequest: Bad Request
INVALID_EMAIL_ADDRESS_FOR_RECIPIENT: The email address for the recipient is invalid. The recipient Id follows. Recipient Id: 1
If i pass the value like below then it is working fine, Thanks…
“Test@gmail.com,Testname”