I have code that creates an envelope from a template created on Docusign Admin. When this envelope is sent via email, the fields on the template are properly filled in to be signed. However, when using the endpoint /restapi/v2.1/accounts/{accountId}/envelopes/{envelopeId}/views/recipient, the fields and signing buttons are gone, and all that remains is a blank pdf. The parameters are
"authenticationMethod" => "None",
"userName" => $request->name,
"email" => $request->email,
"recipientId" => 1,
"returnUrl" => $request->returnURL
Am I missing something in the payload?