Skip to content

Affinity

Affinity is a customer relationship management (CRM) platform that leverages relationship intelligence to help businesses strengthen connections and drive engagement with client and prospects.

Categories: crm

Type: affinity/v1


Connections

Version: 1

Bearer Token

Properties

NameLabelTypeControl TypeDescriptionRequired
tokenTokenSTRINGTEXTtrue

Actions

Create Opportunity

Name: createOpportunity

Creates a new opportunity.

Properties

NameLabelTypeControl TypeDescriptionRequired
__itemOpportunity{STRING(name)}OBJECT_BUILDERnull

Output

Type: OBJECT

Properties

NameTypeControl Type
body{STRING(id), STRING(name)}OBJECT_BUILDER

Create Organization

Name: createOrganization

Creates a new organization.

Properties

NameLabelTypeControl TypeDescriptionRequired
__itemOrganization{STRING(name), STRING(domain)}OBJECT_BUILDERnull

Output

Type: OBJECT

Properties

NameTypeControl Type
body{STRING(id), STRING(name), STRING(domain)}OBJECT_BUILDER

Create Person

Name: createPerson

Creates a new person.

Properties

NameLabelTypeControl TypeDescriptionRequired
__itemPerson{STRING(first_name), STRING(last_name), [STRING](emails)}OBJECT_BUILDERnull

Output

Type: OBJECT

Properties

NameTypeControl Type
body{STRING(id), STRING(first_name), STRING(last_name), [STRING](emails)}OBJECT_BUILDER

Triggers