<# // Page: Contacts-campaign // This EASE page produces a list of contacts from the "Easy Contacts" Google Sheet and sends a mail to each // This page: // send an email to the Lists of contacts #>
<# start list for googlespreadsheet "Easy Contacts"; include all columns from "Sheet1"; #>
<# start header #>
Name | Phone | Company | State | Industry | Previous Purchase | |
---|---|---|---|---|---|---|
<# First Name #> <# Last Name #> | <# Email #> | <# Phone #> | <# Company #> | <# State #> | <# Industry #> | <# Previous Purchase #> |
<# end footer #>
<# no results #>
There are no contact results in this list yet…
+Add New Contact
<# end no results #>
<# end list #>