Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 683 Bytes

File metadata and controls

25 lines (15 loc) · 683 Bytes

addListContacts

Add contacts (by id, ctr_…) to a list. Returns how many were newly added; contacts already on the list are ignored.

HTTP: POST /api/lists/{id}/contacts

Parameters

Field Type Required Description
contactIds array

Returns

add-list-contacts-response — see the add-list-contacts-response schema.

Example

Object res = mk.addListContacts(Map.of("id", "lst_1", "contactIds", List.of("ctr_1", "ctr_2")));

← All methods · Docs · mailkite.dev