Quickstart — Building a Wrkflow
This path gets you from zero to a working Wrkflow you've designed and tested yourself.
Before you start
- You have a Wrk account (platform tour)
- You understand the core concepts
Steps
- Open the Wrkflow Designer and create a new Wrkflow.
- Add Wrk Actions from the Wrk Action library — start with a simple integration (e.g. Google Sheets or Slack).
- Connect your data — pass outputs from one Wrk Action as inputs to the next.
- Test the Wrkflow using the built-in testing tools.
- Start a Launch and verify the results in Launch history.
Designer deep dives
Learn the key parts of the Wrkflow Designer:
- Wrkflow Designer — cards, connections, and layout
- Choosing a Wrk Action — browse and select Wrk Actions from the library
- Launch Configuration — define inputs required for each Launch
- Wrk Action Testing — test a single Wrk Action without running the full Wrkflow
- Fields to Capture — extract specific values from Wrk Action outputs
- Data Library Items — pass outputs from one Wrk Action as inputs to the next
- Working with JSON — retrieve and transform JSON using JSON Path and SQL
- Code Editor — edit JSON, HTML, and other structured text in configuration fields
- Wrk Action Outcomes — branch your Wrkflow based on Wrk Action completion results
Running and debugging
See the Platform tour — Wrkflow Automation section for:
- Launch Console — test Launches and show progress during design
- Debug Console — inspect Wrk Action inputs and outputs while debugging
Go deeper
- Build your first Wrkflow — full tutorial
- Configure Wrk Actions — how-to guides
- Wrk Actions reference — lookup native Wrk Actions