Question
Create an envelopp api does not work
I need help with the POST request body for creating a DocuSign envelope. I want to create an envelope using a template and prefill custom fields. Here's my current request body:
{
"templateId": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"templateRoles": [
{
"email": "email@gmail.com",
"name": "Recipient Name",
"roleName": "Signer 1"
}
],
"status": "sent",
"customFields": {
"textCustomFields": [
{
"name": "name",
"value": "john"
}
]
}
}
Is this the correct structure for the request body?
Back to Docusign.com

