Author:
Fluent Commerce
Changed on:
28 Sept 2023
To add a Entity to your workflow, at a minimum you will need to:
1{
2 "rulesets": [
3 {
4 "name": "CREATE",
5 "description": "",
6 "type": "{{newEntityType}}",
7 "eventType": "NORMAL",
8 "rules": [],
9 "triggers": [
10 {
11 "status": "CREATED"
12 }
13 ],
14 "userActions": []
15 }
16 ],
17 "statuses": [
18 {
19 "name": "CREATED",
20 "entityType": "{{newEntityType}}",
21 "category": "{{category}}"
22 }
23 ]
24}
Language: json
Name: Sample CREATE Ruleset and State for a new Entity
Description:
[Warning: empty required content area]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.