Add Activepieces integration for workflow automation

- Add Activepieces fork with SmoothSchedule custom piece
- Create integrations app with Activepieces service layer
- Add embed token endpoint for iframe integration
- Create Automations page with embedded workflow builder
- Add sidebar visibility fix for embed mode
- Add list inactive customers endpoint to Public API
- Include SmoothSchedule triggers: event created/updated/cancelled
- Include SmoothSchedule actions: create/update/cancel events, list resources/services/customers

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
poduck
2025-12-18 22:59:37 -05:00
parent 9848268d34
commit 3aa7199503
16292 changed files with 1284892 additions and 4708 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,24 @@
# This is a configuration file for Isolate
# All sandboxes are created under this directory.
# To avoid symlink attacks, this directory and all its ancestors
# must be writeable only to root.
box_root = /var/local/lib/isolate
# Root of the control group hierarchy
cg_root = /sys/fs/cgroup
# If the following variable is defined, the per-box cgroups
# are created as sub-groups of the named cgroup
#cg_parent = boxes
# Block of UIDs and GIDs reserved for sandboxes
first_uid = 60000
first_gid = 60000
num_boxes = 1000
# Per-box settings of the set of allowed CPUs and NUMA nodes
# (see linux/Documentation/cgroups/cpusets.txt for precise syntax)
#box0.cpus = 4-7
#box0.mems = 1

View File

@@ -0,0 +1,32 @@
<table role="presentation" width="100%" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td style="padding: 0px 60px" class="p30-20" bgcolor="#ffffff">
<table role="presentation" width="100%" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td style="
padding-bottom: 30px;
font-family: 'Graphik',
'-apple-system',
'BlinkMacSystemFont', 'Segoe UI',
'Roboto', 'Oxygen', 'Ubuntu',
'Cantarell', 'Fira Sans',
'Droid Sans', 'Helvetica',
sans-serif !important;
font-size: 14px;
line-height: 24px;
min-width: auto !important;
color: #000001;
text-align: center;
" class="text-footer black center">
{{footerContent}}
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>

View File

