@awell-health/awell-extensions 2.0.194 → 2.0.195
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/extensions/braze/actions/actionHelpers.d.ts +1 -0
- package/dist/extensions/braze/actions/actionHelpers.js +9 -0
- package/dist/extensions/braze/actions/actionHelpers.js.map +1 -0
- package/dist/extensions/braze/actions/index.d.ts +933 -0
- package/dist/extensions/braze/actions/index.js +16 -0
- package/dist/extensions/braze/actions/index.js.map +1 -0
- package/dist/extensions/braze/actions/scheduleEmail/config.d.ts +145 -0
- package/dist/extensions/braze/actions/scheduleEmail/config.js +120 -0
- package/dist/extensions/braze/actions/scheduleEmail/config.js.map +1 -0
- package/dist/extensions/braze/actions/scheduleEmail/index.d.ts +1 -0
- package/dist/extensions/braze/actions/scheduleEmail/index.js +18 -0
- package/dist/extensions/braze/actions/scheduleEmail/index.js.map +1 -0
- package/dist/extensions/braze/actions/scheduleEmail/scheduleEmail.d.ts +220 -0
- package/dist/extensions/braze/actions/scheduleEmail/scheduleEmail.js +73 -0
- package/dist/extensions/braze/actions/scheduleEmail/scheduleEmail.js.map +1 -0
- package/dist/extensions/braze/actions/scheduleSMS/config.d.ts +129 -0
- package/dist/extensions/braze/actions/scheduleSMS/config.js +108 -0
- package/dist/extensions/braze/actions/scheduleSMS/config.js.map +1 -0
- package/dist/extensions/braze/actions/scheduleSMS/index.d.ts +1 -0
- package/dist/extensions/braze/actions/scheduleSMS/index.js +18 -0
- package/dist/extensions/braze/actions/scheduleSMS/index.js.map +1 -0
- package/dist/extensions/braze/actions/scheduleSMS/scheduleSMS.d.ts +196 -0
- package/dist/extensions/braze/actions/scheduleSMS/scheduleSMS.js +68 -0
- package/dist/extensions/braze/actions/scheduleSMS/scheduleSMS.js.map +1 -0
- package/dist/extensions/braze/actions/sendEmail/config.d.ts +115 -0
- package/dist/extensions/braze/actions/sendEmail/config.js +96 -0
- package/dist/extensions/braze/actions/sendEmail/config.js.map +1 -0
- package/dist/extensions/braze/actions/sendEmail/index.d.ts +1 -0
- package/dist/extensions/braze/actions/sendEmail/index.js +18 -0
- package/dist/extensions/braze/actions/sendEmail/index.js.map +1 -0
- package/dist/extensions/braze/actions/sendEmail/sendEmail.d.ts +178 -0
- package/dist/extensions/braze/actions/sendEmail/sendEmail.js +71 -0
- package/dist/extensions/braze/actions/sendEmail/sendEmail.js.map +1 -0
- package/dist/extensions/braze/actions/sendEmailUsingTemplate/config.d.ts +125 -0
- package/dist/extensions/braze/actions/sendEmailUsingTemplate/config.js +104 -0
- package/dist/extensions/braze/actions/sendEmailUsingTemplate/config.js.map +1 -0
- package/dist/extensions/braze/actions/sendEmailUsingTemplate/index.d.ts +1 -0
- package/dist/extensions/braze/actions/sendEmailUsingTemplate/index.js +18 -0
- package/dist/extensions/braze/actions/sendEmailUsingTemplate/index.js.map +1 -0
- package/dist/extensions/braze/actions/sendEmailUsingTemplate/sendEmailUsingTemplate.d.ts +192 -0
- package/dist/extensions/braze/actions/sendEmailUsingTemplate/sendEmailUsingTemplate.js +78 -0
- package/dist/extensions/braze/actions/sendEmailUsingTemplate/sendEmailUsingTemplate.js.map +1 -0
- package/dist/extensions/braze/actions/sendSMS/config.d.ts +95 -0
- package/dist/extensions/braze/actions/sendSMS/config.js +80 -0
- package/dist/extensions/braze/actions/sendSMS/config.js.map +1 -0
- package/dist/extensions/braze/actions/sendSMS/index.d.ts +1 -0
- package/dist/extensions/braze/actions/sendSMS/index.js +18 -0
- package/dist/extensions/braze/actions/sendSMS/index.js.map +1 -0
- package/dist/extensions/braze/actions/sendSMS/sendSMS.d.ts +150 -0
- package/dist/extensions/braze/actions/sendSMS/sendSMS.js +67 -0
- package/dist/extensions/braze/actions/sendSMS/sendSMS.js.map +1 -0
- package/dist/extensions/braze/client.d.ts +18 -0
- package/dist/extensions/braze/client.js +29 -0
- package/dist/extensions/braze/client.js.map +1 -0
- package/dist/extensions/braze/index.d.ts +2 -0
- package/dist/extensions/braze/index.js +20 -0
- package/dist/extensions/braze/index.js.map +1 -0
- package/dist/extensions/braze/settings.d.ts +27 -0
- package/dist/extensions/braze/settings.js +25 -0
- package/dist/extensions/braze/settings.js.map +1 -0
- package/dist/extensions/canvasMedical/v1/validation/questionnaireResponses.zod.d.ts +12 -12
- package/dist/extensions/docuSign/actions/createEmbeddedSignatureRequestWithTemplate/config/fields.d.ts +2 -2
- package/dist/extensions/dropboxSign/v1/actions/createEmbeddedSignatureRequestWithTemplate/config/fields.d.ts +2 -2
- package/dist/extensions/dropboxSign/v1/actions/sendSignatureRequestWithTemplate/config/fields.d.ts +2 -2
- package/dist/extensions/index.js +2 -0
- package/dist/extensions/index.js.map +1 -1
- package/dist/extensions/markdown.json +4 -0
- package/package.json +1 -1
@@ -0,0 +1,96 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.FieldsSchema = exports.dataPoints = exports.fields = void 0;
|
4
|
+
const extensions_core_1 = require("@awell-health/extensions-core");
|
5
|
+
const zod_1 = require("zod");
|
6
|
+
exports.fields = {
|
7
|
+
externalUserId: {
|
8
|
+
id: 'externalUserId',
|
9
|
+
label: 'External User ID',
|
10
|
+
type: extensions_core_1.FieldType.STRING,
|
11
|
+
required: true,
|
12
|
+
description: 'The ID of the user in your system that this message is being sent to.',
|
13
|
+
},
|
14
|
+
appId: {
|
15
|
+
id: 'appId',
|
16
|
+
label: 'App ID',
|
17
|
+
type: extensions_core_1.FieldType.STRING,
|
18
|
+
required: true,
|
19
|
+
description: 'App id is the reference of the specific app.',
|
20
|
+
},
|
21
|
+
from: {
|
22
|
+
id: 'from',
|
23
|
+
label: 'From',
|
24
|
+
type: extensions_core_1.FieldType.STRING,
|
25
|
+
required: true,
|
26
|
+
description: 'valid email address in the format "Display Name <email@address.com>"',
|
27
|
+
},
|
28
|
+
replyTo: {
|
29
|
+
id: 'replyTo',
|
30
|
+
label: 'Reply To',
|
31
|
+
type: extensions_core_1.FieldType.STRING,
|
32
|
+
required: false,
|
33
|
+
description: 'Valid email address in the format "email@address.com" - defaults to your workspace`s default reply to if not set',
|
34
|
+
},
|
35
|
+
subject: {
|
36
|
+
id: 'subject',
|
37
|
+
label: 'Subject',
|
38
|
+
type: extensions_core_1.FieldType.STRING,
|
39
|
+
required: false,
|
40
|
+
description: 'The subject of the email.',
|
41
|
+
},
|
42
|
+
body: {
|
43
|
+
id: 'body',
|
44
|
+
label: 'Body',
|
45
|
+
type: extensions_core_1.FieldType.HTML,
|
46
|
+
required: true,
|
47
|
+
description: 'The body of the email.',
|
48
|
+
},
|
49
|
+
preheader: {
|
50
|
+
id: 'preheader',
|
51
|
+
label: 'Preheader',
|
52
|
+
type: extensions_core_1.FieldType.STRING,
|
53
|
+
required: false,
|
54
|
+
description: 'The preheader of the email. Recommended length 50-100 characters',
|
55
|
+
},
|
56
|
+
shouldInlineCss: {
|
57
|
+
id: 'shouldInlineCss',
|
58
|
+
label: 'Should inline CSS',
|
59
|
+
type: extensions_core_1.FieldType.BOOLEAN,
|
60
|
+
required: false,
|
61
|
+
description: 'Whether to inline the CSS of the body of the email. If not provided, falls back to the default CSS inlining value for the workspace ',
|
62
|
+
},
|
63
|
+
campaignId: {
|
64
|
+
id: 'campaignId',
|
65
|
+
label: 'Campaign ID',
|
66
|
+
type: extensions_core_1.FieldType.STRING,
|
67
|
+
required: false,
|
68
|
+
description: 'Optional but required if you wish to track campaign stats',
|
69
|
+
},
|
70
|
+
messageVariantionId: {
|
71
|
+
id: 'messageVariantionId',
|
72
|
+
label: 'Message Variantion ID',
|
73
|
+
type: extensions_core_1.FieldType.STRING,
|
74
|
+
required: false,
|
75
|
+
description: 'Used when providing a campaign_id to specify which message variation this message should be tracked under',
|
76
|
+
},
|
77
|
+
};
|
78
|
+
exports.dataPoints = {
|
79
|
+
EmailDispatchId: {
|
80
|
+
key: 'EmailDispatchId',
|
81
|
+
valueType: 'string',
|
82
|
+
},
|
83
|
+
};
|
84
|
+
exports.FieldsSchema = zod_1.z.object({
|
85
|
+
externalUserId: zod_1.z.string().min(1),
|
86
|
+
appId: zod_1.z.string().min(1),
|
87
|
+
from: zod_1.z.string(),
|
88
|
+
replyTo: zod_1.z.string().optional(),
|
89
|
+
subject: zod_1.z.string().optional(),
|
90
|
+
body: zod_1.z.string(),
|
91
|
+
preheader: zod_1.z.string().optional(),
|
92
|
+
shouldInlineCss: zod_1.z.boolean().optional(),
|
93
|
+
campaignId: zod_1.z.string().optional(),
|
94
|
+
messageVariantionId: zod_1.z.string().optional(),
|
95
|
+
});
|
96
|
+
//# sourceMappingURL=config.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"config.js","sourceRoot":"","sources":["../../../../../extensions/braze/actions/sendEmail/config.ts"],"names":[],"mappings":"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"}
|
@@ -0,0 +1 @@
|
|
1
|
+
export * from './sendEmail';
|
@@ -0,0 +1,18 @@
|
|
1
|
+
"use strict";
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
3
|
+
if (k2 === undefined) k2 = k;
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
7
|
+
}
|
8
|
+
Object.defineProperty(o, k2, desc);
|
9
|
+
}) : (function(o, m, k, k2) {
|
10
|
+
if (k2 === undefined) k2 = k;
|
11
|
+
o[k2] = m[k];
|
12
|
+
}));
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
15
|
+
};
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
17
|
+
__exportStar(require("./sendEmail"), exports);
|
18
|
+
//# sourceMappingURL=index.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../extensions/braze/actions/sendEmail/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8CAA2B"}
|
@@ -0,0 +1,178 @@
|
|
1
|
+
import { Category } from '@awell-health/extensions-core';
|
2
|
+
export declare const sendEmail: {
|
3
|
+
key: string;
|
4
|
+
title: string;
|
5
|
+
description: string;
|
6
|
+
category: Category.COMMUNICATION;
|
7
|
+
fields: {
|
8
|
+
externalUserId: {
|
9
|
+
id: string;
|
10
|
+
label: string;
|
11
|
+
type: import("@awell-health/extensions-core").FieldType.STRING;
|
12
|
+
required: true;
|
13
|
+
description: string;
|
14
|
+
};
|
15
|
+
appId: {
|
16
|
+
id: string;
|
17
|
+
label: string;
|
18
|
+
type: import("@awell-health/extensions-core").FieldType.STRING;
|
19
|
+
required: true;
|
20
|
+
description: string;
|
21
|
+
};
|
22
|
+
from: {
|
23
|
+
id: string;
|
24
|
+
label: string;
|
25
|
+
type: import("@awell-health/extensions-core").FieldType.STRING;
|
26
|
+
required: true;
|
27
|
+
description: string;
|
28
|
+
};
|
29
|
+
replyTo: {
|
30
|
+
id: string;
|
31
|
+
label: string;
|
32
|
+
type: import("@awell-health/extensions-core").FieldType.STRING;
|
33
|
+
required: false;
|
34
|
+
description: string;
|
35
|
+
};
|
36
|
+
subject: {
|
37
|
+
id: string;
|
38
|
+
label: string;
|
39
|
+
type: import("@awell-health/extensions-core").FieldType.STRING;
|
40
|
+
required: false;
|
41
|
+
description: string;
|
42
|
+
};
|
43
|
+
body: {
|
44
|
+
id: string;
|
45
|
+
label: string;
|
46
|
+
type: import("@awell-health/extensions-core").FieldType.HTML;
|
47
|
+
required: true;
|
48
|
+
description: string;
|
49
|
+
};
|
50
|
+
preheader: {
|
51
|
+
id: string;
|
52
|
+
label: string;
|
53
|
+
type: import("@awell-health/extensions-core").FieldType.STRING;
|
54
|
+
required: false;
|
55
|
+
description: string;
|
56
|
+
};
|
57
|
+
shouldInlineCss: {
|
58
|
+
id: string;
|
59
|
+
label: string;
|
60
|
+
type: import("@awell-health/extensions-core").FieldType.BOOLEAN;
|
61
|
+
required: false;
|
62
|
+
description: string;
|
63
|
+
};
|
64
|
+
campaignId: {
|
65
|
+
id: string;
|
66
|
+
label: string;
|
67
|
+
type: import("@awell-health/extensions-core").FieldType.STRING;
|
68
|
+
required: false;
|
69
|
+
description: string;
|
70
|
+
};
|
71
|
+
messageVariantionId: {
|
72
|
+
id: string;
|
73
|
+
label: string;
|
74
|
+
type: import("@awell-health/extensions-core").FieldType.STRING;
|
75
|
+
required: false;
|
76
|
+
description: string;
|
77
|
+
};
|
78
|
+
};
|
79
|
+
dataPoints: {
|
80
|
+
EmailDispatchId: {
|
81
|
+
key: string;
|
82
|
+
valueType: "string";
|
83
|
+
};
|
84
|
+
};
|
85
|
+
previewable: false;
|
86
|
+
onEvent: ({ payload, onComplete, onError, helpers }: {
|
87
|
+
payload: import("@awell-health/extensions-core").NewActivityPayload<{
|
88
|
+
externalUserId: {
|
89
|
+
id: string;
|
90
|
+
label: string;
|
91
|
+
type: import("@awell-health/extensions-core").FieldType.STRING;
|
92
|
+
required: true;
|
93
|
+
description: string;
|
94
|
+
};
|
95
|
+
appId: {
|
96
|
+
id: string;
|
97
|
+
label: string;
|
98
|
+
type: import("@awell-health/extensions-core").FieldType.STRING;
|
99
|
+
required: true;
|
100
|
+
description: string;
|
101
|
+
};
|
102
|
+
from: {
|
103
|
+
id: string;
|
104
|
+
label: string;
|
105
|
+
type: import("@awell-health/extensions-core").FieldType.STRING;
|
106
|
+
required: true;
|
107
|
+
description: string;
|
108
|
+
};
|
109
|
+
replyTo: {
|
110
|
+
id: string;
|
111
|
+
label: string;
|
112
|
+
type: import("@awell-health/extensions-core").FieldType.STRING;
|
113
|
+
required: false;
|
114
|
+
description: string;
|
115
|
+
};
|
116
|
+
subject: {
|
117
|
+
id: string;
|
118
|
+
label: string;
|
119
|
+
type: import("@awell-health/extensions-core").FieldType.STRING;
|
120
|
+
required: false;
|
121
|
+
description: string;
|
122
|
+
};
|
123
|
+
body: {
|
124
|
+
id: string;
|
125
|
+
label: string;
|
126
|
+
type: import("@awell-health/extensions-core").FieldType.HTML;
|
127
|
+
required: true;
|
128
|
+
description: string;
|
129
|
+
};
|
130
|
+
preheader: {
|
131
|
+
id: string;
|
132
|
+
label: string;
|
133
|
+
type: import("@awell-health/extensions-core").FieldType.STRING;
|
134
|
+
required: false;
|
135
|
+
description: string;
|
136
|
+
};
|
137
|
+
shouldInlineCss: {
|
138
|
+
id: string;
|
139
|
+
label: string;
|
140
|
+
type: import("@awell-health/extensions-core").FieldType.BOOLEAN;
|
141
|
+
required: false;
|
142
|
+
description: string;
|
143
|
+
};
|
144
|
+
campaignId: {
|
145
|
+
id: string;
|
146
|
+
label: string;
|
147
|
+
type: import("@awell-health/extensions-core").FieldType.STRING;
|
148
|
+
required: false;
|
149
|
+
description: string;
|
150
|
+
};
|
151
|
+
messageVariantionId: {
|
152
|
+
id: string;
|
153
|
+
label: string;
|
154
|
+
type: import("@awell-health/extensions-core").FieldType.STRING;
|
155
|
+
required: false;
|
156
|
+
description: string;
|
157
|
+
};
|
158
|
+
}, {
|
159
|
+
apiKey: {
|
160
|
+
key: string;
|
161
|
+
label: string;
|
162
|
+
obfuscated: true;
|
163
|
+
required: true;
|
164
|
+
description: string;
|
165
|
+
};
|
166
|
+
baseUrl: {
|
167
|
+
key: string;
|
168
|
+
label: string;
|
169
|
+
obfuscated: false;
|
170
|
+
required: true;
|
171
|
+
description: string;
|
172
|
+
};
|
173
|
+
}>;
|
174
|
+
onComplete: import("@awell-health/extensions-core").OnCompleteCallback<string>;
|
175
|
+
onError: import("@awell-health/extensions-core").OnErrorCallback;
|
176
|
+
helpers: import("@awell-health/extensions-core").Helpers;
|
177
|
+
}) => Promise<void>;
|
178
|
+
};
|
@@ -0,0 +1,71 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.sendEmail = void 0;
|
4
|
+
const zod_1 = require("zod");
|
5
|
+
const lodash_1 = require("lodash");
|
6
|
+
const extensions_core_1 = require("@awell-health/extensions-core");
|
7
|
+
const settings_1 = require("../../settings");
|
8
|
+
const client_1 = require("../../client");
|
9
|
+
const config_1 = require("./config");
|
10
|
+
exports.sendEmail = {
|
11
|
+
key: 'sendEmail',
|
12
|
+
title: 'Send Email',
|
13
|
+
description: 'Send an email to a patient.',
|
14
|
+
category: extensions_core_1.Category.COMMUNICATION,
|
15
|
+
fields: config_1.fields,
|
16
|
+
dataPoints: config_1.dataPoints,
|
17
|
+
previewable: false,
|
18
|
+
onEvent: async ({ payload, onComplete, onError, helpers }) => {
|
19
|
+
const { fields: { externalUserId, appId: app_id, from, replyTo: reply_to, subject, body, preheader, shouldInlineCss: should_inline_css, campaignId: campaign_id, messageVariantionId: message_variation_id, }, settings: { apiKey, baseUrl }, } = (0, extensions_core_1.validate)({
|
20
|
+
schema: zod_1.z.object({
|
21
|
+
fields: config_1.FieldsSchema,
|
22
|
+
settings: settings_1.SettingsValidationSchema,
|
23
|
+
}),
|
24
|
+
payload,
|
25
|
+
});
|
26
|
+
const client = new client_1.BrazeClient({ apiKey, baseUrl });
|
27
|
+
const requestBody = {
|
28
|
+
external_user_ids: [externalUserId],
|
29
|
+
...(!(0, lodash_1.isNil)(campaign_id) && {
|
30
|
+
campaign_id,
|
31
|
+
}),
|
32
|
+
messages: {
|
33
|
+
email: {
|
34
|
+
from,
|
35
|
+
body,
|
36
|
+
app_id,
|
37
|
+
...(!(0, lodash_1.isNil)(subject) && {
|
38
|
+
subject,
|
39
|
+
}),
|
40
|
+
...(!(0, lodash_1.isNil)(preheader) && {
|
41
|
+
preheader,
|
42
|
+
}),
|
43
|
+
...(typeof should_inline_css === 'boolean'
|
44
|
+
? {
|
45
|
+
should_inline_css,
|
46
|
+
}
|
47
|
+
: {}),
|
48
|
+
...(!(0, lodash_1.isNil)(message_variation_id) && {
|
49
|
+
message_variation_id,
|
50
|
+
}),
|
51
|
+
...(!(0, lodash_1.isNil)(reply_to) && {
|
52
|
+
reply_to,
|
53
|
+
}),
|
54
|
+
},
|
55
|
+
},
|
56
|
+
};
|
57
|
+
const resp = await client.sendMessageImmediately(requestBody);
|
58
|
+
await onComplete({
|
59
|
+
events: [
|
60
|
+
{
|
61
|
+
date: new Date().toISOString(),
|
62
|
+
text: { en: `Email sent. Response: ${JSON.stringify(resp)}` },
|
63
|
+
},
|
64
|
+
],
|
65
|
+
data_points: {
|
66
|
+
EmailDispatchId: resp.dispatch_id,
|
67
|
+
},
|
68
|
+
});
|
69
|
+
},
|
70
|
+
};
|
71
|
+
//# sourceMappingURL=sendEmail.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"sendEmail.js","sourceRoot":"","sources":["../../../../../extensions/braze/actions/sendEmail/sendEmail.ts"],"names":[],"mappings":";;;AAAA,6BAAuB;AACvB,mCAA8B;AAC9B,mEAA+E;AAE/E,6CAAwE;AACxE,yCAA0C;AAC1C,qCAA2D;AAE9C,QAAA,SAAS,GAAG;IACvB,GAAG,EAAE,WAAW;IAChB,KAAK,EAAE,YAAY;IACnB,WAAW,EAAE,6BAA6B;IAC1C,QAAQ,EAAE,0BAAQ,CAAC,aAAa;IAChC,MAAM,EAAN,eAAM;IACN,UAAU,EAAV,mBAAU;IACV,WAAW,EAAE,KAAK;IAClB,OAAO,EAAE,KAAK,EAAE,EAAE,OAAO,EAAE,UAAU,EAAE,OAAO,EAAE,OAAO,EAAE,EAAE,EAAE;QAC3D,MAAM,EACJ,MAAM,EAAE,EACN,cAAc,EACd,KAAK,EAAE,MAAM,EACb,IAAI,EACJ,OAAO,EAAE,QAAQ,EACjB,OAAO,EACP,IAAI,EACJ,SAAS,EACT,eAAe,EAAE,iBAAiB,EAClC,UAAU,EAAE,WAAW,EACvB,mBAAmB,EAAE,oBAAoB,GAC1C,EACD,QAAQ,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,GAC9B,GAAG,IAAA,0BAAQ,EAAC;YACX,MAAM,EAAE,OAAC,CAAC,MAAM,CAAC;gBACf,MAAM,EAAE,qBAAY;gBACpB,QAAQ,EAAE,mCAAwB;aACnC,CAAC;YACF,OAAO;SACR,CAAC,CAAA;QAEF,MAAM,MAAM,GAAG,IAAI,oBAAW,CAAC,EAAE,MAAM,EAAE,OAAO,EAAE,CAAC,CAAA;QAEnD,MAAM,WAAW,GAAG;YAClB,iBAAiB,EAAE,CAAC,cAAc,CAAC;YACnC,GAAG,CAAC,CAAC,IAAA,cAAK,EAAC,WAAW,CAAC,IAAI;gBACzB,WAAW;aACZ,CAAC;YACF,QAAQ,EAAE;gBACR,KAAK,EAAE;oBACL,IAAI;oBACJ,IAAI;oBACJ,MAAM;oBACN,GAAG,CAAC,CAAC,IAAA,cAAK,EAAC,OAAO,CAAC,IAAI;wBACrB,OAAO;qBACR,CAAC;oBACF,GAAG,CAAC,CAAC,IAAA,cAAK,EAAC,SAAS,CAAC,IAAI;wBACvB,SAAS;qBACV,CAAC;oBACF,GAAG,CAAC,OAAO,iBAAiB,KAAK,SAAS;wBACxC,CAAC,CAAC;4BACE,iBAAiB;yBAClB;wBACH,CAAC,CAAC,EAAE,CAAC;oBACP,GAAG,CAAC,CAAC,IAAA,cAAK,EAAC,oBAAoB,CAAC,IAAI;wBAClC,oBAAoB;qBACrB,CAAC;oBACF,GAAG,CAAC,CAAC,IAAA,cAAK,EAAC,QAAQ,CAAC,IAAI;wBACtB,QAAQ;qBACT,CAAC;iBACH;aACF;SACF,CAAA;QAED,MAAM,IAAI,GAAG,MAAM,MAAM,CAAC,sBAAsB,CAAC,WAAW,CAAC,CAAA;QAE7D,MAAM,UAAU,CAAC;YACf,MAAM,EAAE;gBACN;oBACE,IAAI,EAAE,IAAI,IAAI,EAAE,CAAC,WAAW,EAAE;oBAC9B,IAAI,EAAE,EAAE,EAAE,EAAE,yBAAyB,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,EAAE,EAAE;iBAC9D;aACF;YACD,WAAW,EAAE;gBACX,eAAe,EAAE,IAAI,CAAC,WAAW;aAClC;SACF,CAAC,CAAA;IACJ,CAAC;CAC+C,CAAA"}
|
@@ -0,0 +1,125 @@
|
|
1
|
+
import { FieldType } from '@awell-health/extensions-core';
|
2
|
+
import { z } from 'zod';
|
3
|
+
export declare const fields: {
|
4
|
+
externalUserId: {
|
5
|
+
id: string;
|
6
|
+
label: string;
|
7
|
+
type: FieldType.STRING;
|
8
|
+
required: true;
|
9
|
+
description: string;
|
10
|
+
};
|
11
|
+
appId: {
|
12
|
+
id: string;
|
13
|
+
label: string;
|
14
|
+
type: FieldType.STRING;
|
15
|
+
required: true;
|
16
|
+
description: string;
|
17
|
+
};
|
18
|
+
from: {
|
19
|
+
id: string;
|
20
|
+
label: string;
|
21
|
+
type: FieldType.STRING;
|
22
|
+
required: true;
|
23
|
+
description: string;
|
24
|
+
};
|
25
|
+
templateId: {
|
26
|
+
id: string;
|
27
|
+
label: string;
|
28
|
+
type: FieldType.STRING;
|
29
|
+
required: true;
|
30
|
+
description: string;
|
31
|
+
};
|
32
|
+
replyTo: {
|
33
|
+
id: string;
|
34
|
+
label: string;
|
35
|
+
type: FieldType.STRING;
|
36
|
+
required: false;
|
37
|
+
description: string;
|
38
|
+
};
|
39
|
+
preheader: {
|
40
|
+
id: string;
|
41
|
+
label: string;
|
42
|
+
type: FieldType.STRING;
|
43
|
+
required: false;
|
44
|
+
description: string;
|
45
|
+
};
|
46
|
+
scheduleTime: {
|
47
|
+
id: string;
|
48
|
+
label: string;
|
49
|
+
type: FieldType.DATE;
|
50
|
+
required: false;
|
51
|
+
description: string;
|
52
|
+
};
|
53
|
+
inPatientLocalTime: {
|
54
|
+
id: string;
|
55
|
+
label: string;
|
56
|
+
type: FieldType.BOOLEAN;
|
57
|
+
required: false;
|
58
|
+
description: string;
|
59
|
+
};
|
60
|
+
atOptimalTime: {
|
61
|
+
id: string;
|
62
|
+
label: string;
|
63
|
+
type: FieldType.BOOLEAN;
|
64
|
+
required: false;
|
65
|
+
description: string;
|
66
|
+
};
|
67
|
+
campaignId: {
|
68
|
+
id: string;
|
69
|
+
label: string;
|
70
|
+
type: FieldType.STRING;
|
71
|
+
required: false;
|
72
|
+
description: string;
|
73
|
+
};
|
74
|
+
messageVariantionId: {
|
75
|
+
id: string;
|
76
|
+
label: string;
|
77
|
+
type: FieldType.STRING;
|
78
|
+
required: false;
|
79
|
+
description: string;
|
80
|
+
};
|
81
|
+
};
|
82
|
+
export declare const dataPoints: {
|
83
|
+
EmailDispatchId: {
|
84
|
+
key: string;
|
85
|
+
valueType: "string";
|
86
|
+
};
|
87
|
+
};
|
88
|
+
export declare const FieldsSchema: z.ZodObject<{
|
89
|
+
externalUserId: z.ZodString;
|
90
|
+
appId: z.ZodString;
|
91
|
+
from: z.ZodString;
|
92
|
+
templateId: z.ZodString;
|
93
|
+
replyTo: z.ZodOptional<z.ZodString>;
|
94
|
+
preheader: z.ZodOptional<z.ZodString>;
|
95
|
+
scheduleTime: z.ZodOptional<z.ZodEffects<z.ZodDate, string, Date>>;
|
96
|
+
inPatientLocalTime: z.ZodOptional<z.ZodBoolean>;
|
97
|
+
atOptimalTime: z.ZodOptional<z.ZodBoolean>;
|
98
|
+
campaignId: z.ZodOptional<z.ZodString>;
|
99
|
+
messageVariantionId: z.ZodOptional<z.ZodString>;
|
100
|
+
}, "strip", z.ZodTypeAny, {
|
101
|
+
from: string;
|
102
|
+
externalUserId: string;
|
103
|
+
appId: string;
|
104
|
+
templateId: string;
|
105
|
+
campaignId?: string | undefined;
|
106
|
+
messageVariantionId?: string | undefined;
|
107
|
+
scheduleTime?: string | undefined;
|
108
|
+
inPatientLocalTime?: boolean | undefined;
|
109
|
+
atOptimalTime?: boolean | undefined;
|
110
|
+
replyTo?: string | undefined;
|
111
|
+
preheader?: string | undefined;
|
112
|
+
}, {
|
113
|
+
from: string;
|
114
|
+
externalUserId: string;
|
115
|
+
appId: string;
|
116
|
+
templateId: string;
|
117
|
+
campaignId?: string | undefined;
|
118
|
+
messageVariantionId?: string | undefined;
|
119
|
+
scheduleTime?: Date | undefined;
|
120
|
+
inPatientLocalTime?: boolean | undefined;
|
121
|
+
atOptimalTime?: boolean | undefined;
|
122
|
+
replyTo?: string | undefined;
|
123
|
+
preheader?: string | undefined;
|
124
|
+
}>;
|
125
|
+
export type ActionFields = z.infer<typeof FieldsSchema>;
|
@@ -0,0 +1,104 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.FieldsSchema = exports.dataPoints = exports.fields = void 0;
|
4
|
+
const extensions_core_1 = require("@awell-health/extensions-core");
|
5
|
+
const zod_1 = require("zod");
|
6
|
+
exports.fields = {
|
7
|
+
externalUserId: {
|
8
|
+
id: 'externalUserId',
|
9
|
+
label: 'External User ID',
|
10
|
+
type: extensions_core_1.FieldType.STRING,
|
11
|
+
required: true,
|
12
|
+
description: 'The ID of the user in your system that this message is being sent to.',
|
13
|
+
},
|
14
|
+
appId: {
|
15
|
+
id: 'appId',
|
16
|
+
label: 'App ID',
|
17
|
+
type: extensions_core_1.FieldType.STRING,
|
18
|
+
required: true,
|
19
|
+
description: 'App id is the reference of the specific app.',
|
20
|
+
},
|
21
|
+
from: {
|
22
|
+
id: 'from',
|
23
|
+
label: 'From',
|
24
|
+
type: extensions_core_1.FieldType.STRING,
|
25
|
+
required: true,
|
26
|
+
description: 'valid email address in the format "Display Name <email@address.com>"',
|
27
|
+
},
|
28
|
+
templateId: {
|
29
|
+
id: 'templateId',
|
30
|
+
label: 'Template ID',
|
31
|
+
type: extensions_core_1.FieldType.STRING,
|
32
|
+
required: true,
|
33
|
+
description: 'The ID of the template to use.',
|
34
|
+
},
|
35
|
+
replyTo: {
|
36
|
+
id: 'replyTo',
|
37
|
+
label: 'Reply To',
|
38
|
+
type: extensions_core_1.FieldType.STRING,
|
39
|
+
required: false,
|
40
|
+
description: 'Valid email address in the format "email@address.com" - defaults to your workspace`s default reply to if not set',
|
41
|
+
},
|
42
|
+
preheader: {
|
43
|
+
id: 'preheader',
|
44
|
+
label: 'Preheader',
|
45
|
+
type: extensions_core_1.FieldType.STRING,
|
46
|
+
required: false,
|
47
|
+
description: 'The preheader of the email. Recommended length 50-100 characters',
|
48
|
+
},
|
49
|
+
scheduleTime: {
|
50
|
+
id: 'scheduleTime',
|
51
|
+
label: 'Schedule Time',
|
52
|
+
type: extensions_core_1.FieldType.DATE,
|
53
|
+
required: false,
|
54
|
+
description: 'The time to schedule the SMS to be sent. Must be a datetime as ISO 8601 string and time to send the message in UTC',
|
55
|
+
},
|
56
|
+
inPatientLocalTime: {
|
57
|
+
id: 'inPatientLocalTime',
|
58
|
+
label: 'In Patient Local Time',
|
59
|
+
type: extensions_core_1.FieldType.BOOLEAN,
|
60
|
+
required: false,
|
61
|
+
description: "If true, the schedule time will be in the patient's local time.",
|
62
|
+
},
|
63
|
+
atOptimalTime: {
|
64
|
+
id: 'atOptimalTime',
|
65
|
+
label: 'At Optimal Time',
|
66
|
+
type: extensions_core_1.FieldType.BOOLEAN,
|
67
|
+
required: false,
|
68
|
+
description: 'If true, the schedule time will be at the optimal time.',
|
69
|
+
},
|
70
|
+
campaignId: {
|
71
|
+
id: 'campaignId',
|
72
|
+
label: 'Campaign ID',
|
73
|
+
type: extensions_core_1.FieldType.STRING,
|
74
|
+
required: false,
|
75
|
+
description: 'Optional but required if you wish to track campaign stats',
|
76
|
+
},
|
77
|
+
messageVariantionId: {
|
78
|
+
id: 'messageVariantionId',
|
79
|
+
label: 'Message Variantion ID',
|
80
|
+
type: extensions_core_1.FieldType.STRING,
|
81
|
+
required: false,
|
82
|
+
description: 'Used when providing a campaign_id to specify which message variation this message should be tracked under',
|
83
|
+
},
|
84
|
+
};
|
85
|
+
exports.dataPoints = {
|
86
|
+
EmailDispatchId: {
|
87
|
+
key: 'EmailDispatchId',
|
88
|
+
valueType: 'string',
|
89
|
+
},
|
90
|
+
};
|
91
|
+
exports.FieldsSchema = zod_1.z.object({
|
92
|
+
externalUserId: zod_1.z.string().min(1),
|
93
|
+
appId: zod_1.z.string().min(1),
|
94
|
+
from: zod_1.z.string(),
|
95
|
+
templateId: zod_1.z.string(),
|
96
|
+
replyTo: zod_1.z.string().optional(),
|
97
|
+
preheader: zod_1.z.string().optional(),
|
98
|
+
scheduleTime: extensions_core_1.DateTimeSchema.optional(),
|
99
|
+
inPatientLocalTime: zod_1.z.boolean().optional(),
|
100
|
+
atOptimalTime: zod_1.z.boolean().optional(),
|
101
|
+
campaignId: zod_1.z.string().optional(),
|
102
|
+
messageVariantionId: zod_1.z.string().optional(),
|
103
|
+
});
|
104
|
+
//# sourceMappingURL=config.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"config.js","sourceRoot":"","sources":["../../../../../extensions/braze/actions/sendEmailUsingTemplate/config.ts"],"names":[],"mappings":"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"}
|
@@ -0,0 +1 @@
|
|
1
|
+
export * from './sendEmailUsingTemplate';
|
@@ -0,0 +1,18 @@
|
|
1
|
+
"use strict";
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
3
|
+
if (k2 === undefined) k2 = k;
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
7
|
+
}
|
8
|
+
Object.defineProperty(o, k2, desc);
|
9
|
+
}) : (function(o, m, k, k2) {
|
10
|
+
if (k2 === undefined) k2 = k;
|
11
|
+
o[k2] = m[k];
|
12
|
+
}));
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
15
|
+
};
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
17
|
+
__exportStar(require("./sendEmailUsingTemplate"), exports);
|
18
|
+
//# sourceMappingURL=index.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../extensions/braze/actions/sendEmailUsingTemplate/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2DAAwC"}
|