Add Comment Workflow Template Overview
How-to Guide
Author:
Fluent Commerce
Changed on:
5 Sept 2025
Key Points
- Configuration
Author:
Fluent Commerce
Changed on:
5 Sept 2025
1{"actions": {
2 "secondary": [ {
3 "type": "mutation",
4 "label": "i18n:fc.om.orders.detail.userAction.addComment",
5 "name": "createComment",
6 "overrides": {
7 "entityId": {
8 "defaultValue": "{{orderById.id}}"
9 },
10 "entityType": {
11 "defaultValue": "i18n:fc.om.orders.index.userAction.entityType.order"
12 }
13 }
14 }
15 ]
16}
17}