@@ -0,0 +1,624 @@
<!DOCTYPE html>
<html
lang="en"
xmlns="http://www.w3.org/1999/xhtml"
xmlns:v="urn:schemas-microsoft-com:vml"
xmlns:o="urn:schemas-microsoft-com:office:office"
>
<head>
<!--[if gte mso 9]>
<xml>
<o:OfficeDocumentSettings>
<o:AllowPNG />
<o:PixelsPerInch>96</o:PixelsPerInch>
</o:OfficeDocumentSettings>
</xml>
<![endif]-->
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1"
/>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="format-detection" content="date=no" />
<meta name="format-detection" content="address=no" />
<meta name="format-detection" content="telephone=no" />
<meta name="x-apple-disable-message-reformatting" />
<!--[if !mso]><!-->
<link
href="../fonts/multiple-fonts.css"
rel="stylesheet"
/>
<!--<![endif]-->
<title>Finish creating your account</title>
<!--[if gte mso 9]>
<style type="text/css" media="all">
sup {
font-size: 100%!important !important;
}
</style>
<![endif]-->
<style type="text/css" media="screen">
@font-face {
font-family: 'Graphik';
src: url('https://d3e54v103j8qbb.cloudfront.net/fonts/Graphik-Regular-Web.5a0c1a002e.woff')
format('woff'),
url('https://d3e54v103j8qbb.cloudfront.net/fonts/Graphik-Regular-Web.5e78809d4d.eot')
format('embedded-opentype'),
url('https://d3e54v103j8qbb.cloudfront.net/fonts/Graphik-Regular-Web.9806bc37bf.woff')
format('woff');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'Graphik';
src: url('https://d3e54v103j8qbb.cloudfront.net/fonts/Graphik-Medium-Web.abf6e1188f.woff')
format('woff'),
url('https://d3e54v103j8qbb.cloudfront.net/fonts/Graphik-Medium-Web.2523d1a466.eot')
format('embedded-opentype'),
url('https://d3e54v103j8qbb.cloudfront.net/fonts/Graphik-Medium-Web.4327644773.woff')
format('woff');
font-weight: 500;
font-style: normal;
}
body {
padding: 0 !important;
margin: 0 auto !important;
display: block !important;
min-width: 100% !important;
width: 100% !important;
background: #fff;
-webkit-text-size-adjust: none;
}
a {
color: #4353ff;
text-decoration: none;
}
p {
padding: 0 !important;
margin: 0 !important;
}
img {
-ms-interpolation-mode: bicubic;
}
.mcnPreviewText {
display: none !important;
}
.text-btn a {
display: block;
}
.text-footer.black a {
color: #000001;
}
@media only screen and (max-device-width: 520px),
only screen and (max-width: 520px) {
u + .body .gwfw {
width: 100% !important;
width: 100vw !important;
}
.td,
.m-shell {
width: 100% !important;
min-width: 100% !important;
}
.h1 {
font-size: 45px !important;
line-height: 54px !important;
}
.h2 {
font-size: 35px !important;
line-height: 44px !important;
}
.mt-center {
text-align: center !important;
}
.center {
margin: 0 auto !important;
}
.m-td,
.m-hide {
display: none !important;
width: 0 !important;
height: 0 !important;
font-size: 0 !important;
line-height: 0 !important;
min-height: 0 !important;
}
.m-block {
display: block !important;
}
.fluid-img img {
width: 100% !important;
max-width: 100% !important;
height: auto !important;
}
.column,
.column-top {
float: left !important;
width: 100% !important;
display: block !important;
}
.p0 {
padding: 0 !important;
}
.pb0 {
padding-bottom: 0 !important;
}
.pb40 {
padding-bottom: 40px !important;
}
.pb50 {
padding-bottom: 50px !important;
}
.content-spacing {
width: 15px !important;
}
.p0-20-30 {
padding: 0 20px 30px 20px !important;
}
.p0-20-50 {
padding: 0 20px 50px 20px !important;
}
.p0-20 {
padding: 0 20px !important;
}
.p30-20 {
padding: 30px 20px !important;
}
}
</style>
<!--[if mso]>
<style type="text/css">
body {
margin: 0 !important;
padding: 0 !important;
font-family: Arial, sans-serif !important;
}
table,
td,
div,
p,
a {
font-family: Arial, sans-serif !important;
line-height: normal;
}
</style>
<![endif]-->
<!--[if (gte mso 9)|(IE)]>
<style type="text/css">
table {
border-collapse: collapse !important;
}
</style>
<![endif]-->
</head>
<body
class="body"
style="
background: #ffffff;
-webkit-text-size-adjust: none;
padding: 0 !important;
margin: 0 auto !important;
display: block !important;
min-width: 100% !important;
width: 100% !important;
"
>
<div
style="
color: transparent;
visibility: hidden;
opacity: 0;
font-size: 0px;
border: 0;
max-height: 1px;
width: 1px;
margin: 0px;
padding: 0px;
border-width: 0px !important;
display: none !important;
line-height: 0px !important;
"
>
<img
border="0"
width="1"
height="1"
src="http://post.spmailtechnol.com/q/WxWwHrFE8xb46emUxKjp5w~~/AAQyJgA~/RgRj-8R3PVcDc3BjQgpiFnc_GWKBirooUhRhc2hAYWN0aXZlcGllY2VzLmNvbVgEAAAAAA~~"
alt=""
/>
</div>
<div style="display: none; max-height: 0px; overflow: hidden">
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;
</div>
<table
role="presentation"
width="100%"
border="0"
cellspacing="0"
cellpadding="0"
bgcolor="#ffffff"
class="gwfw"
>
<tbody>
<tr>
<td align="center" valign="left">
<!-- Header 1 White -->
<table
width="100%"
border="0"
cellspacing="0"
cellpadding="0"
bgcolor="#ffffff"
>
<tbody>
<tr>
<td align="center" style="padding: 50px 20px">
<table
width="600"
border="0"
cellspacing="0"
cellpadding="0"
class="m-shell"
>
<tbody>
<tr>
<td
class="td"
style="
width: 600px;
min-width: 600px;
font-size: 0pt;
line-height: 0pt;
padding: 0;
margin: 0;
font-weight: normal;
"
>
<table
width="100%"
border="0"
cellspacing="0"
cellpadding="0"
>
<tbody>
<tr>
<th
class="column-top"
width="100"
style="
font-size: 0pt;
line-height: 0pt;
padding: 0;
margin: 0;
font-weight: normal;
vertical-align: top;
"
>
<table
width="100%"
border="0"
cellspacing="0"
cellpadding="0"
>
<tbody>
<tr>
<td
class="img mt-center"
style="
font-size: 0pt;
line-height: 0pt;
text-align: left;
"
>
<a
target="_blank"
style="
color: #4353ff;
text-decoration: none;
"
><img
src="{{fullLogoUrl}}"
width="160"
border="0"
alt="logo"
style="
-ms-interpolation-mode: bicubic;
"
/></a>
</td>
</tr>
</tbody>
</table>
</th>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<!-- END Header 1 White -->
<!-- Main -->
<table
role="presentation"
width="100%"
border="0"
cellspacing="0"
cellpadding="0"
>
<tbody>
<tr>
<td align="center">
<table
role="presentation"
width="600"
border="0"
cellspacing="0"
cellpadding="0"
class="m-shell"
>
<tbody>
<tr>
<td
class="td"
style="
width: 600px;
min-width: 600px;
font-size: 0pt;
line-height: 0pt;
padding-top: 0;
padding-bottom: 0;
padding-right: 0;
padding-left: 0;
margin-top: 0;
margin-bottom: 0;
margin-right: 0;
margin-left: 0;
font-weight: normal;
"
>
<!-- Image + Button + Text -->
<table
role="presentation"
width="100%"
border="0"
cellspacing="0"
cellpadding="0"
>
<tbody>
<tr>
<td
class="p0-20"
style="
padding-top: 0px;
padding-bottom: 20px;
"
>
<table
role="presentation"
width="100%"
border="0"
cellspacing="0"
cellpadding="0"
>
<tbody>
<tr>
<td
class="h3"
style="
padding-bottom: 24px;
color: #000000;
font-family: 'Graphik',
'-apple-system',
'BlinkMacSystemFont', 'Segoe UI',
'Roboto', 'Oxygen', 'Ubuntu',
'Cantarell', 'Fira Sans',
'Droid Sans', 'Helvetica',
sans-serif !important;
font-size: 36px;
line-height: 44px;
text-align: left;
font-weight: 500;
min-width: auto !important;
"
>
Join {{projectOrPlatformName}} to build automation together 🚀
</td>
</tr>
<tr>
<td
class="text2"
style="
padding-bottom: 16px;
color: #000001;
font-family: 'Graphik',
'-apple-system',
'BlinkMacSystemFont', 'Segoe UI',
'Roboto', 'Oxygen', 'Ubuntu',
'Cantarell', 'Fira Sans',
'Droid Sans', 'Helvetica',
sans-serif !important;
font-size: 20px;
line-height: 30px;
text-align: left;
min-width: auto !important;
"
>
You have been invited to join
{{projectOrPlatformName}}.
To accept the invite, please click
on the button below.
</td>
</tr>
<tr>
<td
class="text"
style="
padding-bottom: 3px;
color: #000001;
font-family: 'Graphik',
'-apple-system',
'BlinkMacSystemFont', 'Segoe UI',
'Roboto', 'Oxygen', 'Ubuntu',
'Cantarell', 'Fira Sans',
'Droid Sans', 'Helvetica',
sans-serif !important;
font-size: 13px;
line-height: 29px;
text-align: left;
min-width: auto !important;
"
>
😶‍🌫️
<i style="font-style: italic"
>This link expires in 24 hours.</i
>
</td>
</tr>
<tr>
<td
align="left"
class="pb40"
style="
padding-bottom: 36px;
padding-top: 0px;
"
>
<table
border="0"
cellspacing="0"
cellpadding="0"
>
<tbody>
<tr>
<td
class="text-button black-button"
style="mso-padding-alt:16px 20px; color:#ffffff; font-family:'Graphik', '-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica', sans-serif !important; font-size:14px; line-height:18px; text-align:center; font-weight:500; min-width:auto !important; background:{{primaryColor}};"
>
<a
href="{{setupLink}}"
target="_blank"
class="link-button button-inner"
style="
text-decoration: none;
padding: 16px 20px;
display: block;
color: #ffffff;
"
><span
class="link-button"
style="color: #ffffff"
>Accept Invitation</span
></a
>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td
class="text"
style="
padding-bottom: 16px;
color: #000001;
font-family: 'Graphik',
'-apple-system',
'BlinkMacSystemFont', 'Segoe UI',
'Roboto', 'Oxygen', 'Ubuntu',
'Cantarell', 'Fira Sans',
'Droid Sans', 'Helvetica',
sans-serif !important;
font-size: 20px;
line-height: 30px;
text-align: left;
min-width: auto !important;
"
>
You can copy-paste the following
link in your address bar if the
above button doesn't work
</td>
</tr>
<tr>
<td
class="text"
style="
padding-bottom: 16px;
color: #000001;
font-family: 'Graphik',
'-apple-system',
'BlinkMacSystemFont', 'Segoe UI',
'Roboto', 'Oxygen', 'Ubuntu',
'Cantarell', 'Fira Sans',
'Droid Sans', 'Helvetica',
sans-serif !important;
font-size: 20px;
line-height: 30px;
text-align: left;
min-width: auto !important;
"
>
{{setupLink}}
</td>
</tr>
<tr>
<td
class="text"
style="
color: #000001;
font-family: 'Graphik',
'-apple-system',
'BlinkMacSystemFont', 'Segoe UI',
'Roboto', 'Oxygen', 'Ubuntu',
'Cantarell', 'Fira Sans',
'Droid Sans', 'Helvetica',
sans-serif !important;
font-size: 16px;
line-height: 29px;
text-align: left;
min-width: auto !important;
"
>
Happy building!<br />
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
{{> footer}}
<!-- EMD Image + Button + Text -->
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</body>
</html>

View File

