%%[ SET @EventDate = Format(Now(),"MMddyyyy") var @xml SET @xml = XML_Feed SET @rowSET = BuildRowsetFromXml(@xml, "//Record",1) SET @FamilyTotal = Rowcount(@rowset) If not empty(@FamilyTotal) then
Read moreSchedule an Appointment SMS using Data Extension
%%[ Set @EmailDE ="5-9_NVNS_Master" Set @SendDate = Format(Now(),"MMddyyyy") Set @CampaignID = Concat(@Campaign,@SendDate) Set @utmSource = "AdHoc" Set @utmCampaign = "Capacity" Set @utmMedium = "SMS" Set
Read moreSchedule an Appointment email using Data Extension
%%[ Set @EmailDE = "5-22_Master" Set @SubjectLine ="It’s time to schedule a check-up for your family! Schedule online now." Set @Preheader =
Read moreSchedule an Appointment SMS using SOAP API
SMS Schedule Appointment with Phone Number %%[ VAR @xml, @rowset, @row, @FamilyTotal, @MessageId, @HOHid, @mobile, @MessageBody SET @xml = XML_Feed SET @rowset = BuildRowsetFromXml(@xml, "//Record",1)
Read moreAMPScript ProperCase & Trim
Good %%[ VAR @fName, @FN_Trim, @FN_PC Set @fName = [First Name] If not empty(@fname) then ( Set @FN_Trim = Trim(@fName) Set @FN_PC =
Read moreAMPScript functions
System variables: Unique JobID for email send = %%JobID%% Email name = %%emailName_%% Subscriber email address = %%emailaddr%% View online = %%view_email_url%% Forward to a
Read moreGood Morning/Afternoon AMPScript
The datediff() function is your friend. It’s pretty tolerant to all kinds of dates and times. You can comment/uncomment the set @now lines to suit
Read moreHow to Include an RSS Feed in an Email Message using AMPscript
This document contains conceptual, procedural and scenario information about including RSS feeds in the content of an email message. You can use AMPscript to pull
Read moreTriggered Send via Smart Capture Form & AMPScript
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>My Form</title>
Read moreTriggered send using AMPScript
The example below uses AMPScript and shows creating a subscriber, using an existing triggered send definition by customer key, and executing the triggered send using
Read more