vik
vik

Reputation: 772

Sending DocuSigned documents into my box.com account using the DocSign API?

I would like to save DocuSigned (completed) documents from an envelope to my box.com account using the API.

Is it possible for DocuSign to save documents into my Box Drive account and return the Box location urls to find the signed documents?

Upvotes: 1

Views: 198

Answers (2)

Praveen Reddy
Praveen Reddy

Reputation: 7383

You can use the DocuSign Box connector to save the signed documents to Box drive.

See documentation here.

Upvotes: 1

Larry K
Larry K

Reputation: 49114

As @CodingDawg says, you can use the existing Box connector. If it meets your needs then you're set.

If you want more flexibility, you can write your own Connect "listener" to receive all completed envelopes, and then store the contents on Box with a finer level of control than what you get from the off-the-shelf product.

Upvotes: 3

Related Questions