Skip to content

Insightly

Insightly is a customer relationship management (CRM) software that helps businesses manage contacts, sales, projects, and tasks in one platform.

Categories: crm

Type: insightly/v1


Connections

Version: 1

Basic Auth

Properties

NameLabelTypeControl TypeDescriptionRequired
podPodSTRINGTEXTYour instances pod can be found under your API URL, e.g. https://api.{pod}.insightly.com/v3.1true
usernameAPI KeySTRINGTEXTtrue

Actions

Create Contact

Name: createContact

Creates new contact.

Properties

NameLabelTypeControl TypeDescriptionRequired
__itemContactOBJECT
Properties {STRING(FIRST_NAME), STRING(LAST_NAME), STRING(EMAIL_ADDRESS), STRING(PHONE), STRING(TITLE)}
OBJECT_BUILDERtrue

Output

Type: OBJECT

Properties

NameTypeControl Type
CONTACT_IDINTEGERINTEGER
FIRST_NAMESTRINGTEXT
LAST_NAMESTRINGTEXT
EMAIL_ADDRESSSTRINGTEXT
PHONESTRINGTEXT
TITLESTRINGTEXT

JSON Example

{
"label" : "Create Contact",
"name" : "createContact",
"parameters" : {
"__item" : {
"FIRST_NAME" : "",
"LAST_NAME" : "",
"EMAIL_ADDRESS" : "",
"PHONE" : "",
"TITLE" : ""
}
},
"type" : "insightly/v1/createContact"
}

Create Organization

Name: createOrganization

Creates new organization.

Properties

NameLabelTypeControl TypeDescriptionRequired
__itemOrganizationOBJECT
Properties {STRING(ORGANISATION_NAME), STRING(PHONE), STRING(WEBSITE)}
OBJECT_BUILDERtrue

Output

Type: OBJECT

Properties

NameTypeControl Type
ORGANISATION_IDINTEGERINTEGER
ORGANISATION_NAMESTRINGTEXT
PHONESTRINGTEXT
WEBSITESTRINGTEXT

JSON Example

{
"label" : "Create Organization",
"name" : "createOrganization",
"parameters" : {
"__item" : {
"ORGANISATION_NAME" : "",
"PHONE" : "",
"WEBSITE" : ""
}
},
"type" : "insightly/v1/createOrganization"
}

Create Task

Name: createTask

Creates new task.

Properties

NameLabelTypeControl TypeDescriptionRequired
__itemTaskOBJECT
Properties {STRING(TITLE), STRING(STATUS)}
OBJECT_BUILDERtrue

Output

Type: OBJECT

Properties

NameTypeControl Type
TASK_IDINTEGERINTEGER
TITLESTRINGTEXT
STATUSSTRINGTEXT

JSON Example

{
"label" : "Create Task",
"name" : "createTask",
"parameters" : {
"__item" : {
"TITLE" : "",
"STATUS" : ""
}
},
"type" : "insightly/v1/createTask"
}

Additional instructions


CONNECTION

API key location