← RETURN TO ROOT
Connected
Contact management
View contacts derived from your email threads and manage suppression state per address or domain.
Open contacts pageHow contacts work
Contacts are derived from thread participants. No separate import or sync is needed.
Navigating the contacts page
Open `/dashboard/contacts` in the dashboard sidebar to access the contacts page.
- 01Use the search bar to filter contacts by email substring.
- 02Use the status dropdown to show All, Blocked, or Active contacts.
- 03The table displays email, domain, thread count, last active date, status badge, and row actions.
- 04Pagination controls appear when there are more than 20 contacts.
Block and unblock actions
Use row-level actions to manage suppression state directly from the contacts table.
Choosing the right scope
Pick email or domain scope based on the risk level and breadth of the problem.
API and UI reference
Where to find contact and suppression controls across the platform.
- 01Contacts API: `/api/v1/organizations/{organizationId}/contacts` supports list with search, pagination, and blocked filter.
- 02Suppressions API: `/api/v1/organizations/{organizationId}/suppressions` for create, list, get, and delete suppression entries.
- 03Contacts page: `/dashboard/contacts` for per-contact block/unblock with email or domain scope.
- 04Deliverability dashboard: `/dashboard/deliverability` for suppression list management by reason and email.