Fluent Commerce Logo
Docs
Rule

Changed on:

26 June 2026

Overview

Send an event to trigger another Ruleset for the same entity.
Plugin NameCore Reference Module
Namespace[[account.id]].core
The Core Reference Module is a foundational Reference ModuleIt provides a base set of general purpose Rules:
  • that other Modules are built upon 
  • or that can be included in your own Workflows
Extensible by design, use this Module as a base to build a solution for the needs of your customers.

UI Description

Do {eventName}

Accepts

  • All Orchestration Entities

Actions

Rule parameters

NameTypeDescription
`eventName``String`The name of the scheduled event to be triggered.

Configuration example

1{
2    "name": "[account].core.SendEvent",
3    "props": {
4        "eventName": "BookOrder"
5    }
6}

Detailed Technical Description

This Rule will produce a SendEventAction.The Event produced will have the same Context and Event Attributes as the currently executing Event, but will be named using the value provided in the `eventName` parameter.
Workflow Builder (Modeller) Screenshot
No alt provided

Version History

2026-08-13

v26.8.13

Key Changes:Improved the rule to safely handle triggering events that do not define a `rootEntityType`.Refers to the product release version.
2023-08-02

v23.8.2

Refers to the Product Release Version