@@ -0,0 +1,485 @@
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml"
xmlns:o="urn:schemas-microsoft-com:office:office">
<head>
<!--[if gte mso 9]>
<xml>
<o:OfficeDocumentSettings>
<o:AllowPNG />
<o:PixelsPerInch>96</o:PixelsPerInch>
</o:OfficeDocumentSettings>
</xml>
<![endif]-->
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="format-detection" content="date=no" />
<meta name="format-detection" content="address=no" />
<meta name="format-detection" content="telephone=no" />
<meta name="x-apple-disable-message-reformatting" />
<!--[if !mso]><!-->
<link
href="https://fonts.googleapis.com/css?family=Fira+Sans:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Oxygen:300,400,700|Roboto:300,300i,400,400i,500,500i,700,700i,900,900i|Ubuntu:300,300i,400,400i,500,500i,700,700i&amp;display=swap"
rel="stylesheet" />
<!--<![endif]-->
<!--[if gte mso 9]>
<style type="text/css" media="all">
sup {
font-size: 100%!important !important;
}
</style>
<![endif]-->
<style type="text/css" media="screen">
@font-face {
font-family: 'Graphik';
src: url('https://d3e54v103j8qbb.cloudfront.net/fonts/Graphik-Regular-Web.5a0c1a002e.woff') format('woff'),
url('https://d3e54v103j8qbb.cloudfront.net/fonts/Graphik-Regular-Web.5e78809d4d.eot') format('embedded-opentype'),
url('https://d3e54v103j8qbb.cloudfront.net/fonts/Graphik-Regular-Web.9806bc37bf.woff') format('woff');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'Graphik';
src: url('https://d3e54v103j8qbb.cloudfront.net/fonts/Graphik-Medium-Web.abf6e1188f.woff') format('woff'),
url('https://d3e54v103j8qbb.cloudfront.net/fonts/Graphik-Medium-Web.2523d1a466.eot') format('embedded-opentype'),
url('https://d3e54v103j8qbb.cloudfront.net/fonts/Graphik-Medium-Web.4327644773.woff') format('woff');
font-weight: 500;
font-style: normal;
}
body {
padding: 0 !important;
margin: 0 auto !important;
display: block !important;
min-width: 100% !important;
width: 100% !important;
background: #fff;
-webkit-text-size-adjust: none;
}
a {
color: #4353ff;
text-decoration: none;
}
p {
padding: 0 !important;
margin: 0 !important;
}
img {
-ms-interpolation-mode: bicubic;
}
.mcnPreviewText {
display: none !important;
}
.text-btn a {
display: block;
}
.text-footer.black a {
color: #000001;
}
@media only screen and (max-device-width: 520px),
only screen and (max-width: 520px) {
u+.body .gwfw {
width: 100% !important;
width: 100vw !important;
}
.td,
.m-shell {
width: 100% !important;
min-width: 100% !important;
}
.h1 {
font-size: 45px !important;
line-height: 54px !important;
}
.h2 {
font-size: 35px !important;
line-height: 44px !important;
}
.mt-center {
text-align: center !important;
}
.center {
margin: 0 auto !important;
}
.m-td,
.m-hide {
display: none !important;
width: 0 !important;
height: 0 !important;
font-size: 0 !important;
line-height: 0 !important;
min-height: 0 !important;
}
.m-block {
display: block !important;
}
.fluid-img img {
width: 100% !important;
max-width: 100% !important;
height: auto !important;
}
.column,
.column-top {
float: left !important;
width: 100% !important;
display: block !important;
}
.p0 {
padding: 0 !important;
}
.pb0 {
padding-bottom: 0 !important;
}
.pb40 {
padding-bottom: 40px !important;
}
.pb50 {
padding-bottom: 50px !important;
}
.content-spacing {
width: 15px !important;
}
.p0-20-30 {
padding: 0 20px 30px 20px !important;
}
.p0-20-50 {
padding: 0 20px 50px 20px !important;
}
.p0-20 {
padding: 0 20px !important;
}
.p30-20 {
padding: 30px 20px !important;
}
}
</style>
<!--[if mso]>
<style type="text/css">
body {
margin: 0 !important;
padding: 0 !important;
font-family: Arial, sans-serif !important;
}
table,
td,
div,
p,
a {
font-family: Arial, sans-serif !important;
line-height: normal;
}
</style>
<![endif]-->
<!--[if (gte mso 9)|(IE)]>
<style type="text/css">
table {
border-collapse: collapse !important;
}
</style>
<![endif]-->
</head>
<body class="body" style="
background: #ffffff;
-webkit-text-size-adjust: none;
padding: 0 !important;
margin: 0 auto !important;
display: block !important;
min-width: 100% !important;
width: 100% !important;
">
<div style="
color: transparent;
visibility: hidden;
opacity: 0;
font-size: 0px;
border: 0;
max-height: 1px;
width: 1px;
margin: 0px;
padding: 0px;
border-width: 0px !important;
display: none !important;
line-height: 0px !important;
">
<img border="0" width="1" height="1"
src="http://post.spmailtechnol.com/q/WxWwHrFE8xb46emUxKjp5w~~/AAQyJgA~/RgRj-8R3PVcDc3BjQgpiFnc_GWKBirooUhRhc2hAYWN0aXZlcGllY2VzLmNvbVgEAAAAAA~~"
alt="" />
</div>
<div style="display: none; max-height: 0px; overflow: hidden">
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;
</div>
<table role="presentation" width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#ffffff" class="gwfw">
<tbody>
<tr>
<td align="center" valign="left">
<!-- Header 1 White -->
<table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#ffffff">
<tbody>
<tr>
<td align="center" style="padding: 50px 20px">
<table width="600" border="0" cellspacing="0" cellpadding="0" class="m-shell">
<tbody>
<tr>
<td class="td" style="
width: 600px;
min-width: 600px;
font-size: 0pt;
line-height: 0pt;
padding: 0;
margin: 0;
font-weight: normal;
">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<th class="column-top" width="100" style="
font-size: 0pt;
line-height: 0pt;
padding: 0;
margin: 0;
font-weight: normal;
vertical-align: top;
">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td class="img mt-center" style="
font-size: 0pt;
line-height: 0pt;
text-align: left;
">
<a href="https://www.activepieces.com" target="_blank" style="
color: #4353ff;
text-decoration: none;
"><img
src="http://cdn.mcauto-images-production.sendgrid.net/515abc4911512d94/8915d91a-9ecd-4dd9-9cea-21b061e1a97f/427x66.png"
width="160" border="0" alt="Activepieces logo" style="
-ms-interpolation-mode: bicubic;
" /></a>
</td>
</tr>
</tbody>
</table>
</th>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<!-- END Header 1 White -->
<!-- Main -->
<table role="presentation" width="100%" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td align="center">
<table role="presentation" width="600" border="0" cellspacing="0" cellpadding="0" class="m-shell">
<tbody>
<tr>
<td class="td" style="
width: 600px;
min-width: 600px;
font-size: 0pt;
line-height: 0pt;
padding-top: 0;
padding-bottom: 0;
padding-right: 0;
padding-left: 0;
margin-top: 0;
margin-bottom: 0;
margin-right: 0;
margin-left: 0;
font-weight: normal;
">
<!-- Image + Button + Text -->
<table role="presentation" width="100%" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td class="p0-20" style="
padding-top: 0px;
padding-bottom: 20px;
">
<table role="presentation" width="100%" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td class="h3" style="
padding-bottom: 24px;
color: #000000;
font-family: 'Graphik',
'-apple-system',
'BlinkMacSystemFont', 'Segoe UI',
'Roboto', 'Oxygen', 'Ubuntu',
'Cantarell', 'Fira Sans',
'Droid Sans', 'Helvetica',
sans-serif !important;
font-size: 36px;
line-height: 44px;
text-align: left;
font-weight: 500;
min-width: auto !important;
">
{{flowName}} encountered an issue!
</td>
</tr>
<tr>
<td class="text2" style="
padding-bottom: 16px;
color: #000001;
font-family: 'Graphik',
'-apple-system',
'BlinkMacSystemFont', 'Segoe UI',
'Roboto', 'Oxygen', 'Ubuntu',
'Cantarell', 'Fira Sans',
'Droid Sans', 'Helvetica',
sans-serif !important;
font-size: 20px;
line-height: 30px;
text-align: left;
min-width: auto !important;
">
We have detected an issue in the {{flowName}} flow.<br />
<ul>
<li>First seen at: {{createdAt}}<br /></li>
</ul>
{{#checkIssuesEnabled}}
Please review the issue, fix it, and mark it as resolved <br />in Runs →
Issues in your dashboard.
{{/checkIssuesEnabled}}
{{^checkIssuesEnabled}}
Please review the flow and fix it.
{{/checkIssuesEnabled}}
</td>
</tr>
<tr>
<td align="left" class="pb40" style="
padding-bottom: 36px;
padding-top: 15px;
">
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td class="text-button black-button" style="
mso-padding-alt: 16px 20px;
color: #ffffff;
font-family: 'Graphik',
'-apple-system',
'BlinkMacSystemFont',
'Segoe UI', 'Roboto',
'Oxygen', 'Ubuntu',
'Cantarell', 'Fira Sans',
'Droid Sans',
'Helvetica', sans-serif !important;
font-size: 14px;
line-height: 18px;
text-align: center;
font-weight: 500;
min-width: auto !important;
background: #6e41e2;
">
<a href="{{issueUrl}}" target="_blank"
class="link-button button-inner" style="
text-decoration: none;
padding: 16px 20px;
display: block;
color: #ffffff;
">
<span class="link-button" style="color: #ffffff">
{{#checkIssuesEnabled}}
View Issues
{{/checkIssuesEnabled}}
{{^checkIssuesEnabled}}
View Run
{{/checkIssuesEnabled}}
</span></a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<!-- EMD Image + Button + Text -->
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<!-- END Main -->
<!-- Footer 1 White-->
<table role="presentation" width="100%" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td align="center" style="padding: 0px 20px 60px" class="p30-20">
<table role="presentation" width="600" border="0" cellspacing="0" cellpadding="0" class="m-shell">
<tbody>
<tr>
<td class="td" style="
width: 600px;
min-width: 600px;
font-size: 0pt;
line-height: 0pt;
padding: 0;
margin: 0;
font-weight: normal;
">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
{{> footer}}
<!-- END Footer 1 White -->
</td>
</tr>
</tbody>
</table>
</body>
</html>

View File

@@ -0,0 +1,657 @@
<!DOCTYPE html>
<html
lang="en"
xmlns="http://www.w3.org/1999/xhtml"
xmlns:v="urn:schemas-microsoft-com:vml"
xmlns:o="urn:schemas-microsoft-com:office:office"
>
<head>
<!--[if gte mso 9]>
<xml>
<o:OfficeDocumentSettings>
<o:AllowPNG />
<o:PixelsPerInch>96</o:PixelsPerInch>
</o:OfficeDocumentSettings>
</xml>
<![endif]-->
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1"
/>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="format-detection" content="date=no" />
<meta name="format-detection" content="address=no" />
<meta name="format-detection" content="telephone=no" />
<meta name="x-apple-disable-message-reformatting" />
<!--[if !mso]><!-->
<link
href="../fonts/multiple-fonts.css"
rel="stylesheet"
/>
<!--<![endif]-->
<title>Reset your {{platformName}} password</title>
<!--[if gte mso 9]>
<style type="text/css" media="all">
sup {
font-size: 100%!important !important;
}
</style>
<![endif]-->
<style type="text/css" media="screen">
@font-face {
font-family: 'Graphik';
src: url('https://d3e54v103j8qbb.cloudfront.net/fonts/Graphik-Regular-Web.5a0c1a002e.woff')
format('woff'),
url('https://d3e54v103j8qbb.cloudfront.net/fonts/Graphik-Regular-Web.5e78809d4d.eot')
format('embedded-opentype'),
url('https://d3e54v103j8qbb.cloudfront.net/fonts/Graphik-Regular-Web.9806bc37bf.woff')
format('woff');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'Graphik';
src: url('https://d3e54v103j8qbb.cloudfront.net/fonts/Graphik-Medium-Web.abf6e1188f.woff')
format('woff'),
url('https://d3e54v103j8qbb.cloudfront.net/fonts/Graphik-Medium-Web.2523d1a466.eot')
format('embedded-opentype'),
url('https://d3e54v103j8qbb.cloudfront.net/fonts/Graphik-Medium-Web.4327644773.woff')
format('woff');
font-weight: 500;
font-style: normal;
}
body {
padding: 0 !important;
margin: 0 auto !important;
display: block !important;
min-width: 100% !important;
width: 100% !important;
background: #fff;
-webkit-text-size-adjust: none;
}
a {
color: #4353ff;
text-decoration: none;
}
p {
padding: 0 !important;
margin: 0 !important;
}
img {
-ms-interpolation-mode: bicubic;
}
.mcnPreviewText {
display: none !important;
}
.text-btn a {
display: block;
}
.text-footer.black a {
color: #000001;
}
@media only screen and (max-device-width: 520px),
only screen and (max-width: 520px) {
u + .body .gwfw {
width: 100% !important;
width: 100vw !important;
}
.td,
.m-shell {
width: 100% !important;
min-width: 100% !important;
}
.h1 {
font-size: 45px !important;
line-height: 54px !important;
}
.h2 {
font-size: 35px !important;
line-height: 44px !important;
}
.mt-center {
text-align: center !important;
}
.center {
margin: 0 auto !important;
}
.m-td,
.m-hide {
display: none !important;
width: 0 !important;
height: 0 !important;
font-size: 0 !important;
line-height: 0 !important;
min-height: 0 !important;
}
.m-block {
display: block !important;
}
.fluid-img img {
width: 100% !important;
max-width: 100% !important;
height: auto !important;
}
.column,
.column-top {
float: left !important;
width: 100% !important;
display: block !important;
}
.p0 {
padding: 0 !important;
}
.pb0 {
padding-bottom: 0 !important;
}
.pb40 {
padding-bottom: 40px !important;
}
.pb50 {
padding-bottom: 50px !important;
}
.content-spacing {
width: 15px !important;
}
.p0-20-30 {
padding: 0 20px 30px 20px !important;
}
.p0-20-50 {
padding: 0 20px 50px 20px !important;
}
.p0-20 {
padding: 0 20px !important;
}
.p30-20 {
padding: 30px 20px !important;
}
}
</style>
<!--[if mso]>
<style type="text/css">
body {
margin: 0 !important;
padding: 0 !important;
font-family: Arial, sans-serif !important;
}
table,
td,
div,
p,
a {
font-family: Arial, sans-serif !important;
line-height: normal;
}
</style>
<![endif]-->
<!--[if (gte mso 9)|(IE)]>
<style type="text/css">
table {
border-collapse: collapse !important;
}
</style>
<![endif]-->
</head>
<body
class="body"
style="
background: #ffffff;
-webkit-text-size-adjust: none;
padding: 0 !important;
margin: 0 auto !important;
display: block !important;
min-width: 100% !important;
width: 100% !important;
"
>
<div
style="
color: transparent;
visibility: hidden;
opacity: 0;
font-size: 0px;
border: 0;
max-height: 1px;
width: 1px;
margin: 0px;
padding: 0px;
border-width: 0px !important;
display: none !important;
line-height: 0px !important;
"
>
<img
border="0"
width="1"
height="1"
src="http://post.spmailtechnol.com/q/WxWwHrFE8xb46emUxKjp5w~~/AAQyJgA~/RgRj-8R3PVcDc3BjQgpiFnc_GWKBirooUhRhc2hAYWN0aXZlcGllY2VzLmNvbVgEAAAAAA~~"
alt=""
/>
</div>
<div style="display: none; max-height: 0px; overflow: hidden">
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;
</div>
<table
role="presentation"
width="100%"
border="0"
cellspacing="0"
cellpadding="0"
bgcolor="#ffffff"
class="gwfw"
>
<tbody>
<tr>
<td align="center" valign="left">
<!-- Header 1 White -->
<table
width="100%"
border="0"
cellspacing="0"
cellpadding="0"
bgcolor="#ffffff"
>
<tbody>
<tr>
<td align="center" style="padding: 50px 20px">
<table
width="600"
border="0"
cellspacing="0"
cellpadding="0"
class="m-shell"
>
<tbody>
<tr>
<td
class="td"
style="
width: 600px;
min-width: 600px;
font-size: 0pt;
line-height: 0pt;
padding: 0;
margin: 0;
font-weight: normal;
"
>
<table
width="100%"
border="0"
cellspacing="0"
cellpadding="0"
>
<tbody>
<tr>
<th
class="column-top"
width="100"
style="
font-size: 0pt;
line-height: 0pt;
padding: 0;
margin: 0;
font-weight: normal;
vertical-align: top;
"
>
<table
width="100%"
border="0"
cellspacing="0"
cellpadding="0"
>
<tbody>
<tr>
<td
class="img mt-center"
style="
font-size: 0pt;
line-height: 0pt;
text-align: left;
"
>
<a
target="_blank"
style="
color: #4353ff;
text-decoration: none;
"
><img
src="{{fullLogoUrl}}"
width="160"
border="0"
alt="logo"
style="
-ms-interpolation-mode: bicubic;
"
/></a>
</td>
</tr>
</tbody>
</table>
</th>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<!-- END Header 1 White -->
<!-- Main -->
<table
role="presentation"
width="100%"
border="0"
cellspacing="0"
cellpadding="0"
>
<tbody>
<tr>
<td align="center">
<table
role="presentation"
width="600"
border="0"
cellspacing="0"
cellpadding="0"
class="m-shell"
>
<tbody>
<tr>
<td
class="td"
style="
width: 600px;
min-width: 600px;
font-size: 0pt;
line-height: 0pt;
padding-top: 0;
padding-bottom: 0;
padding-right: 0;
padding-left: 0;
margin-top: 0;
margin-bottom: 0;
margin-right: 0;
margin-left: 0;
font-weight: normal;
"
>
<!-- Image + Button + Text -->
<table
role="presentation"
width="100%"
border="0"
cellspacing="0"
cellpadding="0"
>
<tbody>
<tr>
<td
class="p0-20"
style="
padding-top: 0px;
padding-bottom: 20px;
"
>
<table
role="presentation"
width="100%"
border="0"
cellspacing="0"
cellpadding="0"
>
<tbody>
<tr>
<td
class="h3"
style="
padding-bottom: 24px;
color: #000000;
font-family: 'Graphik',
'-apple-system',
'BlinkMacSystemFont', 'Segoe UI',
'Roboto', 'Oxygen', 'Ubuntu',
'Cantarell', 'Fira Sans',
'Droid Sans', 'Helvetica',
sans-serif !important;
font-size: 36px;
line-height: 44px;
text-align: left;
font-weight: 500;
min-width: auto !important;
"
>
Reset your Password
</td>
</tr>
<tr>
<td
class="text2"
style="
padding-bottom: 16px;
color: #000001;
font-family: 'Graphik',
'-apple-system',
'BlinkMacSystemFont', 'Segoe UI',
'Roboto', 'Oxygen', 'Ubuntu',
'Cantarell', 'Fira Sans',
'Droid Sans', 'Helvetica',
sans-serif !important;
font-size: 20px;
line-height: 30px;
text-align: left;
min-width: auto !important;
"
>
Hi
<br />
You requested to reset your
{{platformName}} password, use the
following button to regain access to
your account:
<br />
<span style="font-size: 12px"
>(Don't worry if you didn't
request this, just ignore the
email)</span
>
</td>
</tr>
<tr>
<td
class="text"
style="
padding-bottom: 3px;
color: #000001;
font-family: 'Graphik',
'-apple-system',
'BlinkMacSystemFont', 'Segoe UI',
'Roboto', 'Oxygen', 'Ubuntu',
'Cantarell', 'Fira Sans',
'Droid Sans', 'Helvetica',
sans-serif !important;
font-size: 13px;
line-height: 29px;
text-align: left;
min-width: auto !important;
"
>
😶‍🌫️
<i style="font-style: italic"
>This link expires in 10
minutes.</i
>
</td>
</tr>
<tr>
<td
align="left"
class="pb40"
style="
padding-bottom: 36px;
padding-top: 0px;
"
>
<table
border="0"
cellspacing="0"
cellpadding="0"
>
<tbody>
<tr>
<td
class="text-button black-button"
style="mso-padding-alt:16px 20px; color:#ffffff; font-family:'Graphik', '-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica', sans-serif !important; font-size:14px; line-height:18px; text-align:center; font-weight:500; min-width:auto !important; background:{{primaryColor}};"
>
<a
href="{{setupLink}}"
target="_blank"
class="link-button button-inner"
style="
text-decoration: none;
padding: 16px 20px;
display: block;
color: #ffffff;
"
><span
class="link-button"
style="color: #ffffff"
>Reset My Password</span
></a
>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td
class="text"
style="
padding-bottom: 16px;
color: #000001;
font-family: 'Graphik',
'-apple-system',
'BlinkMacSystemFont', 'Segoe UI',
'Roboto', 'Oxygen', 'Ubuntu',
'Cantarell', 'Fira Sans',
'Droid Sans', 'Helvetica',
sans-serif !important;
font-size: 20px;
line-height: 30px;
text-align: left;
min-width: auto !important;
"
>
You can copy-paste the following
link in your address bar if the
above button doesn't work
</td>
</tr>
<tr>
<td
class="text"
style="
padding-bottom: 16px;
color: #000001;
font-family: 'Graphik',
'-apple-system',
'BlinkMacSystemFont', 'Segoe UI',
'Roboto', 'Oxygen', 'Ubuntu',
'Cantarell', 'Fira Sans',
'Droid Sans', 'Helvetica',
sans-serif !important;
font-size: 20px;
line-height: 30px;
text-align: left;
min-width: auto !important;
"
>
{{setupLink}}
</td>
</tr>
<tr>
<td
class="text"
style="
color: #000001;
font-family: 'Graphik',
'-apple-system',
'BlinkMacSystemFont', 'Segoe UI',
'Roboto', 'Oxygen', 'Ubuntu',
'Cantarell', 'Fira Sans',
'Droid Sans', 'Helvetica',
sans-serif !important;
font-size: 16px;
line-height: 29px;
text-align: left;
min-width: auto !important;
"
>
Happy building!<br />
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
{{> footer}}
<!-- EMD Image + Button + Text -->
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</body>
</html>

View File

@@ -0,0 +1,492 @@
<!DOCTYPE html>
<html
lang="en"
xmlns="http://www.w3.org/1999/xhtml"
xmlns:v="urn:schemas-microsoft-com:vml"
xmlns:o="urn:schemas-microsoft-com:office:office"
>
<head>
<!--[if gte mso 9]>
<xml>
<o:OfficeDocumentSettings>
<o:AllowPNG />
<o:PixelsPerInch>96</o:PixelsPerInch>
</o:OfficeDocumentSettings>
</xml>
<![endif]-->
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1"
/>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="format-detection" content="date=no" />
<meta name="format-detection" content="address=no" />
<meta name="format-detection" content="telephone=no" />
<meta name="x-apple-disable-message-reformatting" />
<!--[if !mso]><!-->
<link
href="../fonts/multiple-fonts.css"
rel="stylesheet"
/>
<!--<![endif]-->
<!--[if gte mso 9]>
<style type="text/css" media="all">
sup {
font-size: 100%!important !important;
}
</style>
<![endif]-->
<style type="text/css" media="screen">
@font-face {
font-family: 'Graphik';
src: url('https://d3e54v103j8qbb.cloudfront.net/fonts/Graphik-Regular-Web.5a0c1a002e.woff')
format('woff'),
url('https://d3e54v103j8qbb.cloudfront.net/fonts/Graphik-Regular-Web.5e78809d4d.eot')
format('embedded-opentype'),
url('https://d3e54v103j8qbb.cloudfront.net/fonts/Graphik-Regular-Web.9806bc37bf.woff')
format('woff');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'Graphik';
src: url('https://d3e54v103j8qbb.cloudfront.net/fonts/Graphik-Medium-Web.abf6e1188f.woff')
format('woff'),
url('https://d3e54v103j8qbb.cloudfront.net/fonts/Graphik-Medium-Web.2523d1a466.eot')
format('embedded-opentype'),
url('https://d3e54v103j8qbb.cloudfront.net/fonts/Graphik-Medium-Web.4327644773.woff')
format('woff');
font-weight: 500;
font-style: normal;
}
body {
padding: 0 !important;
margin: 0 auto !important;
display: block !important;
min-width: 100% !important;
width: 100% !important;
background: #fff;
-webkit-text-size-adjust: none;
}
a {
color: #4353ff;
text-decoration: none;
}
p {
padding: 0 !important;
margin: 0 !important;
}
img {
-ms-interpolation-mode: bicubic;
}
.mcnPreviewText {
display: none !important;
}
.text-btn a {
display: block;
}
.text-footer.black a {
color: #000001;
}
@media only screen and (max-device-width: 520px),
only screen and (max-width: 520px) {
u + .body .gwfw {
width: 100% !important;
width: 100vw !important;
}
.td,
.m-shell {
width: 100% !important;
min-width: 100% !important;
}
.h1 {
font-size: 45px !important;
line-height: 54px !important;
}
.h2 {
font-size: 35px !important;
line-height: 44px !important;
}
.mt-center {
text-align: center !important;
}
.center {
margin: 0 auto !important;
}
.m-td,
.m-hide {
display: none !important;
width: 0 !important;
height: 0 !important;
font-size: 0 !important;
line-height: 0 !important;
min-height: 0 !important;
}
.m-block {
display: block !important;
}
.fluid-img img {
width: 100% !important;
max-width: 100% !important;
height: auto !important;
}
.column,
.column-top {
float: left !important;
width: 100% !important;
display: block !important;
}
.p0 {
padding: 0 !important;
}
.pb0 {
padding-bottom: 0 !important;
}
.pb40 {
padding-bottom: 40px !important;
}
.pb50 {
padding-bottom: 50px !important;
}
.content-spacing {
width: 15px !important;
}
.p0-20-30 {
padding: 0 20px 30px 20px !important;
}
.p0-20-50 {
padding: 0 20px 50px 20px !important;
}
.p0-20 {
padding: 0 20px !important;
}
.p30-20 {
padding: 30px 20px !important;
}
}
</style>
<!--[if mso]>
<style type="text/css">
body {
margin: 0 !important;
padding: 0 !important;
font-family: Arial, sans-serif !important;
}
table,
td,
div,
p,
a {
font-family: Arial, sans-serif !important;
line-height: normal;
}
</style>
<![endif]-->
<!--[if (gte mso 9)|(IE)]>
<style type="text/css">
table {
border-collapse: collapse !important;
}
</style>
<![endif]-->
</head>
<body
class="body"
style="
background: #ffffff;
-webkit-text-size-adjust: none;
padding: 0 !important;
margin: 0 auto !important;
display: block !important;
min-width: 100% !important;
width: 100% !important;
"
>
<div
style="
color: transparent;
visibility: hidden;
opacity: 0;
font-size: 0px;
border: 0;
max-height: 1px;
width: 1px;
margin: 0px;
padding: 0px;
border-width: 0px !important;
display: none !important;
line-height: 0px !important;
"
>
<img
border="0"
width="1"
height="1"
src="http://post.spmailtechnol.com/q/WxWwHrFE8xb46emUxKjp5w~~/AAQyJgA~/RgRj-8R3PVcDc3BjQgpiFnc_GWKBirooUhRhc2hAYWN0aXZlcGllY2VzLmNvbVgEAAAAAA~~"
alt=""
/>
</div>
<div style="display: none; max-height: 0px; overflow: hidden">
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;
</div>
<table
role="presentation"
width="100%"
border="0"
cellspacing="0"
cellpadding="0"
bgcolor="#ffffff"
class="gwfw"
>
<tbody>
<tr>
<td align="center" valign="left">
<!-- Header 1 White -->
<table
width="100%"
border="0"
cellspacing="0"
cellpadding="0"
bgcolor="#ffffff"
>
<tbody>
<tr>
<td align="center" style="padding: 50px 20px">
<table
width="600"
border="0"
cellspacing="0"
cellpadding="0"
class="m-shell"
>
<tbody>
<tr>
<td
class="td"
style="
width: 600px;
min-width: 600px;
font-size: 0pt;
line-height: 0pt;
padding: 0;
margin: 0;
font-weight: normal;
"
>
<table
width="100%"
border="0"
cellspacing="0"
cellpadding="0"
>
<tbody>
<tr>
<th
class="column-top"
width="100"
style="
font-size: 0pt;
line-height: 0pt;
padding: 0;
margin: 0;
font-weight: normal;
vertical-align: top;
"
>
<table
width="100%"
border="0"
cellspacing="0"
cellpadding="0"
>
<tbody>
<tr>
<td
class="img mt-center"
style="
font-size: 0pt;
line-height: 0pt;
text-align: left;
"
>
<a
href="https://www.activepieces.com"
target="_blank"
style="
color: #4353ff;
text-decoration: none;
"
><img
src="http://cdn.mcauto-images-production.sendgrid.net/515abc4911512d94/8915d91a-9ecd-4dd9-9cea-21b061e1a97f/427x66.png"
width="160"
border="0"
alt="Activepieces logo"
style="
-ms-interpolation-mode: bicubic;
"
/></a>
</td>
</tr>
</tbody>
</table>
</th>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<!-- END Header 1 White -->
<!-- Main -->
<table
role="presentation"
width="100%"
border="0"
cellspacing="0"
cellpadding="0"
>
<tbody>
<tr>
<td align="center">
<table
role="presentation"
width="600"
border="0"
cellspacing="0"
cellpadding="0"
class="m-shell"
>
<tbody>
<tr>
<td
class="td"
style="
width: 600px;
min-width: 600px;
font-size: 0pt;
line-height: 0pt;
padding-top: 0;
padding-bottom: 0;
padding-right: 0;
padding-left: 0;
margin-top: 0;
margin-bottom: 0;
margin-right: 0;
margin-left: 0;
font-weight: normal;
"
>
<!-- Image + Button + Text -->
<table
role="presentation"
width="100%"
border="0"
cellspacing="0"
cellpadding="0"
>
<tbody>
<tr>
<td
class="p0-20"
style="
padding-top: 0px;
padding-bottom: 20px;
"
>
<table
role="presentation"
width="100%"
border="0"
cellspacing="0"
cellpadding="0"
>
<tbody>
<tr>
<td
class="h3"
style="
padding-bottom: 24px;
color: #000000;
font-family: 'Graphik',
'-apple-system',
'BlinkMacSystemFont', 'Segoe UI',
'Roboto', 'Oxygen', 'Ubuntu',
'Cantarell', 'Fira Sans',
'Droid Sans', 'Helvetica',
sans-serif !important;
font-size: 36px;
line-height: 44px;
text-align: left;
font-weight: 500;
min-width: auto !important;
"
>
{{flowName}} has been disabled
</td>
</tr>
<tr>
<td
class="text2"
style="
padding-bottom: 16px;
color: #000001;
font-family: 'Graphik',
'-apple-system',
'BlinkMacSystemFont', 'Segoe UI',
'Roboto', 'Oxygen', 'Ubuntu',
'Cantarell', 'Fira Sans',
'Droid Sans', 'Helvetica',
sans-serif !important;
font-size: 20px;
line-height: 30px;
text-align: left;
min-width: auto !important;
"
>
<span
>Due to trigger not able to poll changes,
<strong>{{flowName}}</strong> is stopped.</span
>
<br> <br>
<span
>To resolve: Navigate to <strong>{{flowName}}</strong> in
<strong>{{projectName}}</strong> and test it's trigger and make sure it
works and publish it again.
</span>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<!-- EMD Image + Button + Text -->
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<!-- END Main -->
<!-- Footer 1 White-->
{{> footer}}
<!-- END Footer 1 White -->
</td>
</tr>
</tbody>
</table>
</body>
</html>

View File

@@ -0,0 +1,651 @@
<!DOCTYPE html>
<html
lang="en"
xmlns="http://www.w3.org/1999/xhtml"
xmlns:v="urn:schemas-microsoft-com:vml"
xmlns:o="urn:schemas-microsoft-com:office:office"
>
<head>
<!--[if gte mso 9]>
<xml>
<o:OfficeDocumentSettings>
<o:AllowPNG />
<o:PixelsPerInch>96</o:PixelsPerInch>
</o:OfficeDocumentSettings>
</xml>
<![endif]-->
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1"
/>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="format-detection" content="date=no" />
<meta name="format-detection" content="address=no" />
<meta name="format-detection" content="telephone=no" />
<meta name="x-apple-disable-message-reformatting" />
<!--[if !mso]><!-->
<link
href="../fonts/multiple-fonts.css"
rel="stylesheet"
/>
<!--<![endif]-->
<title>Set up your {{platformName}} account</title>
<!--[if gte mso 9]>
<style type="text/css" media="all">
sup {
font-size: 100%!important !important;
}
</style>
<![endif]-->
<style type="text/css" media="screen">
@font-face {
font-family: 'Graphik';
src: url('https://d3e54v103j8qbb.cloudfront.net/fonts/Graphik-Regular-Web.5a0c1a002e.woff')
format('woff'),
url('https://d3e54v103j8qbb.cloudfront.net/fonts/Graphik-Regular-Web.5e78809d4d.eot')
format('embedded-opentype'),
url('https://d3e54v103j8qbb.cloudfront.net/fonts/Graphik-Regular-Web.9806bc37bf.woff')
format('woff');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'Graphik';
src: url('https://d3e54v103j8qbb.cloudfront.net/fonts/Graphik-Medium-Web.abf6e1188f.woff')
format('woff'),
url('https://d3e54v103j8qbb.cloudfront.net/fonts/Graphik-Medium-Web.2523d1a466.eot')
format('embedded-opentype'),
url('https://d3e54v103j8qbb.cloudfront.net/fonts/Graphik-Medium-Web.4327644773.woff')
format('woff');
font-weight: 500;
font-style: normal;
}
body {
padding: 0 !important;
margin: 0 auto !important;
display: block !important;
min-width: 100% !important;
width: 100% !important;
background: #fff;
-webkit-text-size-adjust: none;
}
a {
color: #4353ff;
text-decoration: none;
}
p {
padding: 0 !important;
margin: 0 !important;
}
img {
-ms-interpolation-mode: bicubic;
}
.mcnPreviewText {
display: none !important;
}
.text-btn a {
display: block;
}
.text-footer.black a {
color: #000001;
}
@media only screen and (max-device-width: 520px),
only screen and (max-width: 520px) {
u + .body .gwfw {
width: 100% !important;
width: 100vw !important;
}
.td,
.m-shell {
width: 100% !important;
min-width: 100% !important;
}
.h1 {
font-size: 45px !important;
line-height: 54px !important;
}
.h2 {
font-size: 35px !important;
line-height: 44px !important;
}
.mt-center {
text-align: center !important;
}
.center {
margin: 0 auto !important;
}
.m-td,
.m-hide {
display: none !important;
width: 0 !important;
height: 0 !important;
font-size: 0 !important;
line-height: 0 !important;
min-height: 0 !important;
}
.m-block {
display: block !important;
}
.fluid-img img {
width: 100% !important;
max-width: 100% !important;
height: auto !important;
}
.column,
.column-top {
float: left !important;
width: 100% !important;
display: block !important;
}
.p0 {
padding: 0 !important;
}
.pb0 {
padding-bottom: 0 !important;
}
.pb40 {
padding-bottom: 40px !important;
}
.pb50 {
padding-bottom: 50px !important;
}
.content-spacing {
width: 15px !important;
}
.p0-20-30 {
padding: 0 20px 30px 20px !important;
}
.p0-20-50 {
padding: 0 20px 50px 20px !important;
}
.p0-20 {
padding: 0 20px !important;
}
.p30-20 {
padding: 30px 20px !important;
}
}
</style>
<!--[if mso]>
<style type="text/css">
body {
margin: 0 !important;
padding: 0 !important;
font-family: Arial, sans-serif !important;
}
table,
td,
div,
p,
a {
font-family: Arial, sans-serif !important;
line-height: normal;
}
</style>
<![endif]-->
<!--[if (gte mso 9)|(IE)]>
<style type="text/css">
table {
border-collapse: collapse !important;
}
</style>
<![endif]-->
</head>
<body
class="body"
style="
background: #ffffff;
-webkit-text-size-adjust: none;
padding: 0 !important;
margin: 0 auto !important;
display: block !important;
min-width: 100% !important;
width: 100% !important;
"
>
<div
style="
color: transparent;
visibility: hidden;
opacity: 0;
font-size: 0px;
border: 0;
max-height: 1px;
width: 1px;
margin: 0px;
padding: 0px;
border-width: 0px !important;
display: none !important;
line-height: 0px !important;
"
>
<img
border="0"
width="1"
height="1"
src="http://post.spmailtechnol.com/q/WxWwHrFE8xb46emUxKjp5w~~/AAQyJgA~/RgRj-8R3PVcDc3BjQgpiFnc_GWKBirooUhRhc2hAYWN0aXZlcGllY2VzLmNvbVgEAAAAAA~~"
alt=""
/>
</div>
<div style="display: none; max-height: 0px; overflow: hidden">
&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;
</div>
<table
role="presentation"
width="100%"
border="0"
cellspacing="0"
cellpadding="0"
bgcolor="#ffffff"
class="gwfw"
>
<tbody>
<tr>
<td align="center" valign="left">
<!-- Header 1 White -->
<table
width="100%"
border="0"
cellspacing="0"
cellpadding="0"
bgcolor="#ffffff"
>
<tbody>
<tr>
<td align="center" style="padding: 50px 20px">
<table
width="600"
border="0"
cellspacing="0"
cellpadding="0"
class="m-shell"
>
<tbody>
<tr>
<td
class="td"
style="
width: 600px;
min-width: 600px;
font-size: 0pt;
line-height: 0pt;
padding: 0;
margin: 0;
font-weight: normal;
"
>
<table
width="100%"
border="0"
cellspacing="0"
cellpadding="0"
>
<tbody>
<tr>
<th
class="column-top"
width="100"
style="
font-size: 0pt;
line-height: 0pt;
padding: 0;
margin: 0;
font-weight: normal;
vertical-align: top;
"
>
<table
width="100%"
border="0"
cellspacing="0"
cellpadding="0"
>
<tbody>
<tr>
<td
class="img mt-center"
style="
font-size: 0pt;
line-height: 0pt;
text-align: left;
"
>
<a
target="_blank"
style="
color: #4353ff;
text-decoration: none;
"
><img
src="{{fullLogoUrl}}"
width="160"
border="0"
alt="logo"
style="
-ms-interpolation-mode: bicubic;
"
/></a>
</td>
</tr>
</tbody>
</table>
</th>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<!-- END Header 1 White -->
<!-- Main -->
<table
role="presentation"
width="100%"
border="0"
cellspacing="0"
cellpadding="0"
>
<tbody>
<tr>
<td align="center">
<table
role="presentation"
width="600"
border="0"
cellspacing="0"
cellpadding="0"
class="m-shell"
>
<tbody>
<tr>
<td
class="td"
style="
width: 600px;
min-width: 600px;
font-size: 0pt;
line-height: 0pt;
padding-top: 0;
padding-bottom: 0;
padding-right: 0;
padding-left: 0;
margin-top: 0;
margin-bottom: 0;
margin-right: 0;
margin-left: 0;
font-weight: normal;
"
>
<!-- Image + Button + Text -->
<table
role="presentation"
width="100%"
border="0"
cellspacing="0"
cellpadding="0"
>
<tbody>
<tr>
<td
class="p0-20"
style="
padding-top: 0px;
padding-bottom: 20px;
"
>
<table
role="presentation"
width="100%"
border="0"
cellspacing="0"
cellpadding="0"
>
<tbody>
<tr>
<td
class="h3"
style="
padding-bottom: 24px;
color: #000000;
font-family: 'Graphik',
'-apple-system',
'BlinkMacSystemFont', 'Segoe UI',
'Roboto', 'Oxygen', 'Ubuntu',
'Cantarell', 'Fira Sans',
'Droid Sans', 'Helvetica',
sans-serif !important;
font-size: 36px;
line-height: 44px;
text-align: left;
font-weight: 500;
min-width: auto !important;
"
>
Verify your email on
{{platformName}}
</td>
</tr>
<tr>
<td
class="text2"
style="
padding-bottom: 16px;
color: #000001;
font-family: 'Graphik',
'-apple-system',
'BlinkMacSystemFont', 'Segoe UI',
'Roboto', 'Oxygen', 'Ubuntu',
'Cantarell', 'Fira Sans',
'Droid Sans', 'Helvetica',
sans-serif !important;
font-size: 20px;
line-height: 30px;
text-align: left;
min-width: auto !important;
"
>
You are 1 step away from accessing
the most powerful yet easy
automation builder.
</td>
</tr>
<tr>
<td
class="text"
style="
padding-bottom: 3px;
color: #000001;
font-family: 'Graphik',
'-apple-system',
'BlinkMacSystemFont', 'Segoe UI',
'Roboto', 'Oxygen', 'Ubuntu',
'Cantarell', 'Fira Sans',
'Droid Sans', 'Helvetica',
sans-serif !important;
font-size: 13px;
line-height: 29px;
text-align: left;
min-width: auto !important;
"
>
😶‍🌫️
<i style="font-style: italic"
>This link expires in 10
minutes.</i
>
</td>
</tr>
<tr>
<td
align="left"
class="pb40"
style="
padding-bottom: 36px;
padding-top: 0px;
"
>
<table
border="0"
cellspacing="0"
cellpadding="0"
>
<tbody>
<tr>
<td
class="text-button black-button"
style="mso-padding-alt:16px 20px; color:#ffffff; font-family:'Graphik', '-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica', sans-serif !important; font-size:14px; line-height:18px; text-align:center; font-weight:500; min-width:auto !important; background:{{primaryColor}};"
>
<a
href="{{setupLink}}"
target="_blank"
class="link-button button-inner"
style="
text-decoration: none;
padding: 16px 20px;
display: block;
color: #ffffff;
"
><span
class="link-button"
style="color: #ffffff"
>Verify Email</span
></a
>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td
class="text"
style="
padding-bottom: 16px;
color: #000001;
font-family: 'Graphik',
'-apple-system',
'BlinkMacSystemFont', 'Segoe UI',
'Roboto', 'Oxygen', 'Ubuntu',
'Cantarell', 'Fira Sans',
'Droid Sans', 'Helvetica',
sans-serif !important;
font-size: 20px;
line-height: 30px;
text-align: left;
min-width: auto !important;
"
>
You can copy-paste the following
link in your address bar if the
above button doesn't work
</td>
</tr>
<tr>
<td
class="text"
style="
padding-bottom: 16px;
color: #000001;
font-family: 'Graphik',
'-apple-system',
'BlinkMacSystemFont', 'Segoe UI',
'Roboto', 'Oxygen', 'Ubuntu',
'Cantarell', 'Fira Sans',
'Droid Sans', 'Helvetica',
sans-serif !important;
font-size: 20px;
line-height: 30px;
text-align: left;
min-width: auto !important;
"
>
{{setupLink}}
</td>
</tr>
<tr>
<td
class="text"
style="
color: #000001;
font-family: 'Graphik',
'-apple-system',
'BlinkMacSystemFont', 'Segoe UI',
'Roboto', 'Oxygen', 'Ubuntu',
'Cantarell', 'Fira Sans',
'Droid Sans', 'Helvetica',
sans-serif !important;
font-size: 16px;
line-height: 29px;
text-align: left;
min-width: auto !important;
"
>
Happy building!<br />
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
{{> footer}}
<!-- EMD Image + Button + Text -->
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</body>
</html>

View File

@@ -0,0 +1,2 @@
nameserver 8.8.8.8
nameserver 8.8.4.4

Some files were not shown because too many files have changed in this diff Show More