Close List Contacts
close_list_contactsList contacts (people) in Close. Returns a data array of contacts with id, lead_id, name, title, emails, and phones, plus has_more / total_results. Optionally filter to one lead with lead_id. Page with _limit / _skip.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| _skip | No | Number of results to skip for pagination (default 0) | |
| _limit | No | Results per page (default 100, max 200) | |
| _apiKey | Yes | Close API key | |
| lead_id | No | Optional lead ID to filter contacts to a single lead |