Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 494 Bytes

File metadata and controls

27 lines (17 loc) · 494 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

contact-list

Example

$res = $mk->createList([
    'name' => 'Beta testers',
]);

← All methods · Docs · mailkite.dev