DocuSign modules
The Adobe Workfront Fusion DocuSign modules enable you to monitor and retrieve envelope status, search and retrieve envelopes, or download and send a document to sign in your DocuSign account.
For instructions on creating a scenario, see the articles under Create scenarios: article index.
For information about modules, see the articles under Modules: article index.
Access requirements
You must have the following access to use the functionality in this article:
Current license requirement: No Workfront Fusion license requirement.
Or
Legacy license requirement: Workfront Fusion for Work Automation and Integration
Current product requirement: If you have the Select or Prime Adobe Workfront Plan, your organization must purchase Adobe Workfront Fusion as well as Adobe Workfront to use functionality described in this article. Workfront Fusion is included in the Ultimate Workfront plan.
Or
Legacy product requirement: Your organization must purchase Adobe Workfront Fusion as well as Adobe Workfront to use functionality described in this article.
To find out what plan, license type, or access you have, contact your Workfront administrator.
For information on Adobe Workfront Fusion licenses, see Adobe Workfront Fusion licenses.
Prerequisites
To use DocuSign modules, you must have a DocuSign account.
DocuSign API information
The DocuSign connector uses the following:
Connect DocuSign to Workfront Fusion
To create a connection for your DocuSign modules:
-
Click Add next to the Connection box when you begin configuring the first DocuSign module.
-
Enter the following:
Connection nameEnter a name for the new DocuSign connectionAccount typeSelect whether you the account you want to connect to is a production account or a demo account. -
Continue as described in Create a connection to Adobe Workfront Fusion - Basic instructions.
DocuSign modules and their fields
When you configure DocuSign modules, Workfront Fusion displays the fields listed below. Along with these, additional DocuSign fields might display, depending on factors such as your access level in the app or service. A bolded title in a module indicates a required field.
If you see the map button above a field or function, you can use it to set variables and functions for that field. For more information, see Map information from one module to another.
Triggers
Watch envelopes
This trigger module starts a scenario when an envelope is sent, delivered, signed, completed, or declined.
Select the type of event that you want to watch.
- Document completed
- Document declined
- Document sent
- Document signed
- New document in Inbox
Actions
Custom API Call
This action module allows you to perform a custom API call.
Type the address on the web server that you want the module to interact with.
You can type a relative URL, which means that you don't have to include the protocol (such as http://
) at the beginning. This suggests to the web server that the interaction is occurring on the server.
For example: /api/conversations.create
Add the headers of the request in the form of a standard JSON object. This determines the content type of the request.
For example, {"Content-type":"application/json"}
Note: If you're getting errors and it's difficult to determine their origin, consider modifying headers based on the Workfront documentation. If your Custom API Call returns a 422 HTTP Request Error, try using a "Content-Type":"text/plain" header.
Add the query for the API call in the form of a standard JSON object.
For example: {"name":"something-urgent"}
Add the body content for the API call in the form of a standard JSON object.
Note:
When using conditional statements such as if
in your JSON, put the quotation marks outside of the conditional statement.
/v2.1/accounts/{accountId}/envelopes/
GET
-
Key:
from_date
-
Value:
YYYY-MM-DD


Download a document
This action module downloads a single document.
Read an envelope
This action module reads information about an envelope in DocuSign using the envelope ID.
Upload a file to an envelope
This module uploads a specified file to an existing envelope in DocuSign.
Create a new envelope
This action module creates a new envelope from a template. It returns the new envelope’s ID, as well as the status of the new envelope.
Add Recipient to Envelope
This action module adds one or more recipients to an existing envelope. If the envelope has already been sent, the recipient is sent an email. This module is not valid for envelopes that have already been completed.
Select the type of recipient that you want to add to the envelope.
-
Agent
-
Carbon copy
-
Certified delivery
-
In-person signer
-
Intermediary
-
Signer
- Only the selected recipient sees the private message, as well as the general message. The private message is limited to 1000 characters.
Select the authentication method that you want to use to confirm the recipient's identity.
-
None
-
Access code
Enter or map the access code.
-
Phone
Enter or map the phone number
-
SMS
Enter or map the phone number
Add custom field
This action module adds a custom field to the document
Modify custom field
This action module modifies a custom field using the field name.
Send envelope
This action module sends a draft envelope to its recipients.