Skip to content

I Dig Email

I really, really dig email

Category: AMPScript

Schedule an Appointment email using SOAP API

September 9, 2017 evangogh AMPScript, Code, SFMC/ExactTarget

 %%[ 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 more

Schedule an Appointment SMS using Data Extension

September 9, 2017 evangogh AMPScript, Code, SFMC/ExactTarget

%%[ 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 more

Schedule an Appointment email using Data Extension

September 9, 2017 evangogh AMPScript, Code, SFMC/ExactTarget

 %%[    Set @EmailDE = "5-22_Master"    Set @SubjectLine ="It’s time to schedule a check-up for your family! Schedule online now."    Set @Preheader =

Read more

Schedule an Appointment SMS using SOAP API

September 9, 2017 evangogh AMPScript, Code, SFMC/ExactTarget

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 more

AMPScript ProperCase & Trim

August 18, 2016 evangogh AMPScript, Code, SFMC/ExactTarget

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 more

AMPScript functions

August 2, 2016 evangogh AMPScript, SFMC/ExactTarget

System variables: Unique JobID for email send = %%JobID%% Email name = %%emailName_%% Subscriber email address = %%emailaddr%% View online = %%view_email_url%% Forward to a

Read more

Good Morning/Afternoon AMPScript

August 7, 2015 evangogh AMPScript, Code, SFMC/ExactTarget

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 more

How to Include an RSS Feed in an Email Message using AMPscript

October 17, 2013 evangogh AMPScript, Code, SFMC/ExactTarget

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 more

Triggered Send via Smart Capture Form & AMPScript

September 12, 2013 evangogh AMPScript, Code, SFMC/ExactTarget

<!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 more

Triggered send using AMPScript

September 9, 2013 evangogh AMPScript, Code, SFMC/ExactTarget

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
WordPress Theme: Gridbox by ThemeZee.