awlamb
awlamb
@jondkinney Oh Interesting - yes, it's a dynamically generated PDF attaching to a newly created envelope. It actually doesn't look like I can pass a string as file to that...
Actually tried that this morning and encountered a different issue: > invalid byte sequence in UTF-8 > /docusign_rest/lib/docusign_rest/client.rb:1718:in 'gsub' > /docusign_rest/lib/docusign_rest/client.rb:1718:in 'generate_log' > /docusign_rest/lib/docusign_rest/client.rb:1623:in 'add_envelope_document' This was with a regular...
Unfortunately I can't seem to get multipart/form-data working for that document endpoint. However, a docusign support engineer told me to just do this: > Endpoint: https://{environment}.docusign.net/restapi/v2/accounts/{accountId}/envelopes/{envelopeId}/documents/{documentId} · Headers: X-DocuSign-Authentication (with...