What can you do with it?
The Affinity integration allows you to access and manage your relationship intelligence data including lists, people, and custom field values. You can retrieve all accessible lists, get detailed field values for specific people, and access the structured data that powers Affinity’s relationship management capabilities. This integration is ideal for teams that need to programmatically access their relationship data and integrate it with other business processes.How to use it?
Basic Command Structure
Parameters
Required:action
- The operation you want to perform (get_lists, get_field_values)
person_id
- The unique ID of a person for field value retrieval
Tools
Get Lists
Retrieve all lists that you have access to Parameters:action
(required) - Set to “get_lists”
Get Field Values for Person
Retrieve field values for a specific person by their ID Parameters:action
(required) - Set to “get_field_values”person_id
(required) - The unique ID of the person