CRM & Sales20 toolsPaste one API key
Affinity integration for AI agents
Manage contacts, organizations, and opportunities in Affinity
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect Affinity once and call the same tools from all of them.
Setup
Connect affinity through ClawLink's hosted setup.
- Auth: Paste one API key. The credential stays on the ClawLink server; your agent holds only a ClawLink key you can revoke.
- Where: the ClawLink dashboard, or ask your agent to connect it.
What your agent can do
Affinity exposes 20 tools through ClawLink.
| Tool | What it does | Kind |
|---|---|---|
affinity_get_a_company_s_list_entries | Summarize company data across all lists, including list-specific fields and metadata like creation date and author. Access requires \'Export data from Lists\' permission. | Read |
affinity_get_a_company_s_lists | Returns metadata for all the Lists on which the given Company appears. | Read |
affinity_get_a_person_s_list_entries | Summary: Browse rows for a Person in all Lists, showing field data and entry metadata like creation time and author. Requires \'Export data from Lists\' permission. | Read |
affinity_get_a_person_s_lists | Returns metadata for all the Lists on which the given Person appears. | Read |
affinity_get_a_single_company | Retrieve basic company info and specific field data by using `fieldIds` or `fieldTypes` parameters. Multiple fields can be queried. No field data if parameters aren't specified. | Read |
affinity_get_a_single_opportunity | Get basic details about an Opportunity without field data via provided endpoints. Field data requires using specific list entry APIs and the \'Export data from Lists\' permission. | Read |
affinity_get_a_single_person | Use GET `/v2/persons/fields` with `fieldIds` or `fieldTypes` for detailed data; basic info by default. Request multiple fields at once. \'Export All People\' permission needed. | Read |
affinity_get_all_companies | Affinity API allows paginated access to company info and custom fields. Use `fieldIds` or `fieldTypes` to specify data in a request. Retrieve field IDs/Types via GET `/v2/companies/fields`. | Read |
affinity_get_all_list_entries_on_a_list | Access and export essential data and metadata for Companies, Persons, or Opportunities from a List, specifying data via `fieldIds` or `fieldTypes`. \'Export data from Lists\' permission is necessary. | Read |
affinity_get_all_list_entries_on_a_saved_view | Use the endpoint to access rows in a Saved View with specific filters and selected fields from a web app. | Read |
affinity_get_all_opportunities | Pagination through Opportunities in Affinity yields basic info but excludes field data. For field data, use specified GET endpoints. \'Export data from Lists\' permission needed. | Read |
affinity_get_all_persons | The Affinity API offers paginated access to Person data using `fieldIds` or `fieldTypes`. Bulk extraction needs special permissions and supports multiple parameters. | Read |
affinity_get_current_user | Returns metadata about the current user | Read |
affinity_get_metadata_on_a_single_list | Returns metadata on a single List | Read |
affinity_get_metadata_on_a_single_list_s_fields | Returns metadata on the Fields available on a single List | Read |
affinity_get_metadata_on_a_single_saved_view | Returns metadata on a single Saved View | Read |
affinity_get_metadata_on_all_lists | Returns metadata on Lists | Read |
affinity_get_metadata_on_company_fields | Returns metadata on non-list-specific Company Fields | Read |
affinity_get_metadata_on_person_fields | Returns metadata on non-list-specific Person Fields | Read |
affinity_get_metadata_on_saved_views | Returns metadata on the Saved Views on a List | Read |