+1 (408) 320-0380

Workflows

The Workflows feature is available in the Advanced Pack extension. It is also included in the cloud plans.

The Workflows tool allows you to set up automation rules. It is well suited for simpler automation use cases where not many steps are required to complete a task, as opposed to the BPM tool, which excels at handling more complex logic.

When creating a workflow rule, you need to define:

  • trigger type,
  • conditions that trigger the rule,
  • actions that will be executed as the workflow is processed.

A rule can be triggered when a record is saved and certain conditions are met, by a UI button click, on a schedule, or by another automation.

Quick tour

Take our quick tour to learn about the Workflow tool. Click on hotspots or use the arrow keys to move through steps.

Documentation

For more detail information on how to utilize the Workflows tool, see the documentation.

Workflows

Use case examples

Case 1. Customer purchases your product. After couple of days, the system sends an email to the customer asking questions regarding the product. One of possible solutions:

  1. Create a workflow rule with the trigger ‘After record created’ for Opportunity.
  2. Add the needed conditions (for example, Stage equals ‘Closed Won’).
  3. Add an action ‘Send Email’, specify the number of days when the email must be sent, select Account as a recipient, and select an email template.

Case 2. When a Lead is converted, create a Task assigned to the manager.

  1. Create a workflow rule with the trigger type ‘After record saved’ for Lead.
  2. Add two conditions: Status equals ‘Converted’ and Status changed.
  3. Add an action ‘Create Related Entity’, select the Tasks link, and specify all needed Task’s fields. Specify the Assigned User field with the needed user.

Case 3. Distribute cases created in a portal among Support team members. The user who has the least amount of open cases must be assigned first.

Create a List report that displays only open Cases. For this, add a filter by the Status field. Create a workflow rule with the trigger type ‘After record created’ for Case.

  1. Check ‘Portal Only’.
  2. Add an action ‘Apply Assignment Rule’.
  3. Select the ‘Least-Busy’ rule.
  4. Select your ‘Support’ team as a target team.
  5. Select the Report you just created.

More use cases