Skip to content

Instantly share code, notes, and snippets.

@cfmitrah
Created October 21, 2019 07:39
Show Gist options
  • Save cfmitrah/c03c298a3a80a0487acd1eeb757a9043 to your computer and use it in GitHub Desktop.
Save cfmitrah/c03c298a3a80a0487acd1eeb757a9043 to your computer and use it in GitHub Desktop.
reating the audience list
<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