Find contacts
find_contactsSearch signers and recipients by name or email fragment to locate contacts and verify email addresses in a Signable account.
Instructions
Search contacts (signers and recipients) by part of their name or email. The API has no server-side search, so this pages through the contact list (50 per call) up to max_pages. Emails are only returned with include_contact_details; note that a match on an email fragment still confirms that such an address exists on the account.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Name or email fragment | |
| max_pages | No | Pages of 50 contacts to scan | |
| max_results | No | ||
| include_contact_details | No | Include contact email addresses |