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
__itemContact{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

Create Organization

Name: createOrganization

Creates new organization.

Properties

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

Output

Type: OBJECT

Properties

NameTypeControl Type
ORGANISATION_IDINTEGERINTEGER
ORGANISATION_NAMESTRINGTEXT
PHONESTRINGTEXT
WEBSITESTRINGTEXT

Create Task

Name: createTask

Creates new task.

Properties

NameLabelTypeControl TypeDescriptionRequired
__itemTask{STRING(TITLE), STRING(STATUS)}OBJECT_BUILDERtrue

Output

Type: OBJECT

Properties

NameTypeControl Type
TASK_IDINTEGERINTEGER
TITLESTRINGTEXT
STATUSSTRINGTEXT

Triggers



Additional instructions


CONNECTION

API key location