Conga Product Documentation

Welcome to the new doc site. Some of your old bookmarks will no longer work. Please use the search bar to find your desired topic.

download

Use Case: Automate Conga Trigger Solution with Conga Sign

This use case shows how to create and configure a Conga Trigger solution that automatically generates a document and sends an email for eSignature.

Note:

The setup and solution may vary as per your business need.

For example, as an administrator, you want a Conga Trigger solution for the Opportunity object that will automatically generate a document (here, a Statement of Work (SOW)) and send an email for eSignature whenever a field SOW Required is updated with the true value. To understand the sequence and required setup and configuration for this use case, refer to the steps below:

  1. Create a Composer solution. For more information, see Building Composer Solution.

    For example, we created a solution with the following parameters in this case.

    /apex/APXTConga4__Conga_Composer?SolMgr=1
    &serverUrl={!API.Partner_Server_URL_370}
    &Id={!Opportunity.Id}
    
    &QueryId=[OppsbyStage]a038V00000W8a3C,
    [WonOpps]a038V00000W8a3D,
    [LostOpps]a038V00000W8a3E, //Sample queryId
    
    &TemplateId=a048V00000zqZgn //Sample templateId
    
    &OFN=SOW+for+{!Opportunity.Name}{!Today}
    &AC0=1
    &AC1=SOW%20Sent
    &AC3=7
    &SC0=1
    &SC1=attachments
    &DS7=1142
    &CSRecipient1={!Opportunity.OwnerId}
    &CSRecipient2={!Opportunity.Primary_Contact_ID__c}
    Important:
    • The DS7=1142 and Recipient parameter must be included. You can also have multiple recipients. For more information, see DS7 and CSRecipient[1-10] parameter.
    • You can add other parameters as per your business use case.
  2. Check that your Composer button works as expected.
  3. Convert a Composer Button to a Formula Field.
  4. Create a field on the Opportunity object that will trigger the solution. For example, here we have created an SOW Required checkbox field.
  5. Create a Salesforce Flow that will initiate Conga Trigger. For more information, see Configuring Conga Trigger with Salesforce Flow.
  6. Check the SOW Required checkbox for any sample opportunity record and Test the Conga Trigger Solution.
  7. Check the Conga Trigger Dashboard to keep track of Conga Trigger events and errors.