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?
Question
Create an envelopp api does not work

Reply
Rich Text Editor, editor1
Editor toolbars
Press ALT 0 for help
Sign up
Already have an account? Login
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.
Customer Login/Registration Developer Login/RegistrationJoin 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.
Customer Login/Registration Developer Login/RegistrationEnter your E-mail address. We'll send you an e-mail with instructions to reset your password.