Skip to content

Keap

Keap is a customer comprehensive customer relationship management platform designed to help small businesses streamline sales, marketing, and customer management processes in one integrated system.

Categories: crm

Type: keap/v1


Connections

Version: 1

OAuth2 Authorization Code

Properties

NameLabelTypeControl TypeDescriptionRequired
clientIdClient IdSTRINGTEXTtrue
clientSecretClient SecretSTRINGTEXTtrue

Actions

Create Company

Name: createCompany

Creates a new company.

Properties

NameLabelTypeControl TypeDescriptionRequired
__itemItem{{{STRING(country_code), STRING(line1), STRING(line2), STRING(locality), STRING(region), STRING(zip_code), STRING(zip_four)}(address), STRING(company_name), [{{}(content), INTEGER(id)}](custom_fields), STRING(email_address), {STRING(number), STRING(type)}(fax_number), STRING(notes), STRING(opt_in_reason), {STRING(extension), STRING(number), STRING(type)}(phone_number), STRING(website)}(address)}OBJECT_BUILDERnull

Output

Type: OBJECT

Properties

NameTypeControl Type
address{STRING(country_code), STRING(line1), STRING(line2), STRING(locality), STRING(region), STRING(zip_code), STRING(zip_four)}OBJECT_BUILDER
company_nameSTRINGTEXT
custom_fields[{{}(content), INTEGER(id)}]ARRAY_BUILDER
email_addressSTRINGTEXT
email_opted_inBOOLEANSELECT
email_statusSTRINGSELECT
fax_number{STRING(number), STRING(type)}OBJECT_BUILDER
idINTEGERINTEGER
notesSTRINGTEXT
phone_number{STRING(extension), STRING(number), STRING(type)}OBJECT_BUILDER
websiteSTRINGTEXT

Create Task

Name: createTask

Creates a new task.

Properties

NameLabelTypeControl TypeDescriptionRequired
__itemTask{BOOLEAN(completed), DATE_TIME(completion_date), {STRING(email), STRING(first_name), INTEGER(id), STRING(last_name)}(contact), DATE_TIME(creation_date), STRING(description), DATE_TIME(due_date), INTEGER(funnel_id), INTEGER(jgraph_id), DATE_TIME(modification_date), INTEGER(priority), INTEGER(remind_time), STRING(title), STRING(type), STRING(url), INTEGER(user_id)}OBJECT_BUILDERnull

Output

Type: OBJECT

Properties

NameTypeControl Type
completedBOOLEANSELECT
completion_dateDATE_TIMEDATE_TIME
contact{STRING(email), STRING(first_name), INTEGER(id), STRING(last_name)}OBJECT_BUILDER
creation_dateDATE_TIMEDATE_TIME
descriptionSTRINGTEXT
due_dateDATE_TIMEDATE_TIME
funnel_idINTEGERINTEGER
jgraph_idINTEGERINTEGER
modification_dateDATE_TIMEDATE_TIME
priorityINTEGERINTEGER
remind_timeINTEGERINTEGER
titleSTRINGTEXT
typeSTRINGTEXT
urlSTRINGTEXT
user_idINTEGERINTEGER

Create Contact

Name: createContact

Creates a new contact.

Properties

NameLabelTypeControl TypeDescriptionRequired
__itemCreateOrPatchContact{[{STRING(country_code), STRING(field), STRING(line1), STRING(line2), STRING(locality), STRING(postal_code), STRING(region), STRING(zip_code), STRING(zip_four)}](addresses), DATE_TIME(anniversary), DATE_TIME(birthday), {INTEGER(id)}(company), STRING(contact_type), [{{}(content), INTEGER(id)}](custom_fields), [{STRING(email), STRING(field)}](email_addresses), STRING(family_name), [{STRING(field), STRING(number), STRING(type)}](fax_numbers), STRING(given_name), STRING(job_title), INTEGER(lead_source_id), STRING(middle_name), STRING(opt_in_reason), {STRING(ip_address)}(origin), INTEGER(owner_id), [{STRING(extension), STRING(field), STRING(number), STRING(type)}](phone_numbers), STRING(preferred_locale), STRING(preferred_name), STRING(prefix), [{STRING(name), STRING(type)}](social_accounts), STRING(source_type), STRING(spouse_name), STRING(suffix), STRING(time_zone), STRING(website)}OBJECT_BUILDERnull

Output

Type: OBJECT

Properties

NameTypeControl Type
ScoreValueSTRINGTEXT
addresses[{STRING(country_code), STRING(field), STRING(line1), STRING(line2), STRING(locality), STRING(postal_code), STRING(region), STRING(zip_code), STRING(zip_four)}]ARRAY_BUILDER
anniversaryDATE_TIMEDATE_TIME
birthdayDATE_TIMEDATE_TIME
company{STRING(company_name), INTEGER(id)}OBJECT_BUILDER
company_nameSTRINGTEXT
contact_typeSTRINGTEXT
custom_fields[{{}(content), INTEGER(id)}]ARRAY_BUILDER
date_createdDATE_TIMEDATE_TIME
email_addresses[{STRING(email), STRING(field)}]ARRAY_BUILDER
email_opted_inBOOLEANSELECT
email_statusSTRINGSELECT
family_nameSTRINGTEXT
fax_numbers[{STRING(field), STRING(number), STRING(type)}]ARRAY_BUILDER
given_nameSTRINGTEXT
idINTEGERINTEGER
job_titleSTRINGTEXT
last_updatedDATE_TIMEDATE_TIME
lead_source_idINTEGERINTEGER
middle_nameSTRINGTEXT
opt_in_reasonSTRINGTEXT
origin{DATE_TIME(date), STRING(ip_address)}OBJECT_BUILDER
owner_idINTEGERINTEGER
phone_numbers[{STRING(extension), STRING(field), STRING(number), STRING(type)}]ARRAY_BUILDER
preferred_localeSTRINGTEXT
preferred_nameSTRINGTEXT
prefixSTRINGTEXT
relationships[{INTEGER(id), INTEGER(linked_contact_id), INTEGER(relationship_type_id)}]ARRAY_BUILDER
social_accounts[{STRING(name), STRING(type)}]ARRAY_BUILDER
source_typeSTRINGSELECT
spouse_nameSTRINGTEXT
suffixSTRINGTEXT
tag_ids[INTEGER]ARRAY_BUILDER
time_zoneSTRINGTEXT
websiteSTRINGTEXT

Triggers