Skip to content

Affinity

Reference


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]

Version: 1


Connections

Version: 1

Bearer Token

Properties

NameTypeControl TypeDescription
TokenSTRINGTEXT

Triggers


Actions

Create Opportunity

Creates a new opportunity.

Properties

NameTypeControl TypeDescription
Opportunity{STRING(name)}OBJECT_BUILDER

Output

Type: OBJECT

Properties

TypeControl Type
{STRING(id), STRING(name)}OBJECT_BUILDER

Create Organization

Creates a new organization.

Properties

NameTypeControl TypeDescription
Organization{STRING(name), STRING(domain)}OBJECT_BUILDER

Output

Type: OBJECT

Properties

TypeControl Type
{STRING(id), STRING(name), STRING(domain)}OBJECT_BUILDER

Create Person

Creates a new person.

Properties

NameTypeControl TypeDescription
Person{STRING(first_name), STRING(last_name), [STRING](emails)}OBJECT_BUILDER

Output

Type: OBJECT

Properties

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