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
Name | Label | Type | Control Type | Description | Required |
---|---|---|---|---|---|
token | Token | STRING | TEXT | true |
Actions
Create Opportunity
Name: createOpportunity
Creates a new opportunity.
Properties
Name | Label | Type | Control Type | Description | Required |
---|---|---|---|---|---|
__item | Opportunity | {STRING(name)} | OBJECT_BUILDER | null |
Output
Type: OBJECT
Properties
Name | Type | Control Type |
---|---|---|
body | {STRING(id), STRING(name)} | OBJECT_BUILDER |
Create Organization
Name: createOrganization
Creates a new organization.
Properties
Name | Label | Type | Control Type | Description | Required |
---|---|---|---|---|---|
__item | Organization | {STRING(name), STRING(domain)} | OBJECT_BUILDER | null |
Output
Type: OBJECT
Properties
Name | Type | Control Type |
---|---|---|
body | {STRING(id), STRING(name), STRING(domain)} | OBJECT_BUILDER |
Create Person
Name: createPerson
Creates a new person.
Properties
Name | Label | Type | Control Type | Description | Required |
---|---|---|---|---|---|
__item | Person | {STRING(first_name), STRING(last_name), [STRING](emails)} | OBJECT_BUILDER | null |
Output
Type: OBJECT
Properties
Name | Type | Control Type |
---|---|---|
body | {STRING(id), STRING(first_name), STRING(last_name), [STRING](emails)} | OBJECT_BUILDER |