Skip to content
Advertisement

Docusign PHP SDK resending envelope with Demo Account updates the envelope but no email is sent

I am trying to resend an existing envelope that a user may have mislaid or otherwise not received. The API is updating the envelope with the request, but is not resending the email. I am receiving a 200 OK response from the api. This is my call;

JavaScript

The logs show the call is successful;

JavaScript

I have read all the threads I can find on SO and none seem to cover my experience. Your help would be appreciated.

Advertisement

Answer

For anyone stumbling across this post, this is how to resend an envelope using v2 of the PHP SDK, as provided by dev support. Its a shame the SDK isn’t better documented.

JavaScript

Thanks to Edwin@DS

User contributions licensed under: CC BY-SA
10 People found this is helpful
Advertisement