ABCDEFGHIJKLMN
1
עטח{
2
subflows: [
3
{
4
flow: [
5
{
6
id: 2,
7
module: "google-email:ActionSendEmail",
8
version: 2,
9
parameters: {
10
account: 4107634
11
},
12
mapper: {
13
from: "",
14
to: [
15
{{1.mail}}
16
],
17
subject: "לקוח חדש נרשם",
18
html: "<p style=\"text-align: right;\"> {{1.name}} <strong>שם</strong>&nbsp;</p>\n<p style=\"text-align: right;\"><strong> טלפון</strong> {{1.pone}} </p>\n<p style=\"text-align: right;\"><a href=\"mailto:efrat@gmail.com\" target=\"_blank\" rel=\"noopener\"> {{1.mail}} </a>&nbsp;<strong>מייל&nbsp;</strong></p>\n<p style=\"text-align: right;\">&nbsp;</p>\n<p style=\"text-align: right;\">פרטיך נשמרו בהצלחה</p>\n<p style=\"text-align: right;\">ניצור עמך קשר</p>\n<p style=\"text-align: right;\">מכללת קדם</p>",
19
attachments: [],
20
cc: [],
21
bcc: []
22
},
23
metadata: {
24
designer: {
25
x: 300,
26
y: 0
27
},
28
restore: {
29
parameters: {
30
account: {
31
label: "My Google connection (efratyinonn@gmail.com)",
32
data: {
33
scoped: "true",
34
connection: "google-restricted"
35
}
36
}
37
},
38
expect: {
39
to: {
40
mode: "chose",
41
items: [
42
null
43
]
44
},
45
attachments: {
46
mode: "chose"
47
},
48
cc: {
49
mode: "chose"
50
},
51
bcc: {
52
mode: "chose"
53
}
54
}
55
},
56
parameters: [
57
{
58
name: "account",
59
type: "account:google-restricted",
60
label: "Connection",
61
required: true
62
}
63
],
64
expect: [
65
{
66
name: "from",
67
type: "text",
68
label: "From"
69
},
70
{
71
name: "to",
72
type: "array",
73
label: "To",
74
required: true,
75
spec: {
76
name: "value",
77
type: "email",
78
label: "Email address",
79
required: true
80
}
81
},
82
{
83
name: "subject",
84
type: "text",
85
label: "Subject"
86
},
87
{
88
name: "html",
89
type: "text",
90
label: "Content"
91
},
92
{
93
name: "attachments",
94
type: "array",
95
label: "Attachments",
96
spec: [
97
{
98
name: "fileName",
99
label: "File name",
100
type: "filename",