FAQ

1

This code is meant to be a starting point that can be tailored to your needs.

Many browsers support voice search natively, making it fairly straightforward for developers to implement into Clerk.io’s search features.

Below is an example script that can be used to transcribe text using a microphone. Specifically, it will insert text into Clerk.io’s Omnisearch input field.

It adds a button that, when clicked, triggers the browser’s voice recognition API and inserts the text into the input field.

...

Knowledge Center

July 1, 2025
1

Knowledge Center #

Here you can find everything you need to know about Clerks products and features.

Get Started

Popular Articles

Clerk Basics

Modifiers

July 1, 2025
1

Modifiers

Overview #

Modifiers is a powerful tool that allows you to change the product data after the sync without the need to get a developer to make changes in the data-feed. Modifiers are evaluated from top to bottom, so the order in which they appear in the list does matter.

You have different types of modifiers, here is the complete list:

CommandEffect
Create new attributeAdds an attribute to all products
Delete attributeRemoves an attribute on all products
Update attributeUpdate an attribute on all products
Change attribute typeChanges the type of an attribute on all products
Split attribute by separatorSplit a string by separator, into a list of strings.
Append valueAppends a value to an existing list attribute
Evaluate an expressionEvaluates an expression in an attribute
Capitalize valueFormats a string to title casing with first character uppercased
Make value uppercaseFormats a string to all upper characters
Make value lowercaseFormats a string to all lowercase characters
Formatted attributeFormats a string in an attribute

All commands have an if input field. The if can be added to anything with a statement, and the command will only be run on the attribute if the statement evaluates to true.

...

Email Recs

1

Before you start!

Make sure that you have made the initial integration on the webshop so that Clerk is synced with your product catalog and order history.

1. Create an Email Design #

The first thing you have to do is create a Design for your emails. You can create as many different designs as you want and each Design can be used across many different recommendations blocks.

1. In my.clerk.io backend, head to the menu on the left hand side. Click Email -> Designs.

...

Email Recs

1

Before you start!

Make sure that you have made the initial integration on the webshop so that Clerk.io is synced with your product catalog and order history.

1. Create an Email Design #

The first thing you have to do is create a Design for your emails. You can create as many different designs as you want and each Design can be used across many different recommendations blocks.

  1. In my.clerk.io backend, head to the menu on the left hand side and select Email -> Designs.

...

Sync Data

1

Audience can be setup to automatically sync a group of customers to ActiveCampaign so your lists are always up to date.

You only have to setup the sync once, and then ActiveCampaign will be kept updated with the Audiences you have chosen, even as they change from day to day.

Clerk never pushes new email addresses to Active Campaign. We update existing contacts and lists, based on email addresses already in the platform.

1. Getting API Access in Active Campaign #

1.1In the ActiveCampaign backend, start by going to Settings and then Developer

...