Configure DocuSign Flows Using Microsoft Power Automate

You can use the information on this page to configure the DocuSign flows required to automate the process of eSignature in Anthology Student for Faculty Workload contract management.

Prerequisites

You must have:

DocuSign Flows for eSignature

The following flows are required to automate the approval process in Anthology Student:

Flow Name Description

Faculty eSignature Invite With DocuSign

This flow will be triggered when you select the Send to Faculty button on the Faculty Contract Assignment & eSignature  page. (Select the Processes tile > locate Faculty Workload > select Faculty Contract Assignment & eSignature.) The flow integrates with DocuSign to send the eSignature invite to the faculty member.

Faculty eSignature Response With DocuSign

This flow will be triggered automatically based on the faculty member's eSignature response.

Procedure to Configure eSignature DocuSign Flows

  1. Under Faculty Workload Management solution, select:

    • Faculty eSignature Invite With DocuSign, and

    • Faculty eSignature Response With DocuSign

    Microsoft Power Automate opens the selected flow in a new tab/ browser window.

  2. Select the Edit (Edit Icon in Power Automate Workflow.) button. Microsoft Power Automate opens the selected flow in edit mode.

    DocuSign-InviteFlow1

  3. Expand the Configuration action box.

  4. In the Value field, replace the placeholder value with an appropriate value. You can also add multiple email IDs separated with semicolons.

    For example:

    {
    "AdminEmailId": "YouremailId-1@yourdomain.com; YouremailId-2@yourdomain.com",
    "AnchorTextForSignature": "<Text placed as label for Signature in Contract Template>",
    "AnchorTextForDate": "<Text Placed as label for Date in Contract Template>",
    "CallBackURL": "<CallBack URL>"
    }
    Fields Actions
    AdminEmailId Specify the email Ids of the administrators who would receive flow success and failure notifications.
    CallBackURL

    The Callback URL is taken from the Faculty eSignature Response With SignNow flow.

    1. Navigate to Faculty eSignature Response with DocuSign flow and open it in edit mode.

    2. Expand the first action When an HTTP request is received.

    3. Copy the HTTP POST URL and paste it into <Callback Url> of the Faculty eSignature Invite With DocuSign flow.

      DocuSign-InviteFlow2-HTTPURL

    AnchorTextForSignature

    Specify the text to be placed as a label for Signature field in the Contract Template. Example Configuration:

    EmailSignNew1

    Example Contract Template:

    EmailSignNew2

    AnchorTextForDate

    Specify the text to be placed as a label for Date field in Contract Template
  5. Expand the Secure Configuration action box. Hover over the 3 dots on the Secure configuration block and select Settings.

    DocuSign-InviteFlow-SecureSettings

  6. Configure the AccountId value in Tracked Properties.

  7. DocuSign-InviteFlow2-SecurityConfigs

    To learn about app settings and the usage, refer to https://developers.docusign.com/platform/configure-app/

  8. Select the Save button. Microsoft Power Automate saves the flow changes.