Skip to main content
This reference summarizes the workflow nodes exposed by the SDX workflow builder. Use it while designing a workflow or reviewing whether a task belongs in workflows, scripts, or another SDX feature.

Trigger Nodes

Altostrat And MikroTik Actions

Integration Actions

Data And Document Actions

Network And Security Tools

Conditions And Flow Control

Selection Guidance

Use SDX actions for platform state

If the workflow needs site, tag, policy, WAN, notification, or script behavior, prefer built-in Altostrat nodes over generic HTTP calls.

Use data nodes before branching

Normalize payloads before conditions. Clean data makes workflow paths easier to test and debug.

Use vault-backed credentials

External APIs, SMTP, SOAP, SSH, and signing keys should read credentials from vault items rather than plain node fields.

Keep loops bounded

Use loops for small, deliberate lists. For fleet-wide device changes, consider scheduled scripts or purpose-built SDX actions.