@@ -24,7 +24,7 @@ export function getWelcomeEmail(params: WelcomeEmailParams): {
2424
2525 const text = `Let's automate something${ userName ? `, ${ userName } ` : "" } .
2626
27- Dafthunk is a visual way to build serverless workflows. Drag nodes, connect them, deploy to the edge.
27+ Dafthunk is a visual way to build serverless workflows on Cloudflare . Drag nodes, connect them, deploy to the edge.
2828
2929Here are some quick tips:
3030• Start from a use case template to see how nodes wire together
@@ -38,14 +38,14 @@ ${onboardingUrl ? `Want a walkthrough? Book an onboarding session: ${onboardingU
3838Questions? GitHub issues or Discord.
3939
4040Happy automating,
41- The Dafthunk team
41+ Bertil Chapuis
4242
4343—
4444Dafthunk · Visual workflow automation
4545${ websiteUrl } `;
4646
4747 const html = `<p>Let's automate something${ userName ? `, ${ userName } ` : "" } .</p>
48- <p>Dafthunk is a visual way to build serverless workflows. Drag nodes, connect them, deploy to the edge.</p>
48+ <p>Dafthunk is a visual way to build serverless workflows on Cloudflare . Drag nodes, connect them, deploy to the edge.</p>
4949<p>Here are some quick tips:</p>
5050<ul>
5151<li>Start from a use case template to see how nodes wire together</li>
@@ -55,8 +55,10 @@ ${websiteUrl}`;
5555<li>Browse the Nodes Reference to see all 400+ available nodes</li>
5656<li>Bonus: it's open source (MIT). Self-host it and contribute</li>
5757</ul>
58- ${ onboardingUrl ? `<p>Want a walkthrough? <a href="${ onboardingUrl } ">Book an onboarding session</a></p>\n` : "" } <p><a href="${ docsUrl } ">Docs</a> · Questions? GitHub issues or Discord.</p>
59- <p>Happy automating,<br>The Dafthunk team</p>` ;
58+ ${ onboardingUrl ? `<p>Want a walkthrough? <a href="${ onboardingUrl } ">Book an onboarding session</a></p>\n` : "" } <p><a href="${ docsUrl } ">Docs</a></p>
59+ <p>Questions? GitHub issues or Discord.</p>
60+ <p>Happy automating,<br>Bertil Chapuis</p>
61+ <p>—<br>Dafthunk · Visual workflow automation<br><a href="${ websiteUrl } ">${ websiteUrl } </a></p>` ;
6062
6163 return { subject, text, html } ;
6264}
@@ -102,7 +104,8 @@ ${websiteUrl}`;
102104
103105 const html = `<p>${ inviterName } invited you to join ${ organizationName } on Dafthunk as a ${ role } .</p>
104106<p><a href="${ invitationsUrl } ">View Invitation</a></p>
105- <p>This invite expires on ${ expiresFormatted } .</p>` ;
107+ <p>This invite expires on ${ expiresFormatted } .</p>
108+ <p>—<br>Dafthunk · Visual workflow automation<br><a href="${ websiteUrl } ">${ websiteUrl } </a></p>` ;
106109
107110 return { subject, text, html } ;
108111}
0 commit comments