Skip to main content
The Enterspeed Clerk.io integration uses destinations to send data from views directly to a configured Clerk.io store. This means that you can decide on the schema level which views you want to send to Clerk.io. You will only have to set the destination field on the entity schema you want to send to Clerk.io. All schema references are automatically resolved so you don’t have to set it on all referenced schemas. It’s possible to configure multiple Clerk.io destinations if you need to push different types of data to different Clerk.io stores.
As of now the Clerk.io integration only support pages. Contact us if you want to work with other types in Clerk.io.

Configuration

In order to setup the Clerk.io configuration you need the following:

Options

Table of available options, that you can optionally specify, if needed for your use case.

Example of usage

Schema with Clerk destination

Clerk.io specific properties

Each type in Clerk.io (page, product, category, …) has a set of required field which must be mapped in the Enterspeed schema. See required fields here: https://docs.clerk.io/reference/page-resource
id is set automatically or by the options id if you use that, so you don’t need to map this property.