Changed on:
19 Apr 2024
Send an event to trigger another Ruleset for the same entity.
Plugin Name | Core Reference Module |
---|---|
Namespace | {{accountId}}.core |
The Core Reference Module is a foundational Reference Module. It 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.
Do {eventName}
Name | Type | Description |
|
| The name of the scheduled event to be triggered. |
1{
2 "name": "[account].core.SendEvent",
3 "props": {
4 "eventName": "BookOrder"
5 }
6}
Language: json
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`
Refers to the Product Release Version
Copyright © 2024 Fluent Retail Pty Ltd (trading as Fluent Commerce). All rights reserved. No materials on this docs.fluentcommerce.com site may be used in any way and/or for any purpose without prior written authorisation from Fluent Commerce. Current customers and partners shall use these materials strictly in accordance with the terms and conditions of their written agreements with Fluent Commerce or its affiliates.