This story on HackerNoon has a decentralized backup on Sia.
Transaction ID: jr6R1BM09Si5CWBvR5Hjr9s7Tmw4hFwwKto76FSQSOI
Cover

How To Run Triggered Sends with Velo by Wix

Written by @velo | Published on 2021/5/14

TL;DR
Triggered Emails allow you to create a template for emails that you can send to a newly created contact, using code. Before sending the email, your code can inject information into the template to personalize it with any data that is available in your page code. This article uses a form submission for demonstration purposes. You can send an email from anywhere in your code. The code will send the values from the form to be used in place of the variables in the email template. The email template contains the following variables:: name, interest_area. The contact ID and the values of the variable placeholders.

[story continues]


Written by
@velo
Velo is a full-stack development platform that empowers you to rapidly build, manage and deploy professional web apps.

Topics and
tags
velo|coding-with-velo|wix|javascript|email|email-automation|web-development|tutorial
This story on HackerNoon has a decentralized backup on Sia.
Transaction ID: jr6R1BM09Si5CWBvR5Hjr9s7Tmw4hFwwKto76FSQSOI