Become an Integration Partner

  • Make it simple for your customers to integrate with your platform
  • Provide your customers with your own branded and customised Ziggy Blocks and Ziggy Flows to represent your specific platform requirements.
  • Open up new customer revenue streams for your business
  • Keep performance & security 100% under your control

Easy customer integrations can increase your platform's value proposition.

In today's B2B world, integrating your platform with your customers' platforms and systems is not just a nice-to-have. Ziggy makes it fast, easy and means your customers can avoid having to work with just an API.

Ziggy integrations means stickier customers

Using Ziggy to simplify and speed up integrations will make your platform more sticky.

API and code free integration for your customers

Delight your customers by letting them use Ziggy to get data out of and into your platform without having to code.

Extend Ziggy with custom block plugins for your platform.

Custom block plugins are what makes it so easy for your customer to integrate with your platform. Read on to see how it's done.

How to Customize Ziggy

Keep your developers focused on your platform

Dragging developers off your product to deal with customer integrations usually negatively impacts your product. And you have to maintain, not just build.

Content 1
Content 2
Content 3
Content 4
Content 5
Content 1

Easy customer integrations can increase your platform's value proposition.

In today's B2B world, integrating your platform with your customers' platforms and systems is not just a nice-to-have. Ziggy makes it fast, easy and means your customers can avoid having to work with just an API.

Content 2

Ziggy integrations means stickier customers

Using Ziggy to simplify and speed up integrations will make your platform more sticky.

Content 3

API and code free integration for your customers

Delight your customers by letting them use Ziggy to get data out of and into your platform without having to code.

Content 4

Extend Ziggy with custom block plugins for your platform.

Custom block plugins are what makes it so easy for your customer to integrate with your platform. Read on to see how it's done.

How to Customize Ziggy
Content 5

Keep your developers focused on your platform

Dragging developers off your product to deal with customer integrations usually negatively impacts your product. And you have to maintain, not just build.

How custom Ziggy blocks are built

Create custom Ziggy blocks with TypeScript, our CLI and SDK.

Ziggy's full source code is also available for those who require the ultimate control.

Ziggy CLI

Create and manage your plugins with the Ziggy CLI.

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 for the HubSpot platform. You'll build your own collection that suits your customers' needs.

Hubspot Read

Read

Read anything from HubSpot with batching, filtering, property selection

Learn more
Hubspot Write

Write

Update, upsert any HubSpot object. Validation, batching, specify properties you want to update

Learn more