create a powerForm from template with custom envelop fields API

285 Views Asked by At

For application integration purposes, I need to create via DocuSign REST API powerForms from a predefined template. The powerForms should have envelop custom field. I'm using powerForm since I want to share link to recipient and not via email.

What is Docusign Rest API URL and body to create the powerForm with envelop custom field?

1

There are 1 best solutions below

0
On

The endpoint to create powerforms is:

{baseURI}|/restapi/v2.1/accounts/{accountId}/powerforms

You can find codesamples to create a powerfrom from your teamplates here: create a powerForm from template with custom envelop fields API

Unfortunately it is not possible to provide an envelope custom field in the request to create the powerform. The envelope custom field has to already exist in the template you use