Allows creating a list by passing a data containing email addresses
This works best for small lists under 1000 records. For bigger lists use the uploadlist api
| Argument | Data Type | Required | Description |
| title | string | Yes | title of the list |
| emails | string | Yes | One email address per line. Or you can insert a header row and containing multiple columns of email data. |
| folder | integer | No | parent folder id |
| suppression | boolean either 1 or 0 | No | zero 0 if not suppression 1 if suppression list |
| XML Response | JSON Response |
| <response> <success>List Created</success> <id>145234</id> </response> |
{
"success": "List Created",
"id": "145234"
} |