Create a Salesforce Flow for Conga Trigger
Flow is an automation tool provided by Salesforce that can be used to perform various tasks like sending an email, posting a chatter, sending custom notifications, etc. It can be triggered for record insert, update and record delete and it can be run for both after and before events. For more information, see Salesforce Flow.
In the example above, the Salesforce Flow runs when the Opportunity Stage field is changed to "Closed Won," which then initiates Conga Trigger. Conga Trigger creates an invoice document, attaches it to an email, and sends that email to the Opportunity's Primary Contact.
After you build a flow, make sure to test the Conga Trigger solution.
The ability to merge and send a document without user oversight or intervention potentially poses a great risk. Remember that every time the Salesforce workflow rule fires, the Conga Trigger process runs as well, meaning the merged output file will be generated, which can have far-reaching implications, such as an infinite loop.
For example, assume your Salesforce workflow rule is set to evaluate every time a record is edited and you’re using a checkbox field as the rule criteria (e.g. “Conga Trigger equals true”). If you don’t include an additional field update workflow action to disable the checkbox field after Conga Trigger fires, then a document will be generated every time the record is edited.
Thoroughly test your solution and confirm it’s working correctly before deploying it fully.
