@segment/action-destinations 3.221.0-staging.0 → 3.221.1-080fa7b.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/destinations/ambee/subscribeUserToCampaign/index.js +4 -2
- package/dist/destinations/ambee/subscribeUserToCampaign/index.js.map +1 -1
- package/dist/destinations/braze-cohorts/syncAudiences/index.js +6 -3
- package/dist/destinations/braze-cohorts/syncAudiences/index.js.map +1 -1
- package/dist/destinations/cordial/identities-fields.d.ts +1 -1
- package/dist/destinations/cordial/identities-fields.js +5 -3
- package/dist/destinations/cordial/identities-fields.js.map +1 -1
- package/dist/destinations/dynamic-yield-audiences/syncAudience/index.js +10 -5
- package/dist/destinations/dynamic-yield-audiences/syncAudience/index.js.map +1 -1
- package/dist/destinations/engage/twilio/utils/PhoneMessageSender.js +0 -1
- package/dist/destinations/engage/twilio/utils/PhoneMessageSender.js.map +1 -1
- package/dist/destinations/google-sheets/postSheet/index.js +2 -1
- package/dist/destinations/google-sheets/postSheet/index.js.map +1 -1
- package/dist/destinations/hubspot/upsertContact/index.d.ts +1 -1
- package/dist/destinations/hubspot/upsertContact/index.js +28 -8
- package/dist/destinations/hubspot/upsertContact/index.js.map +1 -1
- package/dist/destinations/index.js +2 -2
- package/dist/destinations/index.js.map +1 -1
- package/dist/destinations/klaviyo/index.js +5 -9
- package/dist/destinations/klaviyo/index.js.map +1 -1
- package/dist/destinations/klaviyo/upsertProfile/generated-types.d.ts +1 -21
- package/dist/destinations/klaviyo/upsertProfile/index.js +5 -150
- package/dist/destinations/klaviyo/upsertProfile/index.js.map +1 -1
- package/dist/destinations/launchdarkly-audiences/syncAudience/index.js +12 -6
- package/dist/destinations/launchdarkly-audiences/syncAudience/index.js.map +1 -1
- package/dist/destinations/linkedin-audiences/updateAudience/index.js +8 -4
- package/dist/destinations/linkedin-audiences/updateAudience/index.js.map +1 -1
- package/dist/destinations/livelike-cloud/trackEvent/index.js +2 -1
- package/dist/destinations/livelike-cloud/trackEvent/index.js.map +1 -1
- package/dist/destinations/liveramp-audiences/audienceEnteredSFTP.types.d.ts +16 -0
- package/dist/destinations/liveramp-audiences/audienceEnteredSFTP.types.js +3 -0
- package/dist/destinations/liveramp-audiences/audienceEnteredSFTP.types.js.map +1 -0
- package/dist/destinations/loops/createOrUpdateContact/generated-types.d.ts +1 -1
- package/dist/destinations/loops/createOrUpdateContact/index.js +2 -2
- package/dist/destinations/loops/createOrUpdateContact/index.js.map +1 -1
- package/dist/destinations/optimizely-advanced-audience-targeting/syncAudience/index.js +8 -4
- package/dist/destinations/optimizely-advanced-audience-targeting/syncAudience/index.js.map +1 -1
- package/dist/destinations/optimizely-feature-experimentation-actions/trackEvent/index.js +2 -1
- package/dist/destinations/optimizely-feature-experimentation-actions/trackEvent/index.js.map +1 -1
- package/dist/destinations/outfunnel/forwardGroupEvent/index.js +10 -5
- package/dist/destinations/outfunnel/forwardGroupEvent/index.js.map +1 -1
- package/dist/destinations/outfunnel/forwardIdentifyEvent/index.js +8 -4
- package/dist/destinations/outfunnel/forwardIdentifyEvent/index.js.map +1 -1
- package/dist/destinations/outfunnel/forwardTrackEvent/index.js +8 -4
- package/dist/destinations/outfunnel/forwardTrackEvent/index.js.map +1 -1
- package/dist/destinations/segment-profiles/segment-properties.d.ts +1 -0
- package/dist/destinations/segment-profiles/segment-properties.js +9 -1
- package/dist/destinations/segment-profiles/segment-properties.js.map +1 -1
- package/dist/destinations/segment-profiles/sendGroup/generated-types.d.ts +1 -0
- package/dist/destinations/segment-profiles/sendGroup/index.js +3 -1
- package/dist/destinations/segment-profiles/sendGroup/index.js.map +1 -1
- package/dist/destinations/segment-profiles/sendIdentify/generated-types.d.ts +1 -0
- package/dist/destinations/segment-profiles/sendIdentify/index.js +3 -1
- package/dist/destinations/segment-profiles/sendIdentify/index.js.map +1 -1
- package/dist/destinations/segment-profiles/sendSubscription/generated-types.d.ts +1 -0
- package/dist/destinations/segment-profiles/sendSubscription/index.js +4 -1
- package/dist/destinations/segment-profiles/sendSubscription/index.js.map +1 -1
- package/dist/destinations/the-trade-desk-crm/functions.js +7 -1
- package/dist/destinations/the-trade-desk-crm/functions.js.map +1 -1
- package/dist/destinations/the-trade-desk-crm/index.js +1 -1
- package/dist/destinations/tiktok-audiences/properties.js +8 -4
- package/dist/destinations/tiktok-audiences/properties.js.map +1 -1
- package/dist/destinations/trackey/generated-types.d.ts +3 -0
- package/dist/destinations/trackey/generated-types.js.map +1 -0
- package/dist/destinations/trackey/group.types.d.ts +11 -0
- package/dist/destinations/{klaviyo/trackEvent/generated-types.js → trackey/group.types.js} +1 -1
- package/dist/destinations/trackey/group.types.js.map +1 -0
- package/dist/destinations/trackey/identify.types.d.ts +11 -0
- package/dist/destinations/{klaviyo/orderCompleted/generated-types.js → trackey/identify.types.js} +1 -1
- package/dist/destinations/trackey/identify.types.js.map +1 -0
- package/dist/destinations/trackey/index.d.ts +4 -0
- package/dist/destinations/trackey/index.js +206 -0
- package/dist/destinations/trackey/index.js.map +1 -0
- package/dist/destinations/trackey/track.types.d.ts +12 -0
- package/dist/destinations/{klaviyo/removeProfileToList/generated-types.js → trackey/track.types.js} +1 -1
- package/dist/destinations/trackey/track.types.js.map +1 -0
- package/dist/destinations/twilio-studio/triggerStudioFlow/index.js +6 -3
- package/dist/destinations/twilio-studio/triggerStudioFlow/index.js.map +1 -1
- package/dist/destinations/yahoo-audiences/generated-types.d.ts +2 -4
- package/dist/destinations/yahoo-audiences/index.js +47 -42
- package/dist/destinations/yahoo-audiences/index.js.map +1 -1
- package/dist/destinations/yahoo-audiences/types.d.ts +6 -0
- package/dist/destinations/yahoo-audiences/updateSegment/generated-types.d.ts +4 -5
- package/dist/destinations/yahoo-audiences/updateSegment/index.d.ts +2 -2
- package/dist/destinations/yahoo-audiences/updateSegment/index.js +66 -65
- package/dist/destinations/yahoo-audiences/updateSegment/index.js.map +1 -1
- package/dist/destinations/yahoo-audiences/utils-rt.d.ts +3 -3
- package/dist/destinations/yahoo-audiences/utils-rt.js +28 -20
- package/dist/destinations/yahoo-audiences/utils-rt.js.map +1 -1
- package/dist/destinations/yahoo-audiences/utils-tax.d.ts +3 -5
- package/dist/destinations/yahoo-audiences/utils-tax.js +28 -17
- package/dist/destinations/yahoo-audiences/utils-tax.js.map +1 -1
- package/package.json +5 -5
- package/dist/destinations/klaviyo/addProfileToList/generated-types.d.ts +0 -4
- package/dist/destinations/klaviyo/addProfileToList/generated-types.js.map +0 -1
- package/dist/destinations/klaviyo/addProfileToList/index.d.ts +0 -5
- package/dist/destinations/klaviyo/addProfileToList/index.js +0 -53
- package/dist/destinations/klaviyo/addProfileToList/index.js.map +0 -1
- package/dist/destinations/klaviyo/config.d.ts +0 -1
- package/dist/destinations/klaviyo/config.js +0 -5
- package/dist/destinations/klaviyo/config.js.map +0 -1
- package/dist/destinations/klaviyo/functions.d.ts +0 -2
- package/dist/destinations/klaviyo/functions.js +0 -35
- package/dist/destinations/klaviyo/functions.js.map +0 -1
- package/dist/destinations/klaviyo/orderCompleted/generated-types.d.ts +0 -22
- package/dist/destinations/klaviyo/orderCompleted/generated-types.js.map +0 -1
- package/dist/destinations/klaviyo/orderCompleted/index.d.ts +0 -5
- package/dist/destinations/klaviyo/orderCompleted/index.js +0 -152
- package/dist/destinations/klaviyo/orderCompleted/index.js.map +0 -1
- package/dist/destinations/klaviyo/removeProfileToList/generated-types.d.ts +0 -4
- package/dist/destinations/klaviyo/removeProfileToList/generated-types.js.map +0 -1
- package/dist/destinations/klaviyo/removeProfileToList/index.d.ts +0 -5
- package/dist/destinations/klaviyo/removeProfileToList/index.js +0 -53
- package/dist/destinations/klaviyo/removeProfileToList/index.js.map +0 -1
- package/dist/destinations/klaviyo/trackEvent/generated-types.d.ts +0 -16
- package/dist/destinations/klaviyo/trackEvent/generated-types.js.map +0 -1
- package/dist/destinations/klaviyo/trackEvent/index.d.ts +0 -5
- package/dist/destinations/klaviyo/trackEvent/index.js +0 -118
- package/dist/destinations/klaviyo/trackEvent/index.js.map +0 -1
- package/dist/destinations/klaviyo/types.d.ts +0 -69
- package/dist/destinations/klaviyo/types.js +0 -8
- package/dist/destinations/klaviyo/types.js.map +0 -1
- package/dist/destinations/yahoo-audiences/createCustomerNode/generated-types.d.ts +0 -4
- package/dist/destinations/yahoo-audiences/createCustomerNode/generated-types.js +0 -3
- package/dist/destinations/yahoo-audiences/createCustomerNode/generated-types.js.map +0 -1
- package/dist/destinations/yahoo-audiences/createCustomerNode/index.d.ts +0 -5
- package/dist/destinations/yahoo-audiences/createCustomerNode/index.js +0 -33
- package/dist/destinations/yahoo-audiences/createCustomerNode/index.js.map +0 -1
- package/dist/destinations/yahoo-audiences/createSegment/generated-types.d.ts +0 -6
- package/dist/destinations/yahoo-audiences/createSegment/generated-types.js +0 -3
- package/dist/destinations/yahoo-audiences/createSegment/generated-types.js.map +0 -1
- package/dist/destinations/yahoo-audiences/createSegment/index.d.ts +0 -5
- package/dist/destinations/yahoo-audiences/createSegment/index.js +0 -45
- package/dist/destinations/yahoo-audiences/createSegment/index.js.map +0 -1
- package/dist/destinations/yahoo-audiences/utils.d.ts +0 -4
- package/dist/destinations/yahoo-audiences/utils.js +0 -30
- package/dist/destinations/yahoo-audiences/utils.js.map +0 -1
- /package/dist/destinations/{klaviyo/addProfileToList → trackey}/generated-types.js +0 -0
|
@@ -2,16 +2,17 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.update_taxonomy = exports.gen_oauth1_signature = exports.gen_random_id = exports.gen_segment_subtaxonomy_payload = exports.gen_customer_taxonomy_payload = void 0;
|
|
4
4
|
const crypto_1 = require("crypto");
|
|
5
|
-
|
|
5
|
+
const actions_core_1 = require("@segment/actions-core");
|
|
6
|
+
function gen_customer_taxonomy_payload(settings) {
|
|
6
7
|
const data = {
|
|
7
|
-
id:
|
|
8
|
-
name:
|
|
9
|
-
description:
|
|
8
|
+
id: settings.engage_space_id,
|
|
9
|
+
name: settings.engage_space_id,
|
|
10
|
+
description: settings.customer_desc,
|
|
10
11
|
users: {
|
|
11
12
|
include: [settings.mdm_id]
|
|
12
13
|
}
|
|
13
14
|
};
|
|
14
|
-
const req_body_form = `--SEGMENT-DATA\r\nContent-Disposition: form-data; name="metadata"\r\nContent-Type: application/json;charset=UTF-8\r\n\r\n{ "description" : "${
|
|
15
|
+
const req_body_form = `--SEGMENT-DATA\r\nContent-Disposition: form-data; name="metadata"\r\nContent-Type: application/json;charset=UTF-8\r\n\r\n{ "description" : "${settings.customer_desc}" }\r\n--SEGMENT-DATA\r\nContent-Disposition: form-data; name="data"\r\nContent-Type: application/json;charset=UTF-8\r\n\r\n${JSON.stringify(data)}\r\n--SEGMENT-DATA--`;
|
|
15
16
|
return req_body_form;
|
|
16
17
|
}
|
|
17
18
|
exports.gen_customer_taxonomy_payload = gen_customer_taxonomy_payload;
|
|
@@ -21,7 +22,7 @@ function gen_segment_subtaxonomy_payload(payload) {
|
|
|
21
22
|
name: payload.segment_audience_key,
|
|
22
23
|
type: 'SEGMENT'
|
|
23
24
|
};
|
|
24
|
-
const req_body_form = `--SEGMENT-DATA\r\nContent-Disposition: form-data; name="metadata"\r\nContent-Type: application/json;charset=UTF-8\r\n\r\n{ "description" : "${
|
|
25
|
+
const req_body_form = `--SEGMENT-DATA\r\nContent-Disposition: form-data; name="metadata"\r\nContent-Type: application/json;charset=UTF-8\r\n\r\n{ "description" : "Create segment ${data.id}" }\r\n--SEGMENT-DATA\r\nContent-Disposition: form-data; name="data"\r\nContent-Type: application/json;charset=UTF-8\r\n\r\n${JSON.stringify(data)}\r\n--SEGMENT-DATA--`;
|
|
25
26
|
return req_body_form;
|
|
26
27
|
}
|
|
27
28
|
exports.gen_segment_subtaxonomy_payload = gen_segment_subtaxonomy_payload;
|
|
@@ -48,20 +49,30 @@ function gen_oauth1_signature(client_key, client_secret, method, url) {
|
|
|
48
49
|
}
|
|
49
50
|
exports.gen_oauth1_signature = gen_oauth1_signature;
|
|
50
51
|
async function update_taxonomy(engage_space_id, tx_creds, request, body_form_data) {
|
|
51
|
-
const tx_client_secret = tx_creds.
|
|
52
|
-
const tx_client_key = tx_creds.
|
|
52
|
+
const tx_client_secret = tx_creds.tx_client_secret;
|
|
53
|
+
const tx_client_key = tx_creds.tx_client_key;
|
|
53
54
|
const url = `https://datax.yahooapis.com/v1/taxonomy/append${engage_space_id.length > 0 ? '/' + engage_space_id : ''}`;
|
|
54
55
|
const oauth1_auth_string = gen_oauth1_signature(tx_client_key, tx_client_secret, 'PUT', url);
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
56
|
+
try {
|
|
57
|
+
const add_segment_node = await request(url, {
|
|
58
|
+
method: 'PUT',
|
|
59
|
+
body: body_form_data,
|
|
60
|
+
headers: {
|
|
61
|
+
Authorization: oauth1_auth_string,
|
|
62
|
+
'Content-Type': 'multipart/form-data; boundary=SEGMENT-DATA'
|
|
63
|
+
}
|
|
64
|
+
});
|
|
65
|
+
return await add_segment_node.json();
|
|
66
|
+
}
|
|
67
|
+
catch (error) {
|
|
68
|
+
const _error = error;
|
|
69
|
+
if (parseInt(_error.response.status) == 401) {
|
|
70
|
+
throw new actions_core_1.IntegrationError(`Error while updating taxonomy: ${JSON.stringify(_error.response.data)} ${_error.response.status}. Validate Yahoo credentials`, 'YAHOO_TAXONOMY_API_AUTH_ERR', 400);
|
|
71
|
+
}
|
|
72
|
+
else {
|
|
73
|
+
throw error;
|
|
61
74
|
}
|
|
62
|
-
}
|
|
63
|
-
console.log('upd tax status:', add_segment_node.status);
|
|
64
|
-
return await add_segment_node.json();
|
|
75
|
+
}
|
|
65
76
|
}
|
|
66
77
|
exports.update_taxonomy = update_taxonomy;
|
|
67
78
|
//# sourceMappingURL=utils-tax.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"utils-tax.js","sourceRoot":"","sources":["../../../src/destinations/yahoo-audiences/utils-tax.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"utils-tax.js","sourceRoot":"","sources":["../../../src/destinations/yahoo-audiences/utils-tax.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@segment/action-destinations",
|
|
3
3
|
"description": "Destination Actions engine and definitions.",
|
|
4
|
-
"version": "3.221.
|
|
4
|
+
"version": "3.221.1-080fa7b.0+080fa7b",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/segmentio/action-destinations",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"registry": "https://registry.npmjs.org"
|
|
24
24
|
},
|
|
25
25
|
"scripts": {
|
|
26
|
-
"build": "yarn
|
|
26
|
+
"build": "yarn tsc -b tsconfig.build.json",
|
|
27
27
|
"clean": "tsc -b tsconfig.build.json --clean",
|
|
28
28
|
"postclean": "rm -rf dist",
|
|
29
29
|
"prepublishOnly": "yarn build",
|
|
@@ -40,8 +40,8 @@
|
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"@amplitude/ua-parser-js": "^0.7.25",
|
|
42
42
|
"@segment/a1-notation": "^2.1.4",
|
|
43
|
-
"@segment/actions-core": "^3.83.0",
|
|
44
|
-
"@segment/actions-shared": "^1.65.0",
|
|
43
|
+
"@segment/actions-core": "^3.83.1-080fa7b.0+080fa7b",
|
|
44
|
+
"@segment/actions-shared": "^1.65.1-080fa7b.0+080fa7b",
|
|
45
45
|
"@types/node": "^18.11.15",
|
|
46
46
|
"ajv-formats": "^2.1.1",
|
|
47
47
|
"aws4": "^1.12.0",
|
|
@@ -77,5 +77,5 @@
|
|
|
77
77
|
"__tests__/__helpers__/"
|
|
78
78
|
]
|
|
79
79
|
},
|
|
80
|
-
"gitHead": "
|
|
80
|
+
"gitHead": "080fa7b99761cbe62306e0dcd32ec2054da9ce48"
|
|
81
81
|
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"generated-types.js","sourceRoot":"","sources":["../../../../src/destinations/klaviyo/addProfileToList/generated-types.ts"],"names":[],"mappings":""}
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const actions_core_1 = require("@segment/actions-core");
|
|
4
|
-
const config_1 = require("../config");
|
|
5
|
-
const functions_1 = require("../functions");
|
|
6
|
-
const action = {
|
|
7
|
-
title: 'Add To List',
|
|
8
|
-
description: 'Add to list',
|
|
9
|
-
fields: {
|
|
10
|
-
profile_id: {
|
|
11
|
-
label: 'Profile Id',
|
|
12
|
-
description: 'Profile Id of User',
|
|
13
|
-
type: 'string'
|
|
14
|
-
},
|
|
15
|
-
list_id: {
|
|
16
|
-
label: 'List Id',
|
|
17
|
-
description: `'Insert the ID of the default list that you'd like to subscribe users to when you call .identify().'`,
|
|
18
|
-
type: 'string',
|
|
19
|
-
dynamic: true
|
|
20
|
-
}
|
|
21
|
-
},
|
|
22
|
-
dynamicFields: {
|
|
23
|
-
list_id: async (request, { settings }) => {
|
|
24
|
-
return functions_1.getListIdDynamicData(request, settings);
|
|
25
|
-
}
|
|
26
|
-
},
|
|
27
|
-
perform: async (request, { payload }) => {
|
|
28
|
-
try {
|
|
29
|
-
const { profile_id, list_id } = payload;
|
|
30
|
-
if (!list_id) {
|
|
31
|
-
throw new actions_core_1.IntegrationError("Insert the ID of the default list that you'd like to subscribe users", 'Missing required fields', 400);
|
|
32
|
-
}
|
|
33
|
-
const listData = {
|
|
34
|
-
data: [
|
|
35
|
-
{
|
|
36
|
-
type: 'profile',
|
|
37
|
-
id: profile_id
|
|
38
|
-
}
|
|
39
|
-
]
|
|
40
|
-
};
|
|
41
|
-
const list = await request(`${config_1.API_URL}/lists/${list_id}/relationships/profiles/`, {
|
|
42
|
-
method: 'POST',
|
|
43
|
-
json: listData
|
|
44
|
-
});
|
|
45
|
-
return list;
|
|
46
|
-
}
|
|
47
|
-
catch (error) {
|
|
48
|
-
throw new Error('An error occurred while processing the request');
|
|
49
|
-
}
|
|
50
|
-
}
|
|
51
|
-
};
|
|
52
|
-
exports.default = action;
|
|
53
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/destinations/klaviyo/addProfileToList/index.ts"],"names":[],"mappings":";;AAAA,wDAAgG;AAGhG,sCAAmC;AAEnC,4CAAmD;AAEnD,MAAM,MAAM,GAAwC;IAClD,KAAK,EAAE,aAAa;IACpB,WAAW,EAAE,aAAa;IAC1B,MAAM,EAAE;QACN,UAAU,EAAE;YACV,KAAK,EAAE,YAAY;YACnB,WAAW,EAAE,oBAAoB;YACjC,IAAI,EAAE,QAAQ;SACf;QACD,OAAO,EAAE;YACP,KAAK,EAAE,SAAS;YAChB,WAAW,EAAE,sGAAsG;YACnH,IAAI,EAAE,QAAQ;YACd,OAAO,EAAE,IAAI;SACd;KACF;IACD,aAAa,EAAE;QACb,OAAO,EAAE,KAAK,EAAE,OAAO,EAAE,EAAE,QAAQ,EAAE,EAAiC,EAAE;YACtE,OAAO,gCAAoB,CAAC,OAAO,EAAE,QAAQ,CAAC,CAAA;QAChD,CAAC;KACF;IACD,OAAO,EAAE,KAAK,EAAE,OAAO,EAAE,EAAE,OAAO,EAAE,EAAE,EAAE;QACtC,IAAI;YACF,MAAM,EAAE,UAAU,EAAE,OAAO,EAAE,GAAG,OAAO,CAAA;YACvC,IAAI,CAAC,OAAO,EAAE;gBACZ,MAAM,IAAI,+BAAgB,CACxB,sEAAsE,EACtE,yBAAyB,EACzB,GAAG,CACJ,CAAA;aACF;YACD,MAAM,QAAQ,GAAa;gBACzB,IAAI,EAAE;oBACJ;wBACE,IAAI,EAAE,SAAS;wBACf,EAAE,EAAE,UAAU;qBACf;iBACF;aACF,CAAA;YACD,MAAM,IAAI,GAAG,MAAM,OAAO,CAAC,GAAG,gBAAO,UAAU,OAAO,0BAA0B,EAAE;gBAChF,MAAM,EAAE,MAAM;gBACd,IAAI,EAAE,QAAQ;aACf,CAAC,CAAA;YACF,OAAO,IAAI,CAAA;SACZ;QAAC,OAAO,KAAK,EAAE;YACd,MAAM,IAAI,KAAK,CAAC,gDAAgD,CAAC,CAAA;SAClE;IACH,CAAC;CACF,CAAA;AAED,kBAAe,MAAM,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const API_URL = "https://a.klaviyo.com/api";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"config.js","sourceRoot":"","sources":["../../../src/destinations/klaviyo/config.ts"],"names":[],"mappings":";;;AAAa,QAAA,OAAO,GAAG,2BAA2B,CAAA"}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.getListIdDynamicData = void 0;
|
|
4
|
-
const config_1 = require("./config");
|
|
5
|
-
async function getListIdDynamicData(request, settings) {
|
|
6
|
-
try {
|
|
7
|
-
const result = await request(`${config_1.API_URL}/lists/`, {
|
|
8
|
-
method: 'get',
|
|
9
|
-
headers: {
|
|
10
|
-
Authorization: `Klaviyo-API-Key ${settings.api_key}`,
|
|
11
|
-
Accept: 'application/json',
|
|
12
|
-
revision: new Date().toISOString().slice(0, 10)
|
|
13
|
-
},
|
|
14
|
-
skipResponseCloning: true
|
|
15
|
-
});
|
|
16
|
-
const choices = JSON.parse(result.content).data.map((list) => {
|
|
17
|
-
return { value: list.id, label: list.attributes.name };
|
|
18
|
-
});
|
|
19
|
-
return {
|
|
20
|
-
choices
|
|
21
|
-
};
|
|
22
|
-
}
|
|
23
|
-
catch (err) {
|
|
24
|
-
return {
|
|
25
|
-
choices: [],
|
|
26
|
-
nextPage: '',
|
|
27
|
-
error: {
|
|
28
|
-
message: err.message ?? 'Unknown error',
|
|
29
|
-
code: err.status + '' ?? 'Unknown error'
|
|
30
|
-
}
|
|
31
|
-
};
|
|
32
|
-
}
|
|
33
|
-
}
|
|
34
|
-
exports.getListIdDynamicData = getListIdDynamicData;
|
|
35
|
-
//# sourceMappingURL=functions.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"functions.js","sourceRoot":"","sources":["../../../src/destinations/klaviyo/functions.ts"],"names":[],"mappings":";;;AACA,qCAAkC;AAE3B,KAAK,UAAU,oBAAoB,CAAC,OAAsB,EAAE,QAAa;IAC9E,IAAI;QACF,MAAM,MAAM,GAAQ,MAAM,OAAO,CAAC,GAAG,gBAAO,SAAS,EAAE;YACrD,MAAM,EAAE,KAAK;YACb,OAAO,EAAE;gBACP,aAAa,EAAE,mBAAmB,QAAQ,CAAC,OAAO,EAAE;gBACpD,MAAM,EAAE,kBAAkB;gBAC1B,QAAQ,EAAE,IAAI,IAAI,EAAE,CAAC,WAAW,EAAE,CAAC,KAAK,CAAC,CAAC,EAAE,EAAE,CAAC;aAChD;YACD,mBAAmB,EAAE,IAAI;SAC1B,CAAC,CAAA;QACF,MAAM,OAAO,GAAG,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,IAAkD,EAAE,EAAE;YACzG,OAAO,EAAE,KAAK,EAAE,IAAI,CAAC,EAAE,EAAE,KAAK,EAAE,IAAI,CAAC,UAAU,CAAC,IAAI,EAAE,CAAA;QACxD,CAAC,CAAC,CAAA;QACF,OAAO;YACL,OAAO;SACR,CAAA;KACF;IAAC,OAAO,GAAG,EAAE;QACZ,OAAO;YACL,OAAO,EAAE,EAAE;YACX,QAAQ,EAAE,EAAE;YACZ,KAAK,EAAE;gBACL,OAAO,EAAG,GAAgB,CAAC,OAAO,IAAI,eAAe;gBACrD,IAAI,EAAG,GAAgB,CAAC,MAAM,GAAG,EAAE,IAAI,eAAe;aACvD;SACF,CAAA;KACF;AACH,CAAC;AA3BD,oDA2BC"}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
export interface Payload {
|
|
2
|
-
profile: {
|
|
3
|
-
email?: string;
|
|
4
|
-
phone_number?: string;
|
|
5
|
-
other_properties?: {
|
|
6
|
-
[k: string]: unknown;
|
|
7
|
-
};
|
|
8
|
-
};
|
|
9
|
-
metric_name: string;
|
|
10
|
-
properties: {
|
|
11
|
-
[k: string]: unknown;
|
|
12
|
-
};
|
|
13
|
-
time?: string | number;
|
|
14
|
-
value?: number;
|
|
15
|
-
unique_id?: string;
|
|
16
|
-
products?: {
|
|
17
|
-
value?: number;
|
|
18
|
-
properties?: {
|
|
19
|
-
[k: string]: unknown;
|
|
20
|
-
};
|
|
21
|
-
}[];
|
|
22
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"generated-types.js","sourceRoot":"","sources":["../../../../src/destinations/klaviyo/orderCompleted/generated-types.ts"],"names":[],"mappings":""}
|
|
@@ -1,152 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const actions_core_1 = require("@segment/actions-core");
|
|
4
|
-
const config_1 = require("../config");
|
|
5
|
-
const createEventData = (payload) => ({
|
|
6
|
-
data: {
|
|
7
|
-
type: 'event',
|
|
8
|
-
attributes: {
|
|
9
|
-
properties: { ...payload.properties },
|
|
10
|
-
time: payload.time,
|
|
11
|
-
value: payload.value,
|
|
12
|
-
metric: {
|
|
13
|
-
data: {
|
|
14
|
-
type: 'metric',
|
|
15
|
-
attributes: {
|
|
16
|
-
name: 'Order Completed'
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
|
-
},
|
|
20
|
-
profile: {
|
|
21
|
-
data: {
|
|
22
|
-
type: 'profile',
|
|
23
|
-
attributes: {
|
|
24
|
-
...payload.profile
|
|
25
|
-
}
|
|
26
|
-
}
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
});
|
|
31
|
-
const sendProductRequests = async (payload, eventData, request) => {
|
|
32
|
-
if (payload.products && Array.isArray(payload.products)) {
|
|
33
|
-
const productPromises = payload?.products?.map((product) => {
|
|
34
|
-
eventData.data.attributes.properties = product.properties;
|
|
35
|
-
eventData.data.attributes.value = product.value;
|
|
36
|
-
eventData.data.attributes.metric.data.attributes.name = 'Ordered Product';
|
|
37
|
-
return request(`${config_1.API_URL}/events/`, {
|
|
38
|
-
method: 'POST',
|
|
39
|
-
json: eventData
|
|
40
|
-
});
|
|
41
|
-
});
|
|
42
|
-
await Promise.all(productPromises);
|
|
43
|
-
}
|
|
44
|
-
};
|
|
45
|
-
const action = {
|
|
46
|
-
title: 'Order Completed',
|
|
47
|
-
description: 'Order Completed Event action tracks users Order Completed events and associate it with their profile.',
|
|
48
|
-
defaultSubscription: 'type = "track"',
|
|
49
|
-
fields: {
|
|
50
|
-
profile: {
|
|
51
|
-
label: 'Profile',
|
|
52
|
-
description: `Properties of the profile that triggered this event.`,
|
|
53
|
-
type: 'object',
|
|
54
|
-
properties: {
|
|
55
|
-
email: {
|
|
56
|
-
label: 'Email',
|
|
57
|
-
type: 'string'
|
|
58
|
-
},
|
|
59
|
-
phone_number: {
|
|
60
|
-
label: 'Phone Number',
|
|
61
|
-
type: 'string'
|
|
62
|
-
},
|
|
63
|
-
other_properties: {
|
|
64
|
-
label: 'Other Properties',
|
|
65
|
-
type: 'object'
|
|
66
|
-
}
|
|
67
|
-
},
|
|
68
|
-
required: true
|
|
69
|
-
},
|
|
70
|
-
metric_name: {
|
|
71
|
-
label: 'Metric Name',
|
|
72
|
-
description: 'Name of the event. Must be less than 128 characters.',
|
|
73
|
-
type: 'string',
|
|
74
|
-
default: {
|
|
75
|
-
'@path': '$.event'
|
|
76
|
-
},
|
|
77
|
-
required: true
|
|
78
|
-
},
|
|
79
|
-
properties: {
|
|
80
|
-
description: `Properties of this event.`,
|
|
81
|
-
label: 'Properties',
|
|
82
|
-
type: 'object',
|
|
83
|
-
default: {
|
|
84
|
-
'@path': '$.properties'
|
|
85
|
-
},
|
|
86
|
-
required: true
|
|
87
|
-
},
|
|
88
|
-
time: {
|
|
89
|
-
label: 'Time',
|
|
90
|
-
description: `When this event occurred. By default, the time the request was received will be used.
|
|
91
|
-
The time is truncated to the second. The time must be after the year 2000 and can only
|
|
92
|
-
be up to 1 year in the future.
|
|
93
|
-
`,
|
|
94
|
-
type: 'datetime',
|
|
95
|
-
default: {
|
|
96
|
-
'@path': '$.timestamp'
|
|
97
|
-
}
|
|
98
|
-
},
|
|
99
|
-
value: {
|
|
100
|
-
label: 'Value',
|
|
101
|
-
description: 'A numeric value to associate with this event. For example, the dollar amount of a purchase.',
|
|
102
|
-
type: 'number'
|
|
103
|
-
},
|
|
104
|
-
unique_id: {
|
|
105
|
-
label: 'Unique ID',
|
|
106
|
-
description: `A unique identifier for an event. If the unique_id is repeated for the same
|
|
107
|
-
profile and metric, only the first processed event will be recorded. If this is not
|
|
108
|
-
present, this will use the time to the second. Using the default, this limits only one
|
|
109
|
-
event per profile per second.
|
|
110
|
-
`,
|
|
111
|
-
type: 'string',
|
|
112
|
-
default: {
|
|
113
|
-
'@path': '$.event'
|
|
114
|
-
}
|
|
115
|
-
},
|
|
116
|
-
products: {
|
|
117
|
-
label: 'Products',
|
|
118
|
-
description: 'List of products purchased in the order.',
|
|
119
|
-
multiple: true,
|
|
120
|
-
type: 'object',
|
|
121
|
-
properties: {
|
|
122
|
-
value: {
|
|
123
|
-
label: 'Value',
|
|
124
|
-
description: 'A numeric value to associate with this event. For example, the dollar amount of a purchase.',
|
|
125
|
-
type: 'number'
|
|
126
|
-
},
|
|
127
|
-
properties: {
|
|
128
|
-
description: `Properties of this event.`,
|
|
129
|
-
label: 'Properties',
|
|
130
|
-
type: 'object'
|
|
131
|
-
}
|
|
132
|
-
}
|
|
133
|
-
}
|
|
134
|
-
},
|
|
135
|
-
perform: async (request, { payload }) => {
|
|
136
|
-
const { email, phone_number } = payload.profile;
|
|
137
|
-
if (!email && !phone_number) {
|
|
138
|
-
throw new actions_core_1.IntegrationError('One of Phone Number or Email is required.', 'Missing required fields', 400);
|
|
139
|
-
}
|
|
140
|
-
const eventData = createEventData(payload);
|
|
141
|
-
const event = await request(`${config_1.API_URL}/events/`, {
|
|
142
|
-
method: 'POST',
|
|
143
|
-
json: eventData
|
|
144
|
-
});
|
|
145
|
-
if (event.status == 202 && Array.isArray(payload.products)) {
|
|
146
|
-
await sendProductRequests(payload, eventData, request);
|
|
147
|
-
}
|
|
148
|
-
return event;
|
|
149
|
-
}
|
|
150
|
-
};
|
|
151
|
-
exports.default = action;
|
|
152
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/destinations/klaviyo/orderCompleted/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"generated-types.js","sourceRoot":"","sources":["../../../../src/destinations/klaviyo/removeProfileToList/generated-types.ts"],"names":[],"mappings":""}
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const actions_core_1 = require("@segment/actions-core");
|
|
4
|
-
const config_1 = require("../config");
|
|
5
|
-
const functions_1 = require("../functions");
|
|
6
|
-
const action = {
|
|
7
|
-
title: 'Remove profile from list',
|
|
8
|
-
description: 'Remove profile from list',
|
|
9
|
-
fields: {
|
|
10
|
-
profile_id: {
|
|
11
|
-
label: 'Profile Id',
|
|
12
|
-
description: 'Profile Id of User',
|
|
13
|
-
type: 'string'
|
|
14
|
-
},
|
|
15
|
-
list_id: {
|
|
16
|
-
label: 'List Id',
|
|
17
|
-
description: `'Insert the ID of the default list that you'd like to subscribe users to when you call .identify().'`,
|
|
18
|
-
type: 'string',
|
|
19
|
-
dynamic: true
|
|
20
|
-
}
|
|
21
|
-
},
|
|
22
|
-
dynamicFields: {
|
|
23
|
-
list_id: async (request, { settings }) => {
|
|
24
|
-
return functions_1.getListIdDynamicData(request, settings);
|
|
25
|
-
}
|
|
26
|
-
},
|
|
27
|
-
perform: async (request, { payload }) => {
|
|
28
|
-
const { profile_id, list_id } = payload;
|
|
29
|
-
if (!list_id) {
|
|
30
|
-
throw new actions_core_1.IntegrationError("Insert the ID of the default list that you'd like to subscribe users", 'Missing required fields', 400);
|
|
31
|
-
}
|
|
32
|
-
try {
|
|
33
|
-
const listData = {
|
|
34
|
-
data: [
|
|
35
|
-
{
|
|
36
|
-
type: 'profile',
|
|
37
|
-
id: profile_id
|
|
38
|
-
}
|
|
39
|
-
]
|
|
40
|
-
};
|
|
41
|
-
const list = await request(`${config_1.API_URL}/lists/${list_id}/relationships/profiles/`, {
|
|
42
|
-
method: 'DELETE',
|
|
43
|
-
json: listData
|
|
44
|
-
});
|
|
45
|
-
return list;
|
|
46
|
-
}
|
|
47
|
-
catch (error) {
|
|
48
|
-
throw new Error('An error occurred while processing the request');
|
|
49
|
-
}
|
|
50
|
-
}
|
|
51
|
-
};
|
|
52
|
-
exports.default = action;
|
|
53
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/destinations/klaviyo/removeProfileToList/index.ts"],"names":[],"mappings":";;AAAA,wDAAgG;AAIhG,sCAAmC;AAEnC,4CAAmD;AAEnD,MAAM,MAAM,GAAwC;IAClD,KAAK,EAAE,0BAA0B;IACjC,WAAW,EAAE,0BAA0B;IACvC,MAAM,EAAE;QACN,UAAU,EAAE;YACV,KAAK,EAAE,YAAY;YACnB,WAAW,EAAE,oBAAoB;YACjC,IAAI,EAAE,QAAQ;SACf;QACD,OAAO,EAAE;YACP,KAAK,EAAE,SAAS;YAChB,WAAW,EAAE,sGAAsG;YACnH,IAAI,EAAE,QAAQ;YACd,OAAO,EAAE,IAAI;SACd;KACF;IACD,aAAa,EAAE;QACb,OAAO,EAAE,KAAK,EAAE,OAAO,EAAE,EAAE,QAAQ,EAAE,EAAiC,EAAE;YACtE,OAAO,gCAAoB,CAAC,OAAO,EAAE,QAAQ,CAAC,CAAA;QAChD,CAAC;KACF;IACD,OAAO,EAAE,KAAK,EAAE,OAAO,EAAE,EAAE,OAAO,EAAE,EAAE,EAAE;QACtC,MAAM,EAAE,UAAU,EAAE,OAAO,EAAE,GAAG,OAAO,CAAA;QAEvC,IAAI,CAAC,OAAO,EAAE;YACZ,MAAM,IAAI,+BAAgB,CACxB,sEAAsE,EACtE,yBAAyB,EACzB,GAAG,CACJ,CAAA;SACF;QACD,IAAI;YACF,MAAM,QAAQ,GAAa;gBACzB,IAAI,EAAE;oBACJ;wBACE,IAAI,EAAE,SAAS;wBACf,EAAE,EAAE,UAAU;qBACf;iBACF;aACF,CAAA;YACD,MAAM,IAAI,GAAG,MAAM,OAAO,CAAC,GAAG,gBAAO,UAAU,OAAO,0BAA0B,EAAE;gBAChF,MAAM,EAAE,QAAQ;gBAChB,IAAI,EAAE,QAAQ;aACf,CAAC,CAAA;YACF,OAAO,IAAI,CAAA;SACZ;QAAC,OAAO,KAAK,EAAE;YACd,MAAM,IAAI,KAAK,CAAC,gDAAgD,CAAC,CAAA;SAClE;IACH,CAAC;CACF,CAAA;AAED,kBAAe,MAAM,CAAA"}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
export interface Payload {
|
|
2
|
-
profile: {
|
|
3
|
-
email?: string | null;
|
|
4
|
-
phone_number?: string | null;
|
|
5
|
-
other_properties?: {
|
|
6
|
-
[k: string]: unknown;
|
|
7
|
-
} | null;
|
|
8
|
-
};
|
|
9
|
-
metric_name: string;
|
|
10
|
-
properties: {
|
|
11
|
-
[k: string]: unknown;
|
|
12
|
-
};
|
|
13
|
-
time?: string | number;
|
|
14
|
-
value?: number;
|
|
15
|
-
unique_id?: string;
|
|
16
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"generated-types.js","sourceRoot":"","sources":["../../../../src/destinations/klaviyo/trackEvent/generated-types.ts"],"names":[],"mappings":""}
|