ForwardEventWithDeliveryAddressCoordinates
Rule
Changed on:
8 Aug 2025
Overview
The rule forwards the input event with coordinates of the order delivery address.| Plugin Name | Order Reference Module |
|---|---|
| Namespace | [[account.id]].order |
UI Description
Forwards the source event containing longitude and latitude of a delivery address.
Accepts
- ORDER
Actions
- This rule extends and forwards the input event with name eventName. Longitude and latitude of the order delivery address are added to its attributes.
Rule parameters
| Parameter | Description |
| eventName | The name of the event to be triggered |
Event attributes
This rule does not directly identify any event attributes.
Exceptions
This rule does not explicitly identify any exceptions.
Configuration example
1{
2 "name": "<ACCOUNTID>.order.ForwardEventWithDeliveryAddressCoordinates",
3 "props": {
4 "eventName": "ProcessError"
5 }
6}