Do you want to give your customers the ability to pull data from your platform and push data into it?
You can see how to extend Ziggy with plugin blocks so they can effortlessly do things with your data that gives them all the flexibility they need and avoids the complexities.
Integration Partner InfoIntegrate Ziggy with your platform for your customers.
Customize Ziggy by creating plugin blocks. You control both the UI and the run-time with simple TypeScript code.
Ziggy source code is also available for those who require the ultimate control.


Embed in flows
This flow read from your platform (green block) then writes to Snowflake

Code
Each block consists of a React UI component and an execution component - written in TypeScript

Access to your platform
Build a collection of blocks that provide access to your platform for your customers. Above is a collection of HubSpot blocks, for example.
Your platform's block collections
In Ziggy, each block should perform one simple action. A typical implementation will have a collection of blocks.
Below is an example collection for the HubSpot platform. Scroll through it to see what the blocks do. Chances are things will be similar for your platform.