Automation dictionary

A


Automation

The name of the module where you can create automated workflows. Sometimes it’s used as an adjective to describe the type of workflow you can create in the module.

B


Business workflow

  • The type of workflows that involve data integration with external sources. Such a workflow can be triggered by receiving data requests from external tools (for example, an ecommerce platform) and the data from Synerise can be sent to external tools in response to circumstances specified in the workflow.
  • To build such a workflow, you can use only business-oriented nodes. When you start building a workflow and use a Business trigger, the library of nodes will only contain the nodes that can be used in a business-oriented workflow.
  • In business workflows, you can’t use the {{ customer.attribute }} and {% customer attribute %} inserts.

C


Canvas

The area on the interface where you create a diagram.

Connection

All nodes on canvas must be connected in an order. Remember that some nodes have more than one required connection. You can also split connections between nodes using Split Path node.

Customer-oriented workflow

  • Such a workflow can be triggered:
    • by a defined activity of a customer or the infrastructure’s activity towards the customer.
    • by a change in a customer’s data.
    • manually or periodically for a selected group or groups of customers.
  • In such a workflow, you can use only customer-oriented nodes. When you start building a workflow and use a Profile trigger, the library of nodes will only contain the nodes that can be used in this type of workflows.
  • In customer-oriented workflows, you can use the {{ customer.attribute }} and {% customer attribute %} inserts.

D


Diagram

The structure of the workflow (nodes and paths).

Data transformation

A sequence of transformation nodes which are put together to make modifications to a sample file. The transformation is inserted into a workflow by using the Data Transformation node.

E


Executed

The counter you can find in the statistics of a node. It shows the number of times profiles entered and left a node.

Entered

The counter you can find in the statistics of a node. It shows the number of times profiles arrived at a node.

Event context

While defining the settings of a node, a user has the possibility of using data (event parameters) received in the trigger nodes or in Profile Filter nodes in a diagram. This provides a possibility of inserting dynamic values, for example in the input or request in a webhook.

Full documentation about event context is available here.

Example

In the workflow that has the following structure:

Transaction (trigger) > Send email (action) > End

The template of the email in the Send email action contains a dynamic value taken from the parameters of the transaction.charge event that defines the total cost of the purchase:

“Hello! Thank you for your purchase. The total value of your cart is: {{event.params.totalAmount}}

F


Finished

The number of times customers arrived at the final step of the workflow (the End node). The number is not equal to the number of unique customers who finished the workflow - one customer can participate in the workflow many times (if the customer meets the conditions of the trigger that starts the workflow).

G


Goal

It is selected in the beginning of data transformation and it is designed to help you receive the output data of the transformation. There are standard and custom goals. The standard goals are import of transactions, events, and profiles to Synerise. The Custom goal requires you to know the output of the transformation.

I


Incoming integration

It allows you to receive data from external sources, which triggers a workflow. Check how to create an incoming integration.

Insights

This the tab available on the workflow canvas. It contains collective information about communication (messages) that will be created by the workflow. This section also contains suggestions on actions you may want to take, such as updating message templates used in a workflow to the latest version.

Issues

This the tab available on the workflow canvas. It contains all issues that need to be addressed in order to activate the workflow, for example, missing connections between nodes, missing title of the workflow, and so on.

In workflow

These statistics are displayed on the list of workflows. It informs about the number of times a workflow is launched (and still in progress).

N


Node

A building element of the workflow. There are several types of nodes: triggers, flow control, conditions, and actions.

Node Context menu

The menu that appears after clicking on the node the Three dot icon icon.

Non-business automation

The type of the workflow that uses profile data and reacts to the profile behavior in a defined way.

O


Outgoing integration

It allows you to send data to external sources but also use Synerise open API. Check how to prepare an outgoing integration.

P


Path

A profile starts a path every time they meet the requirements of the trigger of a workflow. The path reflects the progress of a profile in a workflow.

Pending

The duration of the state between arriving at the step and execution of the activity set in the node logic (it’s connected with the Delay node). This piece of information is available in the statistics of the node.

R


Reach time

This piece of information is available in the statistics of a node. Time it took a path to reach a step from the starting point (trigger).

S


Schema

It’s the structure of data a user selects or create, for example, while preparing an outgoing integration. You can read more about Schema Builder here.

Statistics

See the complete documentation on the workflow statistics here.

W


Workflow

A sequence of nodes that together describe a scenario and define the course of actions to be performed in defined circumstances. This term refers to the concept of an automated process - a customer entering and completing this process. The structure of the workflow is referred to in the documentation as a diagram.

WARNING: Each workflow can last 60 days. After those 60 days, if a user is stuck in the workflow (for example, they didn’t meet the conditions in an Event Filter), the workflow is automatically finished.

Workflow capping

The limit users use to define the allowed number of repetitions of the entire worfklow. It also concerns the limits within the nodes. You can find more information about capping here.

Workflow status

A workflow can have one of the following statuses:

  • Draft - It is a workflow that has been saved but it hasn’t been activated yet.
  • Running - It’s an activated workflow.
  • Paused - It’s a workflow that is stopped temporarily.
  • Stopped - It’s a workflow that is stopped permanently.

The status of the workflow changes to Stopped when (applies only to workflows triggered by Audience):

  • it’s been 62 days from the latest execution of the trigger,
  • it is a one-off workflow and it is completed,
  • the limit of repetitions in the trigger settings runs out

In the audit log, this change of the workflow status will be marked as a change done by internal user.

Each status allows certain scope of actions. The scope of actions:

Action:  Edit  Activate Pause Stop
Draft Green checkmark Green checkmark Red checkmark Red checkmark
Running Green checkmark* Red checkmark Green checkmark Green checkmark
Paused Green checkmark* Green checkmark Red checkmark Red checkmark
Stopped Green checkmark* Red checkmark Red checkmark Red checkmark

*The editing option allows changing the settings in the nodes only. You won’t be able to add new nodes to the diagram.

😕

We are sorry to hear that

Thank you for helping improve out documentation. If you need help or have any questions, please consider contacting support.

😉

Awesome!

Thank you for helping improve out documentation. If you need help or have any questions, please consider contacting support.

Close modal icon Placeholder alt for modal to satisfy link checker