0

I try to add a custom connect with this article and it's working perfectly.

https://www.docusign.com/blog/developers/common-api-tasks-add-custom-connect-configuration-programmatically

I can't find the 'Status' property in the documentation

https://developers.docusign.com/docs/esign-rest-api/reference/connect/connectconfigurations/create/

connect

How can I Activate programmatically this custom configuration ?

G.Mich
  • 1,607
  • 2
  • 24
  • 42

1 Answers1

1

Set the allowEnvelopePublish attribute to true to turn on the configuration.

You're absolutely right that a better name for that attribute would have been enabled or somesuch.

Thank you for programmatically creating Connect configurations. It gives a much better user experience for the admin when your application takes care of the task.

Larry K
  • 47,808
  • 15
  • 87
  • 140