Overview
It is recommended you read the Feature Summary to get a general understanding of the most important Ziggy features.
Before you start
A few pointers before you start building your first flow.
- Check out the Flow Editor section.
- A flow must have a Receiver block as the entry point and a Terminator block do terminate the flow.
- Blocks in a flow path must be connected. You can leave them unconnected if they are not connected to a flow path. Use the Sinkhole block to stop a Flow branch without terminating the flow.
- Make use of test data in the Receiver block.
- Your flows can be launched using API calls as well as the Ziggy UI.
- Use Subflows for reusable functionality
- Document flows with Annotation blocks and the Information sidebar.
- The Javascript block is AI supported, so even if you are not a developer you can perform custom data transformations.
- Use the debugger to debug and to step through your flows one block at a time.