Skip to content

Insightly

Reference


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

Categories: [crm]

Version: 1


Connections

Version: 1

Basic Auth

Properties

NameTypeControl TypeDescription
PodSTRINGTEXTYour instances pod can be found under your API URL, e.g. https://api.{pod}.insightly.com/v3.1
API KeySTRINGTEXT

Triggers


Actions

Create contact

Creates new Contact

Properties

NameTypeControl TypeDescription
Contact{STRING(FIRST_NAME), STRING(LAST_NAME), STRING(EMAIL_ADDRESS), STRING(PHONE), STRING(TITLE)}OBJECT_BUILDER

Output

Type: OBJECT

Properties

TypeControl Type
INTEGERINTEGER
STRINGTEXT
STRINGTEXT
STRINGTEXT
STRINGTEXT
STRINGTEXT

Create organization

Creates new Organization

Properties

NameTypeControl TypeDescription
Organization{STRING(ORGANISATION_NAME), STRING(PHONE), STRING(WEBSITE)}OBJECT_BUILDER

Output

Type: OBJECT

Properties

TypeControl Type
INTEGERINTEGER
STRINGTEXT
STRINGTEXT
STRINGTEXT

Create task

Creates new Task

Properties

NameTypeControl TypeDescription
Task{STRING(TITLE), STRING(STATUS)}OBJECT_BUILDER

Output

Type: OBJECT

Properties

TypeControl Type
INTEGERINTEGER
STRINGTEXT
STRINGTEXT

Additional instructions


CONNECTION

API key location