This lesson will cover the following topics:

02 | Setup
03 | Variables
06 | Preview

01 Getting Started

This tutorial covers triggering a Flow from a Sign document after the document has been signed.

02 Setup

When the second signer adds their signature to the document, they have an option to enable a Send Additional Emails to checkbox and list email addresses.

Screenshot of the example project

03 Variables

1. Navigate to your flow project and create the following variables:
  • Static:
    • send_email
    • email
Custom variables window showing the static tab

  • Files:
    • document

Custom Variables showing the Files tab

04 Condition and Email Node

1. Select the Any + icon, choose Condition as the node, and click Next.

Any + icon with add node screen

2. Select and configure the Field parameter, and click Apply:
  • Select Type - Params
  • Select Param - send_email
Select field window

3. Configure the following and click Next.
  • Operation - Equals
  • Value - Field
  • True
Edit node configuration

4. Enter a Tag name and click Insert.

5. Select the Rule 1 + icon, choose Send Email as the node, and click Next.

Rule 1 + icon with send email

6. Select a previously configured email or configure an email. Ensure that the variable document is configured as an attachment in the email. Click Next.

choosing email

7. Enter a Tag name and click Insert.

8. Save and Publish the Flow.

05 Invoking the Flow

1. Navigate to your Sign project.

2. In the Document Settings menu, expand the Document Submit dropdown.

3. Enable the Trigger Titan Flow checkbox and click Edit.

Document settings menu with document submit menu expanded

4. Use the dropdown to select the previously created flow Additional Emails and click Configure Parameters.

Trigger Flow window

5. Configure the following and click Apply:
  • send_email - Send additional emails to:
  • email - Text
  • document - Your document

configure parameters window

06 Preview

When the second signer adds their signature, they have the option to enable the checkbox and add another email address to send a copy of the signed document.

Preview of the sign project

07 Got Feedback?

Additional Resources