Skip to content

Commit 1709bf4

Browse files
authored
update bad info - integrations not destinations
Under the Server Side Identify section it referenced 'destinations.Klaviyo.listId' and when this should be 'integrations.Klaviyo.listId'
1 parent 85d461d commit 1709bf4

File tree

1 file changed

+1
-1
lines changed
  • src/connections/destinations/catalog/klaviyo

1 file changed

+1
-1
lines changed

src/connections/destinations/catalog/klaviyo/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ When you call `identify` using a **server side** library, you can optionally sen
8888

8989
In order for this to work, you must add the **Private Key** inside the Klaviyo settings in Segment. You can generate a private key by clicking `Account > Settings > API Keys > Create API Key` inside Klaviyo.
9090

91-
You can choose to provide a default `listId` that we can fallback on when adding users to a list. If you'd like to override this default `listId`, you can also do so by sending it manually using code in `destinations.Klaviyo.listId`.
91+
You can choose to provide a default `listId` that we can fallback on when adding users to a list. If you'd like to override this default `listId`, you can also do so by sending it manually using code in `integrations.Klaviyo.listId`.
9292

9393
**Important**: You must provide an `email` in your `traits` or send `email` as the `userId`. Be sure to provide the `Private Key` in the Klaviyo settings for this to work.
9494

0 commit comments

Comments
 (0)