A List is a collection of subscribers (or List Members, or Records). Each subscriber or List Member is uniquely identified by their email address, and may include an limited amount of Fields containing demographic information associated to each email address.
| Resource | Description |
|---|---|
| Create | Method to create a list. |
| Delete | Method to delete a list. |
| GetInfo | Method to get information about a list. |
| GetList | Method to get a list of lists. |
| SetInfo | Method to set the information of a list. |
| EditStructure | Method to edit the structure of a list. |
| GetFields | Method to get the list of fields of a list. |
| CreateSublist | Method to create a segment. |
| DeleteSublist | Method to delete a segment. |
| GetSublists | Method to get a list of segments. |
| AddTestEmail | Method to add a test email to the list. |
| DeleteTestEmail | Method to add a test email to the list. |
| GetTestEmails | Method to get the test emails of the list. |
| SubscribeEmail | Method to add a member to the list. |
| Import | Method to add members to the list. |
| UnsubscribeEmail | Method to unsubscribe a member from the list. |
| DeleteRecord | Method to delete a member from the list. |
| GetRecord | Method to get the information of a member of the list. |
| Show | Method to get a list of members of the list. |
| UpdateRecord | Method to set the information of a member of the list. |
| GetLog | Method to get the log items of the list. |