List Contacts
neuron_list_contactsRetrieve all contacts for the current organization with optional filtering by search term, tag, and pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | Tag name to filter contacts by category | |
| page | No | Page number for pagination (default: 1) | |
| limit | No | Number of contacts per page (default: 20) | |
| search | No | Search term to filter contacts by name, phone number, or email address | |
| doNotBroadcast | No | Filter to contacts that are (true) or are not (false) excluded from broadcasts | |
| doNotAutoRespond | No | Filter to contacts the bot will never (true) / may (false) auto-respond to |