hellosign / helloworks-nodejs-sdk

Easily create and manage HelloWorks workflow instances.

Home Page:https://helloworks.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

createInstance() missing documentDeliveryType parameter

erosiec opened this issue · comments

The createInstance() method does not include a documentDeliveryType parameter.

When documentDelivery:true the only available delivery method is an email attachment, blocking the ability to send completed documents to participants as a link.

I opened a pull request to add support for this feature. Could someone link it to this issue? The CI pipeline failed and I suspect it is because I do not have the ability to specify configuration values required to run the tests.