eavz
Affinity

Affinity

Relationship intelligence CRM for deal flow and networking

6 actions
2 triggers

Actions

Name
create_person

Create a new person in Affinity

list_persons

List persons in Affinity

get_person

Get a specific person by ID

create_organization

Create a new organization in Affinity

list_organizations

List organizations in Affinity

custom_api_call

Make a custom API call to the Affinity API

Triggers

Name
person_created

Triggers when a new person is created in Affinity

note_added

Triggers when a new note is created in Affinity

Quick Start

TypeScript
import { WeavzClient } from '@weavz/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute({
  integrationName: 'affinity',
  actionName: 'create_person',
  input: { /* ... */ },
  connectionId: 'conn_id',
  workspaceId: 'ws_id',
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Affinity to my app?

Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.

What actions does Affinity support?

Affinity supports 6 actions including Create Person, List Persons, Get Person, Create Organization, List Organizations, and more.

Can I use Affinity with AI agents?

Yes. Add Affinity to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.

What authentication does Affinity use?

Affinity uses API Key. Weavz handles token management, refresh, and secure credential storage automatically.

How much does the Affinity integration cost?

The Affinity integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.

What triggers does Affinity support?

Affinity supports 2 triggers including Person Created, Note Added.

Connect Affinity in 2 minutes

Get 1,000 free actions every month. No credit card required.