OCNORA

Affinity

CRM & salesAPI keycredential probe

Read and write Affinity lists, list entries, people and organizations (API v1).

OCNORA ships 9 typed Affinity operations and 1 trigger. Each node has a schema-driven form, input and output tables beside its settings, and is pre-flighted by Workflow Health before your first real run. Anything not covered by a typed node reaches https://api.affinity.co through the HTTP node with the same credential.

Triggers 1

  • Event
    Start a run when Affinity emits an event (list entry, person, organization, opportunity, note, field value…).
    trigger.affinity_event

Operations 9

  • Add Entry to List
    Add an existing person or organization to a list; Affinity does not allow opportunities to be created this way.
    affinity.create_list_entry
  • Create Organization
    Create a company in Affinity with its name and website domain.
    affinity.create_organization
  • Create Person
    Create a person in Affinity with their name and email addresses.
    affinity.create_person
  • Remove Entry from List
    Remove one row from an Affinity list by its list entry id.
    affinity.delete_list_entry
  • Get List
    Return one Affinity list, including the field definitions on it.
    affinity.get_list
  • List Entries
    Return a page of the rows on one Affinity list.
    affinity.list_list_entries
  • List Lists
    Return every list the connection's Affinity user can see.
    affinity.list_lists
  • Search Organizations
    Search Affinity organizations by company name or website domain.
    affinity.search_organizations
  • Search People
    Search Affinity people by email address, first name or last name.
    affinity.search_persons

Run your first Affinity workflow today.

Create a free workspace, add the connection, pick a template or describe the workflow to Build with AI. Workflow Health checks it before it runs.