Search RD Station CRM Contacts
rdcrm_search_contactsSearch RD Station CRM contacts by partial name, exact email, or exact phone to quickly locate a person and retrieve their ID, contact details, and job title for follow-up actions.
Instructions
Search contacts in RD Station CRM by partial name, exact email or exact phone.
Returns one line per contact: name, id, primary email, primary phone, job title. Use the returned id with rdcrm_get_contact for full details (including linked deals).
Use when: "find Maria's contact", "do we have someone with email x@y.com?". Don't use when: you want to create or edit a contact (use rdcrm_upsert_contact).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default 1) | |
| No | Exact email address to filter by | ||
| limit | No | Results per page (default 20, max 200) | |
| phone | No | Exact phone number to filter by | |
| query | No | Partial name to search for (e.g. 'maria') |