On this page

Workflow (Beta)

icon

Workflow functionality is currently in beta.

A workflow is a series of triggers, actions, and conditions designed to achieve a specific goal or outcome. Depicted as a flowchart or diagram, it illustrates how various triggers and actions interconnect.

DevRev’s workflow engine automates tedious tasks, providing precise control and efficiency. Leveraging AI through AgentOS, it creates adaptive, real-time workflows that handle complex tasks with minimal human intervention. AI agents interpret and execute tasks based on fuzzy inputs, enhancing productivity and efficiency. This shift from rigid workflows to adaptive automation aims to improve organizational processes and outcomes.

The workflow engine is a highly flexible solution enabling users to build personalized workflows tailored to their organization’s needs. Catering to both high-code and no-code users, it simplifies the creation of complex automations.

With our pre-built library of workflow nodes for tasks like search, clustering, summarization, and sentiment analysis, users can quickly implement powerful functions without writing custom code.

This combination of flexibility and a robust pre-built library ensures that you can easily design workflows that perfectly fit your organizational requirements.

🎥 Video: Workflow

Key features

  • Automations on one schema: Our Airdrop feature automatically transforms data from different sources. It enables you to create workflows natively in DevRev without the need to create fetch nodes or manually transform data.
  • No middleware: Our workflow engine is natively built into the CRM system, eliminating the need for third-party tools and additional training.
  • Scalable performance: Handle thousands to millions of executions per day effortlessly with our scalable workflow engine.
  • AI-powered automation: Utilize out-of-the-box AI-based nodes and AI generation capabilities for intelligent automation that enhances productivity.

Components

  • Workflow Canvas: The canvas where you connect and visualize different steps in your workflow.
  • Toolbar: Located at the bottom of your screen, it provides tools to add new steps, align steps, zoom in, zoom out, and more.
  • Steps: The building blocks of your workflow.
  • Variable Selector: Used to insert variables into your steps during configuration.

Workflow steps library

Workflow steps are categorized into the following types:

  • Triggers: The starting points of a workflow that initiate a particular process. Examples include Ticket Created and Account Created.
  • Actions: Steps that perform tasks such as sending a comment or creating a ticket.
  • Controls: Logic blocks that help define how your actions and triggers are connected.

AI native steps

We provide several native AI nodes out of the box to enhance your workflows. Below are the AI native steps available:

Spam checker

The spam checker takes the ID of a ticket or object and determines whether the ticket or conversation is spam. You can use this output in your workflows as needed. For example, if the ticket is found to be spam, you can automatically add a comment to the ticket.

Suggest part

Often, your integrations create tickets or issues associated with a default part. The suggest part takes the ID of a ticket or issue and suggests a relevant part. You can use this to route your tickets or issues to the most appropriate part of the product. For example, when a ticket is created, you can find a relevant part and update the ticket with the suggested part.

Sentiment evaluator

The sentiment evaluator takes the ID of a ticket and assesses the customer's sentiment based on their comments. Sentiment values can be Delighted, Happy, Frustrated, Neutral, Unhappy, or Unknown. It also provides justification for the sentiment values. These values are only generated if there is a customer conversation on the ticket. For example, you can listen to a ticket update event, evaluate the sentiment, and send a comment to the account.

Creating a workflow

  1. Go to Settings and select Workflows. A canvas appears.
  2. Enter a name for your workflow.
  3. Select the steps you want to include by selecting them from the button toolbar.
  4. Set your triggers. You can have multiple triggers within a single workflow.
  5. To configure your workflow, utilize the data reference pane to select values from previous nodes.
  6. Connect steps with multiple paths as needed, allowing for the management of complex workflows on one canvas.
  7. To add conditional logic, use the if/else step:
  • a. Select a value for the LHS.
  • b. Select the appropriate operator.
  • c. Enter or select a value for the RHS, which can be a literal value or one from a previous node.
  1. Click Deploy.