MCPcopy Create free account
hub / github.com/Linen-dev/linen.dev / customerIoClient

Function customerIoClient

apps/web/services/customerIo/trackEvents.ts:5–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3const apiKey = process.env.CUSTOMER_IO_API_KEY;
4
5const customerIoClient = () => {
6 if (!siteId || !apiKey) {
7 return null;
8 }
9
10 return new TrackClient(siteId, apiKey, { region: RegionEU });
11};
12
13interface customerIoClient {
14 identify: (id: string, params: any) => {};

Callers 1

trackEvents.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected