You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Custom Workflow Actions integrate into epilot's automation engine, enabling custom processing steps or external integrations that are triggered as part of automated workflows.
57
-
58
-
```
59
-
Use cases: External webhooks, third-party service integrations, custom data processing
Custom Pages register full, standalone routes within the epilot 360 portal. Pages use the standard 360 layout (sidebar + topbar) and appear as navigation items in the Custom workplace. They support sub-pages and deep-linking.
65
-
66
-
```
67
-
Use cases: Dashboards, data explorers, admin panels, full-page integrations
68
-
```
69
-
70
54
## On the Horizon
71
55
72
56
The epilot platform continues to evolve, with new component types planned for future releases:
73
57
58
+
### Custom Automation Tasks
59
+
60
+
These will allow you to define specialized tasks that can be triggered within epilot's automation workflows, enabling custom processing or integration steps in automated sequences.
61
+
74
62
### Custom Journey Design Elements
75
63
76
64
Extensions to the Journey Builder's design capabilities, including:
@@ -128,15 +116,6 @@ Ready to create your own component? Each component type has specific requirement
128
116
</div>
129
117
</div>
130
118
</div>
131
-
<div className="col col--6">
132
-
<div className="card" style={{height: '100%'}}>
133
-
<div className="card__body">
134
-
<h3>Custom Pages</h3>
135
-
<p>Add full standalone pages to the 360 portal</p>
0 commit comments