Can Appian's out of the box docusign integration objects return a url to redirect a user to draft envelope?

Certified Senior Developer

DocuSign integration

I have seen another project where when they create an envelope, they send a draft envelope to DocuSign. When the envelope is created, they call an integration object to retrieve a url like below:

Apologies for the blurry images, but this is the setup to this integration object:

In the Response Body in the first image, there is an http url. They are able to take that url and provide it as a link in an Appian interface, so that a user can click on that link and immediately see the DocuSign draft envelope configuration screen, where they are able to configure signer and recipient information before sending the envelope off to be signed.

We want to replicate that in our project, however, we're using Appian's OOB DocuSign objects. Our connected system is below:

We're not able to generate a similar URL. When we create and send envelopes, this is the only thing we see:

If we try to get envelope definition (operation Get Envelope Definition), this is all we get:

We get URIs, but not the full https url. This is the JSON we send to DocuSign by the way (some fields removed for privacy's sake):

Basically, the question is, is it possible to generate a url that takes a user directly to their draft envelope using Appian's OOB objects, and if so, how do you do that?

  Discussion posts and replies are publicly visible