Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 482 Bytes

File metadata and controls

27 lines (17 loc) · 482 Bytes

createList

Create a contact list. Returns the list with its id (lst_…); add contacts with addListContacts.

HTTP: POST /api/lists

Parameters

Field Type Required Description
name string

Returns

any

Example

res = mk.createList({
    "name": "Beta testers",
})

← All methods · Docs · mailkite.dev