Created
October 21, 2019 07:39
-
-
Save cfmitrah/c03c298a3a80a0487acd1eeb757a9043 to your computer and use it in GitHub Desktop.
reating the audience list
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<cfscript> | |
// Create List | |
addList = application.mailChimpService.addList(); | |
writeDump(addList);abort; | |
</cfscript> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment