Actions
| Name | Description |
|---|---|
create_personCreate a new person in Affinity | Create a new person in Affinity |
list_personsList persons in Affinity | List persons in Affinity |
get_personGet a specific person by ID | Get a specific person by ID |
create_organizationCreate a new organization in Affinity | Create a new organization in Affinity |
list_organizationsList organizations in Affinity | List organizations in Affinity |
custom_api_callMake a custom API call to the Affinity API | Make a custom API call to the Affinity API |
Triggers
| Name | Description |
|---|---|
person_createdTriggers when a new person is created in Affinity | Triggers when a new person is created in Affinity |
note_addedTriggers when a new note is created in Affinity | Triggers when a new note is created in Affinity |
Quick Start
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.