list_contact_ids
Retrieve contact IDs from Nimble CRM with filters for record type, keyword, and pagination. Get only the IDs needed for efficient downstream processing without full contact data.
Instructions
List contact IDs only (faster than a full contact listing).
Args: record_type: Filter by 'person', 'company', or 'all'. keyword: Simple search across indexed fields. per_page: Results per page (default 30). page: Page number (starts at 1).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| keyword | No | ||
| per_page | No | ||
| record_type | No | all |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |