Add
Overview
Adds a new list to your account and returns the initialized list objectSyntax
Add(1)
| Ordinal | Type | Description | |
|---|---|---|---|
| 1 | string | Required | Name of new list |
Example
This sample code adds a list to your account.
var myNewList = List.Add({CustomerKey:"libList",Name:"testLib",Description:"desc"});