AMPscript
Add
Remove
Retrieve
Validate Your Server-Side JavaScript using WSProxy
Adds a new list to your account and returns the initialized list object
Add(1)
| Ordinal | Type | Description | |
|---|---|---|---|
| 1 | string | Required | Name of new list |
This sample code adds a list to your account.
1var myNewList = List.Add({CustomerKey:"libList",Name:"testLib",Description:"desc"});