Spojit is a workflow automation platform built around a visual canvas editor. You design workflows by connecting nodes — triggers, actions, conditions, and more — then execute them on demand, on a schedule, or via webhooks.Documentation Index
Fetch the complete documentation index at: https://docs.spojit.com/llms.txt
Use this file to discover all available pages before exploring further.
Key concepts
Workflows
A workflow is an automation you build on the visual canvas. It starts with a trigger and flows through a series of nodes that perform actions, transform data, or control logic. Workflows are saved to your workspace and can be run at any time.Nodes
Nodes are the building blocks of a workflow. Each node has a type that determines what it does:| Node | Purpose |
|---|---|
| Trigger | Starts the workflow (manual, schedule, or webhook) |
| Connector | Executes a tool from a connected service or utility — either directly or via an AI agent |
| Transform | Reshapes or maps data between steps |
| Human | Pauses for manual approval |
| Condition | Branches based on if/else logic |
| Loop | Iterates over items (forEach, while, times) |
| Parallel | Runs multiple branches concurrently |
| Sub-workflow | Calls another workflow |
Connectors and connections
A connector is a template that describes an integration — its name, icon, available tools, and authentication method. Spojit ships with connectors for third-party services (Shopify, Slack, Resend) and built-in utility connectors (JSON, CSV, text, math, and many more). A connection is your configured instance of a connector — it holds your credentials and any service-specific settings. You can create multiple connections to the same connector (for example, two different Shopify stores).Workspaces
A workspace groups your workflows, connections, and team members together. Every user belongs to at least one workspace. See Workspaces for details.Architecture at a glance
Next steps
Workspaces
Manage workspaces and team access.
Connections
Connect external services to Spojit.
Workflow Editor
Start building workflows on the canvas.
Connectors
Browse available integrations and utilities.