Klaviyo
Klaviyo setup
To set up the Klaviyo connector in Cyclr you need a private API key for your Klaviyo account.
Get a private API key
To see how to get a private API key, see Klaviyo’s guide. When you create a private API key, set Select Access Level to Full Access Key so the Klaviyo connector functions correctly within Cyclr.
Cyclr account setup
When you install the Klaviyo connector in an account, Cyclr asks you for authentication details:
Value | Description |
---|---|
Private API Key | The private API key for your Klaviyo account. |
Profile custom properties
Each Klaviyo profile can have custom properties associated with it. Within Cyclr, you can add additional method fields to create, update, or map custom properties. If you update a custom property that doesn't exist, Cyclr creates that property.
Add Create Profile custom properties
Go to the Edit Connector page.
Under the Methods & Fields heading, go to Profiles > Create Profile.
Under the Request Fields heading, select the + button.
Enter the following values:
ValueDescriptionField LocationThe custom property name. Use the format
data.attributes.properties.{PropertyName}
.Display NameThe display name of the custom property in the Cyclr UI.DescriptionThe description of the custom property in the Cyclr UI.Data TypeThe data type of the custom property. Set this toText
.Select Create.
Add Update Profile custom properties
Go to the Edit Connector page.
Under the Methods & Fields heading, go to Profiles > Update Profile.
Under the Request Fields heading, select the + button.
Enter the following:
ValueDescriptionField LocationThe custom property name. Use the format
{PropertyName}
.Display NameThe display name of the custom property in the Cyclr UI.DescriptionThe description of the custom property in the Cyclr UI.Data TypeThe data type of the custom property. Set this toText
.Select Create.
Map Get Profile custom properties
Go to the Edit Connector page.
Under the Methods & Fields heading, go to Profiles > Get Profile.
Under the Response Fields heading, select the + button.
Enter the following:
ValueDescriptionField LocationThe custom property name. Use the format
{PropertyName}
.Display NameThe display name of the custom property in the Cyclr UI.DescriptionThe description of the custom property in the Cyclr UI.Data TypeThe data type of the custom property. Set this toText
.Select Create.