Skip to main content
Solved

REST API - Creating envelope with no content

  • 3 July 2024
  • 1 reply
  • 45 views

Hello, I've been tasked to build an interface with docuSign. However, my company is using ColdFusion and there isn't a whole lot of references out there for doing this. My goal right now is to send a pdf from a local drive to docuSign and have a user sign a specified location.

This is my dev code so far, running this creates an envelope, but no document or recipients are attached to the envelope it creates.

Any help would be appreciated.

 

Figured this out shortly after posting this. Removed “EnvelopeDefinition” from my JSON and the post went through.


Reply