Open Connector
All tools

Insightly

Use Insightly to manage CRM contacts, organisations, opportunities, leads, projects, and tasks.

insightlyv1.0.0527 tools

Authentication

MethodKindStatusDetails
Basic Authbasicavailable

Call a tool

import { createClient } from "@open-connector/sdk";const oc = createClient({  baseUrl: "https://api.openconnector.dev",  apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await oc.executeTool({  slug: "INSIGHTLY_ADD_ACTIVITY_SET_ASSIGNMENT",  connectedAccountId: "conn_...",  arguments: { /* match this tool's input schema */ },});
import Composio from "@composio/client";const composio = new Composio({  baseURL: "https://api.openconnector.dev/composio",  apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await composio.tools.execute("INSIGHTLY_ADD_ACTIVITY_SET_ASSIGNMENT", {  connected_account_id: "conn_...",  arguments: { /* match this tool's input schema */ },});
oc tools execute INSIGHTLY_ADD_ACTIVITY_SET_ASSIGNMENT --data '{ }'

Tool catalog

Available tools

527 callable operations

Adds an Activity Set to a ContactINSIGHTLY_ADD_ACTIVITY_SET_ASSIGNMENTAdds an Activity Set to a Contact

Adds an Activity Set to a Contact

Authentication

Connected account required

Tags

Contacts
Adds a Forum Post to a ForumINSIGHTLY_ADD_CHILD_ENTITYAdds a Forum Post to a Forum

Adds a Forum Post to a Forum

Authentication

Connected account required

Tags

Forums
Adds a Comment to an EmailINSIGHTLY_ADD_COMMENTAdds a Comment to an Email

Adds a Comment to an Email

Authentication

Connected account required

Tags

Emails
Insightly Object Screen PopINSIGHTLY_ADD_DISPLAY_OBJECT_ON_CLIENTThis endpoint loads Insightly object page within the client browser running Insightly for convenience and increased productivity.

This endpoint loads Insightly object page within the client browser running Insightly for convenience and increased productivity.

Authentication

Connected account required

Tags

Cti
AddDisplayTicketOnClientINSIGHTLY_ADD_DISPLAY_TICKET_ON_CLIENTAddDisplayTicketOnClient

AddDisplayTicketOnClient

Authentication

Connected account required

Tags

Cti
Adds a recordINSIGHTLY_ADD_ENTITYIf you have trouble with creating a record, try creating records via the web interface, and then access those records via the API. This way you can see examples of the fields and sub-elements attached to the record. A common source of problems during write/update request is caused when users omit required fields, or insert invalid data in a field (e.g. reference a CATEGORY_ID that does not exist in the user's Insightly instance.

If you have trouble with creating a record, try creating records via the web interface, and then access those records via the API. This way you can see examples of the fields and sub-elements attached to the record. A common source of problems during write/update request is caused when users omit required fields, or insert invalid data in a field (e.g. reference a CATEGORY_ID that does not exist in the user's Insightly instance.

Authentication

Connected account required

Tags

CustomObjectsRecords
Adds a Structured Custom EventINSIGHTLY_ADD_EVENTPROSPECT_ID, CATEGORY, and ACTION are all required when creating an event. These are used to properly categorize and score the event.

PROSPECT_ID, CATEGORY, and ACTION are all required when creating an event. These are used to properly categorize and score the event.

Authentication

Connected account required

Tags

MarketingCustomEvents
Adds a File Attachment to a RecordINSIGHTLY_ADD_FILE_ATTACHMENTThis endpoint expects multipart/form-data as the request payload. See Stack Overflow for examples of how to generate multipart requests, or see our <a href="http://github.com/Insightly" target="_blank">client libraries</a> for an example of how this is generated. Only one file can be added per request. Some file types are not allowed for security reasons.

This endpoint expects multipart/form-data as the request payload. See Stack Overflow for examples of how to generate multipart requests, or see our <a href="http://github.com/Insightly" target="_blank">client libraries</a> for an example of how this is generated. Only one file can be added per request. Some file types are not allowed for security reasons.

Authentication

Connected account required

Tags

CustomObjectsRecords
Adds a File CategoryINSIGHTLY_ADD_FILE_CATEGORYThis endpoint is used to create a new File Category. This endpoint is only accessible to users with administrator permission.

This endpoint is used to create a new File Category. This endpoint is only accessible to users with administrator permission.

Authentication

Connected account required

Tags

FileCategories
Start following a Forum CommentINSIGHTLY_ADD_FOLLOWStart following a Forum Comment

Start following a Forum Comment

Authentication

Connected account required

Tags

ForumComments
Adds a Lead SourceINSIGHTLY_ADD_LEAD_SOURCEThis endpoint is used to define a new lead source. This endpoint is only accessible to users with administrator access.

This endpoint is used to define a new lead source. This endpoint is only accessible to users with administrator access.

Authentication

Connected account required

Tags

LeadSources
Adds a Lead StatusINSIGHTLY_ADD_LEAD_STATUSThis endpoint is used to add a new lead status option to the instance. This endpoint is only accessible to users with administrator access.

This endpoint is used to add a new lead status option to the instance. This endpoint is only accessible to users with administrator access.

Authentication

Connected account required

Tags

LeadStatuses
Adds a LinkINSIGHTLY_ADD_LINKAdds a Link

Adds a Link

Authentication

Connected account required

Tags

Contacts
Merges the Ticket into another TicketINSIGHTLY_ADD_MERGEMerges the Ticket into another Ticket

Merges the Ticket into another Ticket

Authentication

Connected account required

Tags

Tickets
Adds a MilestoneINSIGHTLY_ADD_MILESTONEAdds a Milestone

Adds a Milestone

Authentication

Connected account required

Tags

Projects
Adds a Note to a ContactINSIGHTLY_ADD_NOTESIf you have trouble with creating a Contact, try creating Contacts via the web interface, and then access those Contacts via the API. This way you can see examples of the fields and sub-elements attached to the Contact. A common source of problems during write/update request is caused when users omit required fields, or insert invalid data in a field (e.g. reference a CATEGORY_ID that does not exist in the user's Insightly instance.

If you have trouble with creating a Contact, try creating Contacts via the web interface, and then access those Contacts via the API. This way you can see examples of the fields and sub-elements attached to the Contact. A common source of problems during write/update request is caused when users omit required fields, or insert invalid data in a field (e.g. reference a CATEGORY_ID that does not exist in the user's Insightly instance.

Authentication

Connected account required

Tags

Contacts
Adds an Opportunity CategoryINSIGHTLY_ADD_OPPORTUNITY_CATEGORYThis endpoint is used to create a new opportunity category. This endpoint is only accessible to users with administrator permission.

This endpoint is used to create a new opportunity category. This endpoint is only accessible to users with administrator permission.

Authentication

Connected account required

Tags

OpportunityCategories
Adds a Project CategoryINSIGHTLY_ADD_PROJECT_CATEGORYThis endpoint is used to create a new project category. This endpoint is only accessible to users with administrator permission.

This endpoint is used to create a new project category. This endpoint is only accessible to users with administrator permission.

Authentication

Connected account required

Tags

ProjectCategories
Adds a Prospect to a static listINSIGHTLY_ADD_STATIC_LIST_MEMBERSHIPAdds a Prospect to a static list

Adds a Prospect to a static list

Authentication

Connected account required

Tags

Prospects
Adds a Tag to a ContactINSIGHTLY_ADD_TAGAdds a Tag to a Contact

Adds a Tag to a Contact

Authentication

Connected account required

Tags

Contacts
Adds a Task CategoryINSIGHTLY_ADD_TASK_CATEGORYThis endpoint is used to create a new task category. This endpoint is only accessible to users with administrator permission.

This endpoint is used to create a new task category. This endpoint is only accessible to users with administrator permission.

Authentication

Connected account required

Tags

TaskCategories
Adds a TeamINSIGHTLY_ADD_TEAMTEAM_NAME is required when creating a Team with ANONYMOUS_TEAM set to "false". When creating Anonymous Teams, e.g. ANONYMOUS_TEAM=true, you must include all the Team Members that should be part of the team. A minimum of one Team Member is required. For more details, please refer to GET /Teams above.

TEAM_NAME is required when creating a Team with ANONYMOUS_TEAM set to "false". When creating Anonymous Teams, e.g. ANONYMOUS_TEAM=true, you must include all the Team Members that should be part of the team. A minimum of one Team Member is required. For more details, please refer to GET /Teams above.

Authentication

Connected account required

Tags

Teams
Adds a new Team MemberINSIGHTLY_ADD_TEAM_MEMBERNote: Team Members of Anonymous Teams can only be created via the /Teams endpoint.

Note: Team Members of Anonymous Teams can only be created via the /Teams endpoint.

Authentication

Connected account required

Tags

TeamMembers
Adds a Translation for a record in a specific languageINSIGHTLY_ADD_TRANSLATIONIf you have trouble with creating a record, try creating records via the web interface, and then access those records via the API. This way you can see examples of the fields and sub-elements attached to the record. A common source of problems during write/update request is caused when users omit required fields, or insert invalid data in a field (e.g. reference a CATEGORY_ID that does not exist in the user's Insightly instance.

If you have trouble with creating a record, try creating records via the web interface, and then access those records via the API. This way you can see examples of the fields and sub-elements attached to the record. A common source of problems during write/update request is caused when users omit required fields, or insert invalid data in a field (e.g. reference a CATEGORY_ID that does not exist in the user's Insightly instance.

Authentication

Connected account required

Tags

CustomObjectsRecords
Deletes a Forum Post of a ForumINSIGHTLY_DELETE_CHILD_ENTITYDeletes a Forum Post of a Forum

Deletes a Forum Post of a Forum

Authentication

Connected account required

Tags

Forums
Deletes a RecordINSIGHTLY_DELETE_ENTITYDeletes a Record

Deletes a Record

Authentication

Connected account required

Tags

CustomObjectsRecords
Deletes a File AttachmentINSIGHTLY_DELETE_FILE_ATTACHMENTDeletes a File Attachment

Deletes a File Attachment

Authentication

Connected account required

Tags

FileAttachments
Deactivates a File CategoryINSIGHTLY_DELETE_FILE_CATEGORYThis endpoint is used to deactivate an existing File Category. This endpoint is only accessible to users with administrator permission.

This endpoint is used to deactivate an existing File Category. This endpoint is only accessible to users with administrator permission.

Authentication

Connected account required

Tags

FileCategories
Stop following a Forum CommentINSIGHTLY_DELETE_FOLLOWStop following a Forum Comment

Stop following a Forum Comment

Authentication

Connected account required

Tags

ForumComments
Deletes a Contact's ImageINSIGHTLY_DELETE_IMAGEDeletes a Contact's Image

Deletes a Contact's Image

Authentication

Connected account required

Tags

Contacts
Deletes a Contact's Custom Image FieldINSIGHTLY_DELETE_IMAGE_FIELDDeletes a Contact's Custom Image Field

Deletes a Contact's Custom Image Field

Authentication

Connected account required

Tags

Contacts
Deletes a Lead SourceINSIGHTLY_DELETE_LEAD_SOURCEThis endpoint is used to delete an existing lead source.

This endpoint is used to delete an existing lead source.

Authentication

Connected account required

Tags

LeadSources
Deletes a Lead StatusINSIGHTLY_DELETE_LEAD_STATUSThis endpoint is used to delete an existing lead status.

This endpoint is used to delete an existing lead status.

Authentication

Connected account required

Tags

LeadStatuses
Deletes a LinkINSIGHTLY_DELETE_LINKDeletes a Link

Deletes a Link

Authentication

Connected account required

Tags

Contacts
Deletes a MilestoneINSIGHTLY_DELETE_MILESTONEDeletes a Milestone

Deletes a Milestone

Authentication

Connected account required

Tags

Projects
Deactivates an Opportunity CategoryINSIGHTLY_DELETE_OPPORTUNITY_CATEGORYThe endpoint is used to deactivate an existing opportunity category. This endpoint is only accessible to users with administrator permission.

The endpoint is used to deactivate an existing opportunity category. This endpoint is only accessible to users with administrator permission.

Authentication

Connected account required

Tags

OpportunityCategories
Clears pipeline for the OpportunityINSIGHTLY_DELETE_PIPELINEClears pipeline for the Opportunity

Clears pipeline for the Opportunity

Authentication

Connected account required

Tags

Opportunities
Deactivates a Project CategoryINSIGHTLY_DELETE_PROJECT_CATEGORYThis endpoint is used to deactivate an existing project category. This endpoint is only accessible to users with administrator permission.

This endpoint is used to deactivate an existing project category. This endpoint is only accessible to users with administrator permission.

Authentication

Connected account required

Tags

ProjectCategories
Removes a Prospect from a static listINSIGHTLY_DELETE_STATIC_LIST_MEMBERSHIPRemoves a Prospect from a static list

Removes a Prospect from a static list

Authentication

Connected account required

Tags

Prospects
Deletes a Tag from a ContactINSIGHTLY_DELETE_TAGDeletes a Tag from a Contact

Deletes a Tag from a Contact

Authentication

Connected account required

Tags

Contacts
Deactivates a Task CategoryINSIGHTLY_DELETE_TASK_CATEGORYThis endpoint is used to deactivate a task category. This endpoint is only accessible to users with administrator permission.

This endpoint is used to deactivate a task category. This endpoint is only accessible to users with administrator permission.

Authentication

Connected account required

Tags

TaskCategories
Deletes a TeamINSIGHTLY_DELETE_TEAMDeletes a Team

Deletes a Team

Authentication

Connected account required

Tags

Teams
Deletes a Team MemberINSIGHTLY_DELETE_TEAM_MEMBERNote: Team Members of Anonymous Teams can only be deleted via the /Teams endpoint.

Note: Team Members of Anonymous Teams can only be deleted via the /Teams endpoint.

Authentication

Connected account required

Tags

TeamMembers
Deletes a CommentINSIGHTLY_DELETE_V3_1_COMMENTS_IDDeletes a Comment

Deletes a Comment

Authentication

Connected account required

Tags

Comments
Stop following a ForumINSIGHTLY_DELETE_V3_1_COMMUNITY_FORUMS_ID_FOLLOWStop following a Forum

Stop following a Forum

Authentication

Connected account required

Tags

Forums
Deletes a Forum Comment of a Forum PostINSIGHTLY_DELETE_V3_1_COMMUNITY_POSTS_ID_COMMUNITY_COMMENTS_CHILD_ENTITY_IDDeletes a Forum Comment of a Forum Post

Deletes a Forum Comment of a Forum Post

Authentication

Connected account required

Tags

ForumPosts
Stop following a Forum PostINSIGHTLY_DELETE_V3_1_COMMUNITY_POSTS_ID_FOLLOWStop following a Forum Post

Stop following a Forum Post

Authentication

Connected account required

Tags

ForumPosts
Deletes a ContactINSIGHTLY_DELETE_V3_1_CONTACTS_IDDeletes a Contact

Deletes a Contact

Authentication

Connected account required

Tags

Contacts
Stop following a ContactINSIGHTLY_DELETE_V3_1_CONTACTS_ID_FOLLOWStop following a Contact

Stop following a Contact

Authentication

Connected account required

Tags

Contacts
Deletes an EmailINSIGHTLY_DELETE_V3_1_EMAILS_IDDeletes an Email

Deletes an Email

Authentication

Connected account required

Tags

Emails
Stop following an EmailINSIGHTLY_DELETE_V3_1_EMAILS_ID_FOLLOWStop following an Email

Stop following an Email

Authentication

Connected account required

Tags

Emails
Deletes a LinkINSIGHTLY_DELETE_V3_1_EMAILS_ID_LINKS_LINK_IDDeletes a Link

Deletes a Link

Authentication

Connected account required

Tags

Emails
Deletes a Tag from an EmailINSIGHTLY_DELETE_V3_1_EMAILS_ID_TAGSDeletes a Tag from an Email

Deletes a Tag from an Email

Authentication

Connected account required

Tags

Emails
Deletes an EventINSIGHTLY_DELETE_V3_1_EVENTS_IDDeletes an Event

Deletes an Event

Authentication

Connected account required

Tags

Events
Deletes an Event's Custom Image FieldINSIGHTLY_DELETE_V3_1_EVENTS_ID_IMAGE_FIELD_FIELD_NAMEDeletes an Event's Custom Image Field

Deletes an Event's Custom Image Field

Authentication

Connected account required

Tags

Events
Deletes a LinkINSIGHTLY_DELETE_V3_1_EVENTS_ID_LINKS_LINK_IDDeletes a Link

Deletes a Link

Authentication

Connected account required

Tags

Events
Stop following a Forum CategoryINSIGHTLY_DELETE_V3_1_FORUM_CATEGORIES_ID_FOLLOWStop following a Forum Category

Stop following a Forum Category

Authentication

Connected account required

Tags

ForumCategories
Deletes a Knowledge ArticleINSIGHTLY_DELETE_V3_1_KNOWLEDGE_ARTICLE_IDDeletes a Knowledge Article

Deletes a Knowledge Article

Authentication

Connected account required

Tags

KnowledgeArticles
Stop following a Knowledge ArticleINSIGHTLY_DELETE_V3_1_KNOWLEDGE_ARTICLE_ID_FOLLOWStop following a Knowledge Article

Stop following a Knowledge Article

Authentication

Connected account required

Tags

KnowledgeArticles
Deletes a Knowledge Article's Custom Image FieldINSIGHTLY_DELETE_V3_1_KNOWLEDGE_ARTICLE_ID_IMAGE_FIELD_FIELD_NAMEDeletes a Knowledge Article's Custom Image Field

Deletes a Knowledge Article's Custom Image Field

Authentication

Connected account required

Tags

KnowledgeArticles
Deletes a Tag from a Knowledge ArticleINSIGHTLY_DELETE_V3_1_KNOWLEDGE_ARTICLE_ID_TAGSDeletes a Tag from a Knowledge Article

Deletes a Tag from a Knowledge Article

Authentication

Connected account required

Tags

KnowledgeArticles
Deletes a LeadINSIGHTLY_DELETE_V3_1_LEADS_IDDeletes a Lead

Deletes a Lead

Authentication

Connected account required

Tags

Leads
Stop following a LeadINSIGHTLY_DELETE_V3_1_LEADS_ID_FOLLOWStop following a Lead

Stop following a Lead

Authentication

Connected account required

Tags

Leads
Deletes a Lead's ImageINSIGHTLY_DELETE_V3_1_LEADS_ID_IMAGEDeletes a Lead's Image

Deletes a Lead's Image

Authentication

Connected account required

Tags

Leads
Deletes a Lead's Custom Image FieldINSIGHTLY_DELETE_V3_1_LEADS_ID_IMAGE_FIELD_FIELD_NAMEDeletes a Lead's Custom Image Field

Deletes a Lead's Custom Image Field

Authentication

Connected account required

Tags

Leads
Deletes a Tag from a LeadINSIGHTLY_DELETE_V3_1_LEADS_ID_TAGSDeletes a Tag from a Lead

Deletes a Tag from a Lead

Authentication

Connected account required

Tags

Leads
Deletes a NoteINSIGHTLY_DELETE_V3_1_NOTES_IDDeletes a Note

Deletes a Note

Authentication

Connected account required

Tags

Notes
Deletes a Comment of a NoteINSIGHTLY_DELETE_V3_1_NOTES_ID_COMMENT_CHILD_ENTITY_IDDeletes a Comment of a Note

Deletes a Comment of a Note

Authentication

Connected account required

Tags

Notes
Stop following a NoteINSIGHTLY_DELETE_V3_1_NOTES_ID_FOLLOWStop following a Note

Stop following a Note

Authentication

Connected account required

Tags

Notes
Deletes a LinkINSIGHTLY_DELETE_V3_1_NOTES_ID_LINKS_LINK_IDDeletes a Link

Deletes a Link

Authentication

Connected account required

Tags

Notes
Deletes an OpportunityINSIGHTLY_DELETE_V3_1_OPPORTUNITIES_IDDeletes an Opportunity

Deletes an Opportunity

Authentication

Connected account required

Tags

Opportunities
Stop following an OpportunityINSIGHTLY_DELETE_V3_1_OPPORTUNITIES_ID_FOLLOWStop following an Opportunity

Stop following an Opportunity

Authentication

Connected account required

Tags

Opportunities
Deletes an Opportunity's ImageINSIGHTLY_DELETE_V3_1_OPPORTUNITIES_ID_IMAGEDeletes an Opportunity's Image

Deletes an Opportunity's Image

Authentication

Connected account required

Tags

Opportunities
Deletes an Opportunity's Custom Image FieldINSIGHTLY_DELETE_V3_1_OPPORTUNITIES_ID_IMAGE_FIELD_FIELD_NAMEDeletes an Opportunity's Custom Image Field

Deletes an Opportunity's Custom Image Field

Authentication

Connected account required

Tags

Opportunities
Deletes a LinkINSIGHTLY_DELETE_V3_1_OPPORTUNITIES_ID_LINKS_LINK_IDDeletes a Link

Deletes a Link

Authentication

Connected account required

Tags

Opportunities
Deletes an Opportunity Product of an OpportunityINSIGHTLY_DELETE_V3_1_OPPORTUNITIES_ID_OPPORTUNITY_LINE_ITEM_CHILD_ENTITY_IDDeletes an Opportunity Product of an Opportunity

Deletes an Opportunity Product of an Opportunity

Authentication

Connected account required

Tags

Opportunities
Deletes a Tag from an OpportunityINSIGHTLY_DELETE_V3_1_OPPORTUNITIES_ID_TAGSDeletes a Tag from an Opportunity

Deletes a Tag from an Opportunity

Authentication

Connected account required

Tags

Opportunities
Deletes an Opportunity Product's Custom Image FieldINSIGHTLY_DELETE_V3_1_OPPORTUNITY_LINE_ITEM_ID_IMAGE_FIELD_FIELD_NAMEDeletes an Opportunity Product's Custom Image Field

Deletes an Opportunity Product's Custom Image Field

Authentication

Connected account required

Tags

OpportunityProducts
Deletes an OrganisationINSIGHTLY_DELETE_V3_1_ORGANISATIONS_IDDeletes an Organisation

Deletes an Organisation

Authentication

Connected account required

Tags

Organisations
Stop following an OrganisationINSIGHTLY_DELETE_V3_1_ORGANISATIONS_ID_FOLLOWStop following an Organisation

Stop following an Organisation

Authentication

Connected account required

Tags

Organisations
Deletes an Organisation's ImageINSIGHTLY_DELETE_V3_1_ORGANISATIONS_ID_IMAGEDeletes an Organisation's Image

Deletes an Organisation's Image

Authentication

Connected account required

Tags

Organisations
Deletes an Organisation's Custom Image FieldINSIGHTLY_DELETE_V3_1_ORGANISATIONS_ID_IMAGE_FIELD_FIELD_NAMEDeletes an Organisation's Custom Image Field

Deletes an Organisation's Custom Image Field

Authentication

Connected account required

Tags

Organisations
Deletes a LinkINSIGHTLY_DELETE_V3_1_ORGANISATIONS_ID_LINKS_LINK_IDDeletes a Link

Deletes a Link

Authentication

Connected account required

Tags

Organisations
Deletes a Tag from an OrganisationINSIGHTLY_DELETE_V3_1_ORGANISATIONS_ID_TAGSDeletes a Tag from an Organisation

Deletes a Tag from an Organisation

Authentication

Connected account required

Tags

Organisations
Deletes a Price Book Entry's Custom Image FieldINSIGHTLY_DELETE_V3_1_PRICEBOOK_ENTRY_ID_IMAGE_FIELD_FIELD_NAMEDeletes a Price Book Entry's Custom Image Field

Deletes a Price Book Entry's Custom Image Field

Authentication

Connected account required

Tags

PriceBookEntries
Stop following a Price BookINSIGHTLY_DELETE_V3_1_PRICEBOOK_ID_FOLLOWStop following a Price Book

Stop following a Price Book

Authentication

Connected account required

Tags

PriceBooks
Deletes a Price Book Entry of a Price BookINSIGHTLY_DELETE_V3_1_PRICEBOOK_ID_PRICEBOOK_ENTRY_CHILD_ENTITY_IDDeletes a Price Book Entry of a Price Book

Deletes a Price Book Entry of a Price Book

Authentication

Connected account required

Tags

PriceBooks
Deletes a ProductINSIGHTLY_DELETE_V3_1_PRODUCT_IDDeletes a Product

Deletes a Product

Authentication

Connected account required

Tags

Products
Stop following a ProductINSIGHTLY_DELETE_V3_1_PRODUCT_ID_FOLLOWStop following a Product

Stop following a Product

Authentication

Connected account required

Tags

Products
Deletes a Product's ImageINSIGHTLY_DELETE_V3_1_PRODUCT_ID_IMAGEDeletes a Product's Image

Deletes a Product's Image

Authentication

Connected account required

Tags

Products
Deletes a Product's Custom Image FieldINSIGHTLY_DELETE_V3_1_PRODUCT_ID_IMAGE_FIELD_FIELD_NAMEDeletes a Product's Custom Image Field

Deletes a Product's Custom Image Field

Authentication

Connected account required

Tags

Products
Deletes a Price Book Entry of a ProductINSIGHTLY_DELETE_V3_1_PRODUCT_ID_PRICEBOOK_ENTRY_CHILD_ENTITY_IDDeletes a Price Book Entry of a Product

Deletes a Price Book Entry of a Product

Authentication

Connected account required

Tags

Products
Deletes a ProjectINSIGHTLY_DELETE_V3_1_PROJECTS_IDDeletes a Project

Deletes a Project

Authentication

Connected account required

Tags

Projects
Stop following a ProjectINSIGHTLY_DELETE_V3_1_PROJECTS_ID_FOLLOWStop following a Project

Stop following a Project

Authentication

Connected account required

Tags

Projects
Deletes a Project's ImageINSIGHTLY_DELETE_V3_1_PROJECTS_ID_IMAGEDeletes a Project's Image

Deletes a Project's Image

Authentication

Connected account required

Tags

Projects
Deletes a Project's Custom Image FieldINSIGHTLY_DELETE_V3_1_PROJECTS_ID_IMAGE_FIELD_FIELD_NAMEDeletes a Project's Custom Image Field

Deletes a Project's Custom Image Field

Authentication

Connected account required

Tags

Projects
Deletes a LinkINSIGHTLY_DELETE_V3_1_PROJECTS_ID_LINKS_LINK_IDDeletes a Link

Deletes a Link

Authentication

Connected account required

Tags

Projects
Clears pipeline for the ProjectINSIGHTLY_DELETE_V3_1_PROJECTS_ID_PIPELINEClears pipeline for the Project

Clears pipeline for the Project

Authentication

Connected account required

Tags

Projects
Deletes a Tag from a ProjectINSIGHTLY_DELETE_V3_1_PROJECTS_ID_TAGSDeletes a Tag from a Project

Deletes a Tag from a Project

Authentication

Connected account required

Tags

Projects
Deletes a ProspectINSIGHTLY_DELETE_V3_1_PROSPECT_IDDeletes a Prospect

Deletes a Prospect

Authentication

Connected account required

Tags

Prospects
Stop following a ProspectINSIGHTLY_DELETE_V3_1_PROSPECT_ID_FOLLOWStop following a Prospect

Stop following a Prospect

Authentication

Connected account required

Tags

Prospects
Deletes a Prospect's Custom Image FieldINSIGHTLY_DELETE_V3_1_PROSPECT_ID_IMAGE_FIELD_FIELD_NAMEDeletes a Prospect's Custom Image Field

Deletes a Prospect's Custom Image Field

Authentication

Connected account required

Tags

Prospects
Deletes a Tag from a ProspectINSIGHTLY_DELETE_V3_1_PROSPECT_ID_TAGSDeletes a Tag from a Prospect

Deletes a Tag from a Prospect

Authentication

Connected account required

Tags

Prospects
Deletes a QuoteINSIGHTLY_DELETE_V3_1_QUOTATION_IDDeletes a Quote

Deletes a Quote

Authentication

Connected account required

Tags

Quotes
Stop following a QuoteINSIGHTLY_DELETE_V3_1_QUOTATION_ID_FOLLOWStop following a Quote

Stop following a Quote

Authentication

Connected account required

Tags

Quotes
Deletes a Quote's Custom Image FieldINSIGHTLY_DELETE_V3_1_QUOTATION_ID_IMAGE_FIELD_FIELD_NAMEDeletes a Quote's Custom Image Field

Deletes a Quote's Custom Image Field

Authentication

Connected account required

Tags

Quotes
Deletes a Quote Document of a QuoteINSIGHTLY_DELETE_V3_1_QUOTATION_ID_QUOTATION_DOCUMENT_CHILD_ENTITY_IDDeletes a Quote Document of a Quote

Deletes a Quote Document of a Quote

Authentication

Connected account required

Tags

Quotes
Deletes a Quote Product of a QuoteINSIGHTLY_DELETE_V3_1_QUOTATION_ID_QUOTATION_LINE_ITEM_CHILD_ENTITY_IDDeletes a Quote Product of a Quote

Deletes a Quote Product of a Quote

Authentication

Connected account required

Tags

Quotes
Deletes a Quote Product's Custom Image FieldINSIGHTLY_DELETE_V3_1_QUOTATION_LINE_ITEM_ID_IMAGE_FIELD_FIELD_NAMEDeletes a Quote Product's Custom Image Field

Deletes a Quote Product's Custom Image Field

Authentication

Connected account required

Tags

QuoteProducts
Deletes a TaskINSIGHTLY_DELETE_V3_1_TASKS_IDDeletes a Task

Deletes a Task

Authentication

Connected account required

Tags

Tasks
Stop following a TaskINSIGHTLY_DELETE_V3_1_TASKS_ID_FOLLOWStop following a Task

Stop following a Task

Authentication

Connected account required

Tags

Tasks
Deletes a Task's Custom Image FieldINSIGHTLY_DELETE_V3_1_TASKS_ID_IMAGE_FIELD_FIELD_NAMEDeletes a Task's Custom Image Field

Deletes a Task's Custom Image Field

Authentication

Connected account required

Tags

Tasks
Deletes a LinkINSIGHTLY_DELETE_V3_1_TASKS_ID_LINKS_LINK_IDDeletes a Link

Deletes a Link

Authentication

Connected account required

Tags

Tasks
Deletes a Team MemberINSIGHTLY_DELETE_V3_1_TEAMS_ID_TEAM_MEMBERS_PERMISSION_IDDeletes a Team Member

Deletes a Team Member

Authentication

Connected account required

Tags

Teams
Deletes a TicketINSIGHTLY_DELETE_V3_1_TICKET_IDDeletes a Ticket

Deletes a Ticket

Authentication

Connected account required

Tags

Tickets
Stop following a TicketINSIGHTLY_DELETE_V3_1_TICKET_ID_FOLLOWStop following a Ticket

Stop following a Ticket

Authentication

Connected account required

Tags

Tickets
Deletes a Ticket's Custom Image FieldINSIGHTLY_DELETE_V3_1_TICKET_ID_IMAGE_FIELD_FIELD_NAMEDeletes a Ticket's Custom Image Field

Deletes a Ticket's Custom Image Field

Authentication

Connected account required

Tags

Tickets
Deletes a Tag from a TicketINSIGHTLY_DELETE_V3_1_TICKET_ID_TAGSDeletes a Tag from a Ticket

Deletes a Tag from a Ticket

Authentication

Connected account required

Tags

Tickets
Generates a new Merge DocumentINSIGHTLY_GENERATE_MERGE_DOCUMENTReturns the generated document. If the 'format' parameter is set to 'JSON', returns the metadata of the associated File Attachment in JSON format.

Returns the generated document. If the 'format' parameter is set to 'JSON', returns the metadata of the associated File Attachment in JSON format.

Authentication

Connected account required

Tags

CustomObjectsRecords
Gets a single Activity SetINSIGHTLY_GET_ACTIVITY_SETGets a single Activity Set

Gets a single Activity Set

Authentication

Connected account required

Tags

ActivitySets
Gets a list of Activity SetsINSIGHTLY_GET_ACTIVITY_SETSGets a list of Activity Sets

Gets a list of Activity Sets

Authentication

Connected account required

Tags

ActivitySets
Gets a list of Forum Posts of a ForumINSIGHTLY_GET_CHILD_ENTITIESGets a list of Forum Posts of a Forum

Gets a list of Forum Posts of a Forum

Authentication

Connected account required

Tags

Forums
Gets an Email's CommentsINSIGHTLY_GET_COMMENTSGets an Email's Comments

Gets an Email's Comments

Authentication

Connected account required

Tags

Emails
Gets a list of Countries used by InsightlyINSIGHTLY_GET_COUNTRIESThis read only endpoint returns a list of the countries Insightly recognizes for use in addresses.

This read only endpoint returns a list of the countries Insightly recognizes for use in addresses.

Authentication

Connected account required

Tags

Countries
Gets a list of Currencies used by InsightlyINSIGHTLY_GET_CURRENCIESThis read only endpoint returns a list of the currencies and currency symbols currently recognized by Insightly.

This read only endpoint returns a list of the currencies and currency symbols currently recognized by Insightly.

Authentication

Connected account required

Tags

Currencies
Gets a list of Custom FieldsINSIGHTLY_GET_CUSTOM_FIELDSUse this API call to get a list of custom fields metadata. The properties FIELD_NAME and FIELD_ORDER can be used to determine which fields belong to a particular object. A common problem API users have is to reference an invalid FIELD_NAME when referencing custom fields in a newly created or updated object. If you plan to use custom fields in your API based application, be sure you are working with valid custom field names. To add or update custom fields for your Insightly instance, you'll need to go to the web app to do so.

Use this API call to get a list of custom fields metadata. The properties FIELD_NAME and FIELD_ORDER can be used to determine which fields belong to a particular object. A common problem API users have is to reference an invalid FIELD_NAME when referencing custom fields in a newly created or updated object. If you plan to use custom fields in your API based application, be sure you are working with valid custom field names. To add or update custom fields for your Insightly instance, you'll need to go to the web app to do so.

Authentication

Connected account required

Tags

CustomFields
Gets a list of custom objectsINSIGHTLY_GET_CUSTOM_OBJECTSThis read only endpoint returns a list of the custom objects.

This read only endpoint returns a list of the custom objects.

Authentication

Connected account required

Tags

CustomObjects
Gets a Custom Field by nameINSIGHTLY_GET_CUSTOMFIELD_BY_SEARCHThis read only endpoint returns a custom field by name.

This read only endpoint returns a custom field by name.

Authentication

Connected account required

Tags

CustomFields
Gets a Contact's DatesINSIGHTLY_GET_DATESGets a Contact's Dates

Gets a Contact's Dates

Authentication

Connected account required

Tags

Contacts
Gets an Organisation's Email DomainsINSIGHTLY_GET_EMAIL_DOMAINSGets an Organisation's Email Domains

Gets an Organisation's Email Domains

Authentication

Connected account required

Tags

Organisations
Gets a list of a Contact's EmailsINSIGHTLY_GET_EMAILSGets a list of a Contact's Emails

Gets a list of a Contact's Emails

Authentication

Connected account required

Tags

Contacts
Gets a list of recordsINSIGHTLY_GET_ENTITIESSimple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.

Simple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.

Authentication

Connected account required

Tags

CustomObjectsRecords
Gets a filtered list of recordsINSIGHTLY_GET_ENTITIES_BY_SEARCHTo filter with a field name and value, both field_name and field_value parameters must be provided. <br /> Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.

To filter with a field name and value, both field_name and field_value parameters must be provided. <br /> Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.

Authentication

Connected account required

Tags

CustomObjectsRecords
Gets a list of Contacts filtered by tagsINSIGHTLY_GET_ENTITIES_BY_TAGSimple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.

Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.

Authentication

Connected account required

Tags

Contacts
Gets a recordINSIGHTLY_GET_ENTITYGets a record

Gets a record

Authentication

Connected account required

Tags

CustomObjectsRecords
Gets a Contact's EventsINSIGHTLY_GET_EVENTSGets a Contact's Events

Gets a Contact's Events

Authentication

Connected account required

Tags

Contacts
Gets a File AttachmentINSIGHTLY_GET_FILE_ATTACHMENTReturns the requested File Attachment. If the 'format' parameter is set to 'JSON', returns the metadata of the File Attachment in JSON format.

Returns the requested File Attachment. If the 'format' parameter is set to 'JSON', returns the metadata of the File Attachment in JSON format.

Authentication

Connected account required

Tags

FileAttachments
Gets a Record's File AttachmentsINSIGHTLY_GET_FILE_ATTACHMENTSGets a Record's File Attachments

Gets a Record's File Attachments

Authentication

Connected account required

Tags

CustomObjectsRecords
Gets a list of File CategoriesINSIGHTLY_GET_FILE_CATEGORIESThis read only endpoint returns a list of file categories that have been set up for the Insightly instance.

This read only endpoint returns a list of file categories that have been set up for the Insightly instance.

Authentication

Connected account required

Tags

FileCategories
Gets a File CategoryINSIGHTLY_GET_FILE_CATEGORYThis endpoint returns the graph for a specific file category.

This endpoint returns the graph for a specific file category.

Authentication

Connected account required

Tags

FileCategories
Gets a Follow state for a Forum CommentINSIGHTLY_GET_FOLLOWGets a Follow state for a Forum Comment

Gets a Follow state for a Forum Comment

Authentication

Connected account required

Tags

ForumComments
Gets a list of followed records for the userINSIGHTLY_GET_FOLLOWSGets a list of followed records for the user

Gets a list of followed records for the user

Authentication

Connected account required

Tags

Follows
Gets a Contact's ImageINSIGHTLY_GET_IMAGEGets a Contact's Image

Gets a Contact's Image

Authentication

Connected account required

Tags

Contacts
Gets a Contact's Custom Image FieldINSIGHTLY_GET_IMAGE_FIELDGets a Contact's Custom Image Field

Gets a Contact's Custom Image Field

Authentication

Connected account required

Tags

Contacts
Gets the InstanceINSIGHTLY_GET_INSTANCEGets the Instance

Gets the Instance

Authentication

Connected account required

Tags

Instance
Gets a list of Lead SourcesINSIGHTLY_GET_LEAD_SOURCESThis endpoint returns a list of the lead sources that have been defined on the Insightly instance.

This endpoint returns a list of the lead sources that have been defined on the Insightly instance.

Authentication

Connected account required

Tags

LeadSources
Gets a list of Lead StatusesINSIGHTLY_GET_LEAD_STATUSESThis endpoint returns a list of the possible lead statuses that have been defined for the Insightly instance.

This endpoint returns a list of the possible lead statuses that have been defined for the Insightly instance.

Authentication

Connected account required

Tags

LeadStatuses
Gets the email address to use for linking with the LeadINSIGHTLY_GET_LINK_EMAIL_ADDRESSAn email address to use as a mail drop for the Lead.

An email address to use as a mail drop for the Lead.

Authentication

Connected account required

Tags

Leads
Gets a Contact's LinksINSIGHTLY_GET_LINKSGets a Contact's Links

Gets a Contact's Links

Authentication

Connected account required

Tags

Contacts
Gets a list of Marketing VisitsINSIGHTLY_GET_MARKETING_VISITSGets a list of Marketing Visits

Gets a list of Marketing Visits

Authentication

Connected account required

Tags

MarketingVisits
Gets a list of Marketing Visits by prospectINSIGHTLY_GET_MARKETING_VISITS_BY_PROSPECTGets a list of Marketing Visits by prospect

Gets a list of Marketing Visits by prospect

Authentication

Connected account required

Tags

MarketingVisits
Gets a list of a Project's MilestonesINSIGHTLY_GET_MILESTONESGets a list of a Project's Milestones

Gets a list of a Project's Milestones

Authentication

Connected account required

Tags

Projects
Gets a Contact's NotesINSIGHTLY_GET_NOTESGets a Contact's Notes

Gets a Contact's Notes

Authentication

Connected account required

Tags

Contacts
Gets a list of Opportunity CategoriesINSIGHTLY_GET_OPPORTUNITY_CATEGORIESThis read only endpoint returns a list of opportunity categories set up for the Insightly instance.

This read only endpoint returns a list of opportunity categories set up for the Insightly instance.

Authentication

Connected account required

Tags

OpportunityCategories
Gets an Opportunity CategoryINSIGHTLY_GET_OPPORTUNITY_CATEGORYThis endpoint returns the graph for a specific opportunity category

This endpoint returns the graph for a specific opportunity category

Authentication

Connected account required

Tags

OpportunityCategories
Gets a list of Opportunity State ReasonsINSIGHTLY_GET_OPPORTUNITY_STATE_REASONSThis endpoint returns a list of opportunity state reasons set up for the Insightly instance. This is a read only endpoint, so to add or update opportunity state reasons, you will need to do that via the web app. Opportunity state reasons are used to indicate why the opportunity state was set to its current value. For example, you can use this to indicate why you lost a particular sale.

This endpoint returns a list of opportunity state reasons set up for the Insightly instance. This is a read only endpoint, so to add or update opportunity state reasons, you will need to do that via the web app. Opportunity state reasons are used to indicate why the opportunity state was set to its current value. For example, you can use this to indicate why you lost a particular sale.

Authentication

Connected account required

Tags

OpportunityStateReasons
Gets the Permissions for a UserINSIGHTLY_GET_PERMISSIONSPermissions determine if an individual user can read, edit, delete, or create records of a given object type.

Permissions determine if an individual user can read, edit, delete, or create records of a given object type.

Authentication

Connected account required

Tags

Permissions
Gets a PipelineINSIGHTLY_GET_PIPELINEThis endpoint returns the graph for a specific pipeline.

This endpoint returns the graph for a specific pipeline.

Authentication

Connected account required

Tags

Pipelines
Gets a Pipeline StageINSIGHTLY_GET_PIPELINE_STAGEThis endpoint returns the graph for a specific pipeline stage.

This endpoint returns the graph for a specific pipeline stage.

Authentication

Connected account required

Tags

PipelineStages
Gets a list of Pipeline StagesINSIGHTLY_GET_PIPELINE_STAGESThis read only endpoint returns a list of the pipeline stages that have been set up for the Insightly instance. Pipeline stages are used to indicate where a project or opportunity is in terms of its progression. For example, stage 1 for the sales pipeline might be "initial contact", while stage 4 might be "generating quote". The API for pipeline stages is read only, so to create or update pipeline stages, you'll need to use the web app to do so.

This read only endpoint returns a list of the pipeline stages that have been set up for the Insightly instance. Pipeline stages are used to indicate where a project or opportunity is in terms of its progression. For example, stage 1 for the sales pipeline might be "initial contact", while stage 4 might be "generating quote". The API for pipeline stages is read only, so to create or update pipeline stages, you'll need to use the web app to do so.

Authentication

Connected account required

Tags

PipelineStages
Gets a list of PipelinesINSIGHTLY_GET_PIPELINESThis read only endpoint returns a list of pipelines that have been set up for the Insightly instance. Pipelines can be defined for both projects and opportunities, and are used to track the progression of projects and opportunities. To create and update pipelines, you'll need to go to the web app (API access is read-only).

This read only endpoint returns a list of pipelines that have been set up for the Insightly instance. Pipelines can be defined for both projects and opportunities, and are used to track the progression of projects and opportunities. To create and update pipelines, you'll need to go to the web app (API access is read-only).

Authentication

Connected account required

Tags

Pipelines
Gets a list of Project CategoriesINSIGHTLY_GET_PROJECT_CATEGORIESThis read only endpoint returns a list of the project categories that have been configured for the Insightly instance.

This read only endpoint returns a list of the project categories that have been configured for the Insightly instance.

Authentication

Connected account required

Tags

ProjectCategories
Gets a Project CategoryINSIGHTLY_GET_PROJECT_CATEGORYThis endpoint is used to retrieve the graph for a specific project category.

This endpoint is used to retrieve the graph for a specific project category.

Authentication

Connected account required

Tags

ProjectCategories
Gets a list of RelationshipsINSIGHTLY_GET_RELATIONSHIPSThis read only endpoint returns a list of the relationships that have been defined for the Insightly instance. Relationships enable users to define how one Insightly object is related to another. For example: contact A is a customer of contact B. The API only supports read access to relationships, to create or update relationships, you'll need to do so via the web app.

This read only endpoint returns a list of the relationships that have been defined for the Insightly instance. Relationships enable users to define how one Insightly object is related to another. For example: contact A is a customer of contact B. The API only supports read access to relationships, to create or update relationships, you'll need to do so via the web app.

Authentication

Connected account required

Tags

Relationships
Gets the history of States and Reasons for an Opportunity.INSIGHTLY_GET_STATE_HISTORYGets the history of States and Reasons for an Opportunity.

Gets the history of States and Reasons for an Opportunity.

Authentication

Connected account required

Tags

Opportunities
Gets a Prospect's static list membershipsINSIGHTLY_GET_STATIC_LIST_MEMBERSHIPGets a Prospect's static list memberships

Gets a Prospect's static list memberships

Authentication

Connected account required

Tags

Prospects
Gets a Contact's TagsINSIGHTLY_GET_TAGSGets a Contact's Tags

Gets a Contact's Tags

Authentication

Connected account required

Tags

Contacts
Gets a list of Task CategoriesINSIGHTLY_GET_TASK_CATEGORIESThis read only endpoint returns a list of the task categories set up for the Insightly instance.

This read only endpoint returns a list of the task categories set up for the Insightly instance.

Authentication

Connected account required

Tags

TaskCategories
Gets a Task CategoryINSIGHTLY_GET_TASK_CATEGORYThis endpoint returns the graph for a specific task category.

This endpoint returns the graph for a specific task category.

Authentication

Connected account required

Tags

TaskCategories
Gets a list of a Contact's TasksINSIGHTLY_GET_TASKSGets a list of a Contact's Tasks

Gets a list of a Contact's Tasks

Authentication

Connected account required

Tags

Contacts
Gets a TeamINSIGHTLY_GET_TEAMGets a Team

Gets a Team

Authentication

Connected account required

Tags

Teams
Gets a Team MemberINSIGHTLY_GET_TEAM_MEMBERGets a Team Member

Gets a Team Member

Authentication

Connected account required

Tags

TeamMembers
Gets a list of Team MembersINSIGHTLY_GET_TEAM_MEMBERSGets a list of Team Members

Gets a list of Team Members

Authentication

Connected account required

Tags

TeamMembers
Gets a list of Teams.INSIGHTLY_GET_TEAMSSimple object graphs (excluding TEAMMEMBERS) are returned if "brief=true" is used in the query string. <br /> The API responses may contain two types of Teams: a) regular Teams configured via System Settings and b) so called Anonymous Teams which are created by the system when you set a record permission visible to Individuals. You can differentiate these two types on Teams by the ANONYMOUS_TEAM property. Anonymous Teams are a bit more restricted when it comes to modifying them via the API, they can only be created/updated/deleted via the root /Teams endpoint.

Simple object graphs (excluding TEAMMEMBERS) are returned if "brief=true" is used in the query string. <br /> The API responses may contain two types of Teams: a) regular Teams configured via System Settings and b) so called Anonymous Teams which are created by the system when you set a record permission visible to Individuals. You can differentiate these two types on Teams by the ANONYMOUS_TEAM property. Anonymous Teams are a bit more restricted when it comes to modifying them via the API, they can only be created/updated/deleted via the root /Teams endpoint.

Authentication

Connected account required

Tags

Teams
Gets a record's translation in a specific languageINSIGHTLY_GET_TRANSLATIONGets a record's translation in a specific language

Gets a record's translation in a specific language

Authentication

Connected account required

Tags

CustomObjectsRecords
Gets a UserINSIGHTLY_GET_USERThis read only endpoint returns the details for a specific user on an Insightly instance, same fields as returned by the /Users endpoint, but only for a single identified user.

This read only endpoint returns the details for a specific user on an Insightly instance, same fields as returned by the /Users endpoint, but only for a single identified user.

Authentication

Connected account required

Tags

Users
Gets the User object for the calling user.INSIGHTLY_GET_USER_METhis read only endpoint returns the details for the currently authenticated user on an Insightly instance, same fields as returned by the /Users endpoint, but only for a single identified user.

This read only endpoint returns the details for the currently authenticated user on an Insightly instance, same fields as returned by the /Users endpoint, but only for a single identified user.

Authentication

Connected account required

Tags

Users
Gets a list of UsersINSIGHTLY_GET_USERSThis is a read only endpoint that returns a list of users associated with an Insightly instance. Use this endpoint when you need to obtain a list of valid USER_IDs, for example, when you want to assign a task to a specific user (do not confuse the USER_ID with their CONTACT_ID).

This is a read only endpoint that returns a list of users associated with an Insightly instance. Use this endpoint when you need to obtain a list of valid USER_IDs, for example, when you want to assign a task to a specific user (do not confuse the USER_ID with their CONTACT_ID).

Authentication

Connected account required

Tags

Users
Gets a filtered list of UsersINSIGHTLY_GET_USERS_BY_SEARCHThis is a read only endpoint that returns a list of users associated with an Insightly instance. Use this endpoint when you need to obtain a list of valid USER_IDs, for example, when you want to assign a task to a specific user (do not confuse the USER_ID with their CONTACT_ID). <br /> To filter with a field name and value, both field_name and field_value parameters must be provided. <br /> For other filters, only one optional parameter (excluding brief, top, skip and count_total) can be specified. <br /> Simple object graphs (excluding NOTELINKS) are returned if "brief=true" is used in the query string.

This is a read only endpoint that returns a list of users associated with an Insightly instance. Use this endpoint when you need to obtain a list of valid USER_IDs, for example, when you want to assign a task to a specific user (do not confuse the USER_ID with their CONTACT_ID). <br /> To filter with a field name and value, both field_name and field_value parameters must be provided. <br /> For other filters, only one optional parameter (excluding brief, top, skip and count_total) can be specified. <br /> Simple object graphs (excluding NOTELINKS) are returned if "brief=true" is used in the query string.

Authentication

Connected account required

Tags

Users
Gets a Comment's File AttachmentsINSIGHTLY_GET_V3_1_COMMENTS_ID_FILE_ATTACHMENTSGets a Comment's File Attachments

Gets a Comment's File Attachments

Authentication

Connected account required

Tags

Comments
Gets a list of Forum CommentsINSIGHTLY_GET_V3_1_COMMUNITY_COMMENTSSimple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.

Simple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.

Authentication

Connected account required

Tags

ForumComments
Gets a Forum CommentINSIGHTLY_GET_V3_1_COMMUNITY_COMMENTS_IDGets a Forum Comment

Gets a Forum Comment

Authentication

Connected account required

Tags

ForumComments
Gets a filtered list of Forum CommentsINSIGHTLY_GET_V3_1_COMMUNITY_COMMENTS_SEARCHTo filter with a field name and value, both field_name and field_value parameters must be provided. <br /> Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.

To filter with a field name and value, both field_name and field_value parameters must be provided. <br /> Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.

Authentication

Connected account required

Tags

ForumComments
Gets a list of ForumsINSIGHTLY_GET_V3_1_COMMUNITY_FORUMSSimple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.

Simple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.

Authentication

Connected account required

Tags

Forums
Gets a ForumINSIGHTLY_GET_V3_1_COMMUNITY_FORUMS_IDGets a Forum

Gets a Forum

Authentication

Connected account required

Tags

Forums
Gets a Follow state for a ForumINSIGHTLY_GET_V3_1_COMMUNITY_FORUMS_ID_FOLLOWGets a Follow state for a Forum

Gets a Follow state for a Forum

Authentication

Connected account required

Tags

Forums
Gets a filtered list of ForumsINSIGHTLY_GET_V3_1_COMMUNITY_FORUMS_SEARCHTo filter with a field name and value, both field_name and field_value parameters must be provided. <br /> Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.

To filter with a field name and value, both field_name and field_value parameters must be provided. <br /> Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.

Authentication

Connected account required

Tags

Forums
Gets a list of Forum PostsINSIGHTLY_GET_V3_1_COMMUNITY_POSTSSimple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.

Simple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.

Authentication

Connected account required

Tags

ForumPosts
Gets a Forum PostINSIGHTLY_GET_V3_1_COMMUNITY_POSTS_IDGets a Forum Post

Gets a Forum Post

Authentication

Connected account required

Tags

ForumPosts
Gets a list of Forum Comments of a Forum PostINSIGHTLY_GET_V3_1_COMMUNITY_POSTS_ID_COMMUNITY_COMMENTSGets a list of Forum Comments of a Forum Post

Gets a list of Forum Comments of a Forum Post

Authentication

Connected account required

Tags

ForumPosts
Gets a Follow state for a Forum PostINSIGHTLY_GET_V3_1_COMMUNITY_POSTS_ID_FOLLOWGets a Follow state for a Forum Post

Gets a Follow state for a Forum Post

Authentication

Connected account required

Tags

ForumPosts
Gets a filtered list of Forum PostsINSIGHTLY_GET_V3_1_COMMUNITY_POSTS_SEARCHTo filter with a field name and value, both field_name and field_value parameters must be provided. <br /> Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.

To filter with a field name and value, both field_name and field_value parameters must be provided. <br /> Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.

Authentication

Connected account required

Tags

ForumPosts
Gets a list of ContactsINSIGHTLY_GET_V3_1_CONTACTSSimple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.

Simple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.

Authentication

Connected account required

Tags

Contacts
Gets a ContactINSIGHTLY_GET_V3_1_CONTACTS_IDGets a Contact

Gets a Contact

Authentication

Connected account required

Tags

Contacts
Gets a Contact's File AttachmentsINSIGHTLY_GET_V3_1_CONTACTS_ID_FILE_ATTACHMENTSGets a Contact's File Attachments

Gets a Contact's File Attachments

Authentication

Connected account required

Tags

Contacts
Gets a Follow state for a ContactINSIGHTLY_GET_V3_1_CONTACTS_ID_FOLLOWGets a Follow state for a Contact

Gets a Follow state for a Contact

Authentication

Connected account required

Tags

Contacts
Gets a filtered list of ContactsINSIGHTLY_GET_V3_1_CONTACTS_SEARCHTo filter with a field name and value, both field_name and field_value parameters must be provided. <br /> Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.

To filter with a field name and value, both field_name and field_value parameters must be provided. <br /> Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.

Authentication

Connected account required

Tags

Contacts
Gets a custom object by object nameINSIGHTLY_GET_V3_1_CUSTOM_OBJECTS_CUSTOM_OBJECT_NAMEThis read only endpoint returns a custom object by name.

This read only endpoint returns a custom object by name.

Authentication

Connected account required

Tags

CustomObjects
Gets a list of Document TemplatesINSIGHTLY_GET_V3_1_DOCUMENT_TEMPLATESSimple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.

Simple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.

Authentication

Connected account required

Tags

DocumentTemplates
Gets a Document TemplateINSIGHTLY_GET_V3_1_DOCUMENT_TEMPLATES_IDGets a Document Template

Gets a Document Template

Authentication

Connected account required

Tags

DocumentTemplates
Gets a filtered list of Document TemplatesINSIGHTLY_GET_V3_1_DOCUMENT_TEMPLATES_SEARCHTo filter with a field name and value, both field_name and field_value parameters must be provided. <br /> Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.

To filter with a field name and value, both field_name and field_value parameters must be provided. <br /> Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.

Authentication

Connected account required

Tags

DocumentTemplates
Gets a list of EmailsINSIGHTLY_GET_V3_1_EMAILSSimple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.

Simple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.

Authentication

Connected account required

Tags

Emails
Gets an EmailINSIGHTLY_GET_V3_1_EMAILS_IDGets an Email

Gets an Email

Authentication

Connected account required

Tags

Emails
Gets an Email's File AttachmentsINSIGHTLY_GET_V3_1_EMAILS_ID_FILE_ATTACHMENTSGets an Email's File Attachments

Gets an Email's File Attachments

Authentication

Connected account required

Tags

Emails
Gets a Follow state for an EmailINSIGHTLY_GET_V3_1_EMAILS_ID_FOLLOWGets a Follow state for an Email

Gets a Follow state for an Email

Authentication

Connected account required

Tags

Emails
Gets an Email's LinksINSIGHTLY_GET_V3_1_EMAILS_ID_LINKSGets an Email's Links

Gets an Email's Links

Authentication

Connected account required

Tags

Emails
Gets an Email's TagsINSIGHTLY_GET_V3_1_EMAILS_ID_TAGSGets an Email's Tags

Gets an Email's Tags

Authentication

Connected account required

Tags

Emails
Gets a filtered list of EmailsINSIGHTLY_GET_V3_1_EMAILS_SEARCHTo filter with a field name and value, both field_name and field_value parameters must be provided. <br /> Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.

To filter with a field name and value, both field_name and field_value parameters must be provided. <br /> Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.

Authentication

Connected account required

Tags

Emails
Gets a list of Emails filtered by tagsINSIGHTLY_GET_V3_1_EMAILS_SEARCH_BY_TAGSimple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.

Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.

Authentication

Connected account required

Tags

Emails
Gets a list of EventsINSIGHTLY_GET_V3_1_EVENTSSimple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.

Simple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.

Authentication

Connected account required

Tags

Events
Gets an EventINSIGHTLY_GET_V3_1_EVENTS_IDGets an Event

Gets an Event

Authentication

Connected account required

Tags

Events
Gets an Event's Custom Image FieldINSIGHTLY_GET_V3_1_EVENTS_ID_IMAGE_FIELD_FIELD_NAMEGets an Event's Custom Image Field

Gets an Event's Custom Image Field

Authentication

Connected account required

Tags

Events
Gets an Event's LinksINSIGHTLY_GET_V3_1_EVENTS_ID_LINKSGets an Event's Links

Gets an Event's Links

Authentication

Connected account required

Tags

Events
Gets a filtered list of EventsINSIGHTLY_GET_V3_1_EVENTS_SEARCHTo filter with a field name and value, both field_name and field_value parameters must be provided. <br /> Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.

To filter with a field name and value, both field_name and field_value parameters must be provided. <br /> Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.

Authentication

Connected account required

Tags

Events
Gets a list of Forum CategoriesINSIGHTLY_GET_V3_1_FORUM_CATEGORIESSimple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.

Simple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.

Authentication

Connected account required

Tags

ForumCategories
Gets a Forum CategoryINSIGHTLY_GET_V3_1_FORUM_CATEGORIES_IDGets a Forum Category

Gets a Forum Category

Authentication

Connected account required

Tags

ForumCategories
Gets a Follow state for a Forum CategoryINSIGHTLY_GET_V3_1_FORUM_CATEGORIES_ID_FOLLOWGets a Follow state for a Forum Category

Gets a Follow state for a Forum Category

Authentication

Connected account required

Tags

ForumCategories
Gets a filtered list of Forum CategoriesINSIGHTLY_GET_V3_1_FORUM_CATEGORIES_SEARCHTo filter with a field name and value, both field_name and field_value parameters must be provided. <br /> Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.

To filter with a field name and value, both field_name and field_value parameters must be provided. <br /> Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.

Authentication

Connected account required

Tags

ForumCategories
Gets a list of Knowledge ArticlesINSIGHTLY_GET_V3_1_KNOWLEDGE_ARTICLESimple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.

Simple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.

Authentication

Connected account required

Tags

KnowledgeArticles
Gets a list of Knowledge Article CategoriesINSIGHTLY_GET_V3_1_KNOWLEDGE_ARTICLE_CATEGORYSimple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.

Simple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.

Authentication

Connected account required

Tags

KnowledgeArticleCategories
Gets a Knowledge Article CategoryINSIGHTLY_GET_V3_1_KNOWLEDGE_ARTICLE_CATEGORY_IDGets a Knowledge Article Category

Gets a Knowledge Article Category

Authentication

Connected account required

Tags

KnowledgeArticleCategories
Gets a filtered list of Knowledge Article CategoriesINSIGHTLY_GET_V3_1_KNOWLEDGE_ARTICLE_CATEGORY_SEARCHTo filter with a field name and value, both field_name and field_value parameters must be provided. <br /> Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.

To filter with a field name and value, both field_name and field_value parameters must be provided. <br /> Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.

Authentication

Connected account required

Tags

KnowledgeArticleCategories
Gets a list of Knowledge Article FoldersINSIGHTLY_GET_V3_1_KNOWLEDGE_ARTICLE_FOLDERSimple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.

Simple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.

Authentication

Connected account required

Tags

KnowledgeArticleFolders
Gets a Knowledge Article FolderINSIGHTLY_GET_V3_1_KNOWLEDGE_ARTICLE_FOLDER_IDGets a Knowledge Article Folder

Gets a Knowledge Article Folder

Authentication

Connected account required

Tags

KnowledgeArticleFolders
Gets a filtered list of Knowledge Article FoldersINSIGHTLY_GET_V3_1_KNOWLEDGE_ARTICLE_FOLDER_SEARCHTo filter with a field name and value, both field_name and field_value parameters must be provided. <br /> Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.

To filter with a field name and value, both field_name and field_value parameters must be provided. <br /> Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.

Authentication

Connected account required

Tags

KnowledgeArticleFolders
Gets a Knowledge ArticleINSIGHTLY_GET_V3_1_KNOWLEDGE_ARTICLE_IDGets a Knowledge Article

Gets a Knowledge Article

Authentication

Connected account required

Tags

KnowledgeArticles
Gets a Follow state for a Knowledge ArticleINSIGHTLY_GET_V3_1_KNOWLEDGE_ARTICLE_ID_FOLLOWGets a Follow state for a Knowledge Article

Gets a Follow state for a Knowledge Article

Authentication

Connected account required

Tags

KnowledgeArticles
Gets a Knowledge Article's Custom Image FieldINSIGHTLY_GET_V3_1_KNOWLEDGE_ARTICLE_ID_IMAGE_FIELD_FIELD_NAMEGets a Knowledge Article's Custom Image Field

Gets a Knowledge Article's Custom Image Field

Authentication

Connected account required

Tags

KnowledgeArticles
Gets a Knowledge Article's TagsINSIGHTLY_GET_V3_1_KNOWLEDGE_ARTICLE_ID_TAGSGets a Knowledge Article's Tags

Gets a Knowledge Article's Tags

Authentication

Connected account required

Tags

KnowledgeArticles
Gets a Knowledge Article's translation in a specific languageINSIGHTLY_GET_V3_1_KNOWLEDGE_ARTICLE_ID_TRANSLATIONS_LANGUAGEGets a Knowledge Article's translation in a specific language

Gets a Knowledge Article's translation in a specific language

Authentication

Connected account required

Tags

KnowledgeArticles
Gets a filtered list of Knowledge ArticlesINSIGHTLY_GET_V3_1_KNOWLEDGE_ARTICLE_SEARCHTo filter with a field name and value, both field_name and field_value parameters must be provided. <br /> Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.

To filter with a field name and value, both field_name and field_value parameters must be provided. <br /> Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.

Authentication

Connected account required

Tags

KnowledgeArticles
Gets a list of Knowledge Articles filtered by tagsINSIGHTLY_GET_V3_1_KNOWLEDGE_ARTICLE_SEARCH_BY_TAGSimple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.

Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.

Authentication

Connected account required

Tags

KnowledgeArticles
Gets a list of LeadsINSIGHTLY_GET_V3_1_LEADSSimple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.

Simple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.

Authentication

Connected account required

Tags

Leads
Gets a LeadINSIGHTLY_GET_V3_1_LEADS_IDGets a Lead

Gets a Lead

Authentication

Connected account required

Tags

Leads
Gets a list of a Lead's EmailsINSIGHTLY_GET_V3_1_LEADS_ID_EMAILSGets a list of a Lead's Emails

Gets a list of a Lead's Emails

Authentication

Connected account required

Tags

Leads
Gets a Lead's EventsINSIGHTLY_GET_V3_1_LEADS_ID_EVENTSGets a Lead's Events

Gets a Lead's Events

Authentication

Connected account required

Tags

Leads
Gets a Lead's File AttachmentsINSIGHTLY_GET_V3_1_LEADS_ID_FILE_ATTACHMENTSGets a Lead's File Attachments

Gets a Lead's File Attachments

Authentication

Connected account required

Tags

Leads
Gets a Follow state for a LeadINSIGHTLY_GET_V3_1_LEADS_ID_FOLLOWGets a Follow state for a Lead

Gets a Follow state for a Lead

Authentication

Connected account required

Tags

Leads
Gets a Lead's ImageINSIGHTLY_GET_V3_1_LEADS_ID_IMAGEGets a Lead's Image

Gets a Lead's Image

Authentication

Connected account required

Tags

Leads
Gets a Lead's Custom Image FieldINSIGHTLY_GET_V3_1_LEADS_ID_IMAGE_FIELD_FIELD_NAMEGets a Lead's Custom Image Field

Gets a Lead's Custom Image Field

Authentication

Connected account required

Tags

Leads
Gets a Lead's NotesINSIGHTLY_GET_V3_1_LEADS_ID_NOTESGets a Lead's Notes

Gets a Lead's Notes

Authentication

Connected account required

Tags

Leads
Gets a Lead's TagsINSIGHTLY_GET_V3_1_LEADS_ID_TAGSGets a Lead's Tags

Gets a Lead's Tags

Authentication

Connected account required

Tags

Leads
Gets a list of a Lead's TasksINSIGHTLY_GET_V3_1_LEADS_ID_TASKSGets a list of a Lead's Tasks

Gets a list of a Lead's Tasks

Authentication

Connected account required

Tags

Leads
Gets a filtered list of LeadsINSIGHTLY_GET_V3_1_LEADS_SEARCHTo filter with a field name and value, both field_name and field_value parameters must be provided. <br /> Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.

To filter with a field name and value, both field_name and field_value parameters must be provided. <br /> Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.

Authentication

Connected account required

Tags

Leads
Gets a list of Leads filtered by tagsINSIGHTLY_GET_V3_1_LEADS_SEARCH_BY_TAGSimple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.

Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.

Authentication

Connected account required

Tags

Leads
Gets a list of MilestonesINSIGHTLY_GET_V3_1_MILESTONESSimple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.

Simple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.

Authentication

Connected account required

Tags

Milestones
Gets a MilestoneINSIGHTLY_GET_V3_1_MILESTONES_IDGets a Milestone

Gets a Milestone

Authentication

Connected account required

Tags

Milestones
Gets a filtered list of MilestonesINSIGHTLY_GET_V3_1_MILESTONES_SEARCHTo filter with a field name and value, both field_name and field_value parameters must be provided. <br /> Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.

To filter with a field name and value, both field_name and field_value parameters must be provided. <br /> Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.

Authentication

Connected account required

Tags

Milestones
Gets a list of NotesINSIGHTLY_GET_V3_1_NOTESSimple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.

Simple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.

Authentication

Connected account required

Tags

Notes
Gets a NoteINSIGHTLY_GET_V3_1_NOTES_IDGets a Note

Gets a Note

Authentication

Connected account required

Tags

Notes
Gets a list of Comments of a NoteINSIGHTLY_GET_V3_1_NOTES_ID_COMMENTGets a list of Comments of a Note

Gets a list of Comments of a Note

Authentication

Connected account required

Tags

Notes
Gets a Note's CommentsINSIGHTLY_GET_V3_1_NOTES_ID_COMMENTSGets a Note's Comments

Gets a Note's Comments

Authentication

Connected account required

Tags

Notes
Gets a Note's File AttachmentsINSIGHTLY_GET_V3_1_NOTES_ID_FILE_ATTACHMENTSGets a Note's File Attachments

Gets a Note's File Attachments

Authentication

Connected account required

Tags

Notes
Gets a Follow state for a NoteINSIGHTLY_GET_V3_1_NOTES_ID_FOLLOWGets a Follow state for a Note

Gets a Follow state for a Note

Authentication

Connected account required

Tags

Notes
Gets a Note's LinksINSIGHTLY_GET_V3_1_NOTES_ID_LINKSGets a Note's Links

Gets a Note's Links

Authentication

Connected account required

Tags

Notes
Gets a filtered list of NotesINSIGHTLY_GET_V3_1_NOTES_SEARCHTo filter with a field name and value, both field_name and field_value parameters must be provided. <br /> Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.

To filter with a field name and value, both field_name and field_value parameters must be provided. <br /> Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.

Authentication

Connected account required

Tags

Notes
Gets a list of OpportunitiesINSIGHTLY_GET_V3_1_OPPORTUNITIESSimple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.

Simple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.

Authentication

Connected account required

Tags

Opportunities
Gets an OpportunityINSIGHTLY_GET_V3_1_OPPORTUNITIES_IDGets an Opportunity

Gets an Opportunity

Authentication

Connected account required

Tags

Opportunities
Gets a list of an Opportunity's EmailsINSIGHTLY_GET_V3_1_OPPORTUNITIES_ID_EMAILSGets a list of an Opportunity's Emails

Gets a list of an Opportunity's Emails

Authentication

Connected account required

Tags

Opportunities
Gets an Opportunity's EventsINSIGHTLY_GET_V3_1_OPPORTUNITIES_ID_EVENTSGets an Opportunity's Events

Gets an Opportunity's Events

Authentication

Connected account required

Tags

Opportunities
Gets an Opportunity's File AttachmentsINSIGHTLY_GET_V3_1_OPPORTUNITIES_ID_FILE_ATTACHMENTSGets an Opportunity's File Attachments

Gets an Opportunity's File Attachments

Authentication

Connected account required

Tags

Opportunities
Gets a Follow state for an OpportunityINSIGHTLY_GET_V3_1_OPPORTUNITIES_ID_FOLLOWGets a Follow state for an Opportunity

Gets a Follow state for an Opportunity

Authentication

Connected account required

Tags

Opportunities
Gets an Opportunity's ImageINSIGHTLY_GET_V3_1_OPPORTUNITIES_ID_IMAGEGets an Opportunity's Image

Gets an Opportunity's Image

Authentication

Connected account required

Tags

Opportunities
Gets an Opportunity's Custom Image FieldINSIGHTLY_GET_V3_1_OPPORTUNITIES_ID_IMAGE_FIELD_FIELD_NAMEGets an Opportunity's Custom Image Field

Gets an Opportunity's Custom Image Field

Authentication

Connected account required

Tags

Opportunities
Gets the email address to use for linking with the OpportunityINSIGHTLY_GET_V3_1_OPPORTUNITIES_ID_LINK_EMAIL_ADDRESSAn email address to use as a mail drop for the Opportunity.

An email address to use as a mail drop for the Opportunity.

Authentication

Connected account required

Tags

Opportunities
Gets an Opportunity's LinksINSIGHTLY_GET_V3_1_OPPORTUNITIES_ID_LINKSGets an Opportunity's Links

Gets an Opportunity's Links

Authentication

Connected account required

Tags

Opportunities
Gets an Opportunity's NotesINSIGHTLY_GET_V3_1_OPPORTUNITIES_ID_NOTESGets an Opportunity's Notes

Gets an Opportunity's Notes

Authentication

Connected account required

Tags

Opportunities
Gets a list of Opportunity Products of an OpportunityINSIGHTLY_GET_V3_1_OPPORTUNITIES_ID_OPPORTUNITY_LINE_ITEMGets a list of Opportunity Products of an Opportunity

Gets a list of Opportunity Products of an Opportunity

Authentication

Connected account required

Tags

Opportunities
Gets an Opportunity's TagsINSIGHTLY_GET_V3_1_OPPORTUNITIES_ID_TAGSGets an Opportunity's Tags

Gets an Opportunity's Tags

Authentication

Connected account required

Tags

Opportunities
Gets a list of an Opportunity's TasksINSIGHTLY_GET_V3_1_OPPORTUNITIES_ID_TASKSGets a list of an Opportunity's Tasks

Gets a list of an Opportunity's Tasks

Authentication

Connected account required

Tags

Opportunities
Gets a filtered list of OpportunitiesINSIGHTLY_GET_V3_1_OPPORTUNITIES_SEARCHTo filter with a field name and value, both field_name and field_value parameters must be provided. <br /> Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.

To filter with a field name and value, both field_name and field_value parameters must be provided. <br /> Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.

Authentication

Connected account required

Tags

Opportunities
Gets a list of Opportunities filtered by tagsINSIGHTLY_GET_V3_1_OPPORTUNITIES_SEARCH_BY_TAGSimple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.

Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.

Authentication

Connected account required

Tags

Opportunities
Gets a list of Opportunity ProductsINSIGHTLY_GET_V3_1_OPPORTUNITY_LINE_ITEMSimple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.

Simple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.

Authentication

Connected account required

Tags

OpportunityProducts
Gets an Opportunity ProductINSIGHTLY_GET_V3_1_OPPORTUNITY_LINE_ITEM_IDGets an Opportunity Product

Gets an Opportunity Product

Authentication

Connected account required

Tags

OpportunityProducts
Gets an Opportunity Product's Custom Image FieldINSIGHTLY_GET_V3_1_OPPORTUNITY_LINE_ITEM_ID_IMAGE_FIELD_FIELD_NAMEGets an Opportunity Product's Custom Image Field

Gets an Opportunity Product's Custom Image Field

Authentication

Connected account required

Tags

OpportunityProducts
Gets a filtered list of Opportunity ProductsINSIGHTLY_GET_V3_1_OPPORTUNITY_LINE_ITEM_SEARCHTo filter with a field name and value, both field_name and field_value parameters must be provided. <br /> Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.

To filter with a field name and value, both field_name and field_value parameters must be provided. <br /> Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.

Authentication

Connected account required

Tags

OpportunityProducts
Gets a list of OrganisationsINSIGHTLY_GET_V3_1_ORGANISATIONSSimple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.

Simple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.

Authentication

Connected account required

Tags

Organisations
Gets an OrganisationINSIGHTLY_GET_V3_1_ORGANISATIONS_IDGets an Organisation

Gets an Organisation

Authentication

Connected account required

Tags

Organisations
Gets an Organisation's DatesINSIGHTLY_GET_V3_1_ORGANISATIONS_ID_DATESGets an Organisation's Dates

Gets an Organisation's Dates

Authentication

Connected account required

Tags

Organisations
Gets a list of an Organisation's EmailsINSIGHTLY_GET_V3_1_ORGANISATIONS_ID_EMAILSGets a list of an Organisation's Emails

Gets a list of an Organisation's Emails

Authentication

Connected account required

Tags

Organisations
Gets an Organisation's EventsINSIGHTLY_GET_V3_1_ORGANISATIONS_ID_EVENTSGets an Organisation's Events

Gets an Organisation's Events

Authentication

Connected account required

Tags

Organisations
Gets an Organisation's File AttachmentsINSIGHTLY_GET_V3_1_ORGANISATIONS_ID_FILE_ATTACHMENTSGets an Organisation's File Attachments

Gets an Organisation's File Attachments

Authentication

Connected account required

Tags

Organisations
Gets a Follow state for an OrganisationINSIGHTLY_GET_V3_1_ORGANISATIONS_ID_FOLLOWGets a Follow state for an Organisation

Gets a Follow state for an Organisation

Authentication

Connected account required

Tags

Organisations
Gets an Organisation's ImageINSIGHTLY_GET_V3_1_ORGANISATIONS_ID_IMAGEGets an Organisation's Image

Gets an Organisation's Image

Authentication

Connected account required

Tags

Organisations
Gets an Organisation's Custom Image FieldINSIGHTLY_GET_V3_1_ORGANISATIONS_ID_IMAGE_FIELD_FIELD_NAMEGets an Organisation's Custom Image Field

Gets an Organisation's Custom Image Field

Authentication

Connected account required

Tags

Organisations
Gets an Organisation's LinksINSIGHTLY_GET_V3_1_ORGANISATIONS_ID_LINKSGets an Organisation's Links

Gets an Organisation's Links

Authentication

Connected account required

Tags

Organisations
Gets an Organisation's NotesINSIGHTLY_GET_V3_1_ORGANISATIONS_ID_NOTESGets an Organisation's Notes

Gets an Organisation's Notes

Authentication

Connected account required

Tags

Organisations
Gets an Organisation's TagsINSIGHTLY_GET_V3_1_ORGANISATIONS_ID_TAGSGets an Organisation's Tags

Gets an Organisation's Tags

Authentication

Connected account required

Tags

Organisations
Gets a list of an Organisation's TasksINSIGHTLY_GET_V3_1_ORGANISATIONS_ID_TASKSGets a list of an Organisation's Tasks

Gets a list of an Organisation's Tasks

Authentication

Connected account required

Tags

Organisations
Gets a filtered list of OrganisationsINSIGHTLY_GET_V3_1_ORGANISATIONS_SEARCHTo filter with a field name and value, both field_name and field_value parameters must be provided. <br /> Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.

To filter with a field name and value, both field_name and field_value parameters must be provided. <br /> Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.

Authentication

Connected account required

Tags

Organisations
Gets a list of Organisations filtered by tagsINSIGHTLY_GET_V3_1_ORGANISATIONS_SEARCH_BY_TAGSimple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.

Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.

Authentication

Connected account required

Tags

Organisations
Gets a list of Price BooksINSIGHTLY_GET_V3_1_PRICEBOOKSimple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.

Simple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.

Authentication

Connected account required

Tags

PriceBooks
Gets a list of Price Book EntriesINSIGHTLY_GET_V3_1_PRICEBOOK_ENTRYSimple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.

Simple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.

Authentication

Connected account required

Tags

PriceBookEntries
Gets a Price Book EntryINSIGHTLY_GET_V3_1_PRICEBOOK_ENTRY_IDGets a Price Book Entry

Gets a Price Book Entry

Authentication

Connected account required

Tags

PriceBookEntries
Gets a Price Book Entry's Custom Image FieldINSIGHTLY_GET_V3_1_PRICEBOOK_ENTRY_ID_IMAGE_FIELD_FIELD_NAMEGets a Price Book Entry's Custom Image Field

Gets a Price Book Entry's Custom Image Field

Authentication

Connected account required

Tags

PriceBookEntries
Gets a filtered list of Price Book EntriesINSIGHTLY_GET_V3_1_PRICEBOOK_ENTRY_SEARCHTo filter with a field name and value, both field_name and field_value parameters must be provided. <br /> Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.

To filter with a field name and value, both field_name and field_value parameters must be provided. <br /> Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.

Authentication

Connected account required

Tags

PriceBookEntries
Gets a Price BookINSIGHTLY_GET_V3_1_PRICEBOOK_IDGets a Price Book

Gets a Price Book

Authentication

Connected account required

Tags

PriceBooks
Gets a Follow state for a Price BookINSIGHTLY_GET_V3_1_PRICEBOOK_ID_FOLLOWGets a Follow state for a Price Book

Gets a Follow state for a Price Book

Authentication

Connected account required

Tags

PriceBooks
Gets a list of Price Book Entries of a Price BookINSIGHTLY_GET_V3_1_PRICEBOOK_ID_PRICEBOOK_ENTRYGets a list of Price Book Entries of a Price Book

Gets a list of Price Book Entries of a Price Book

Authentication

Connected account required

Tags

PriceBooks
Gets a filtered list of Price BooksINSIGHTLY_GET_V3_1_PRICEBOOK_SEARCHTo filter with a field name and value, both field_name and field_value parameters must be provided. <br /> Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.

To filter with a field name and value, both field_name and field_value parameters must be provided. <br /> Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.

Authentication

Connected account required

Tags

PriceBooks
Gets a list of ProductsINSIGHTLY_GET_V3_1_PRODUCTSimple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.

Simple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.

Authentication

Connected account required

Tags

Products
Gets a ProductINSIGHTLY_GET_V3_1_PRODUCT_IDGets a Product

Gets a Product

Authentication

Connected account required

Tags

Products
Gets a Follow state for a ProductINSIGHTLY_GET_V3_1_PRODUCT_ID_FOLLOWGets a Follow state for a Product

Gets a Follow state for a Product

Authentication

Connected account required

Tags

Products
Gets a Product's ImageINSIGHTLY_GET_V3_1_PRODUCT_ID_IMAGEGets a Product's Image

Gets a Product's Image

Authentication

Connected account required

Tags

Products
Gets a Product's Custom Image FieldINSIGHTLY_GET_V3_1_PRODUCT_ID_IMAGE_FIELD_FIELD_NAMEGets a Product's Custom Image Field

Gets a Product's Custom Image Field

Authentication

Connected account required

Tags

Products
Gets a list of Price Book Entries of a ProductINSIGHTLY_GET_V3_1_PRODUCT_ID_PRICEBOOK_ENTRYGets a list of Price Book Entries of a Product

Gets a list of Price Book Entries of a Product

Authentication

Connected account required

Tags

Products
Gets a filtered list of ProductsINSIGHTLY_GET_V3_1_PRODUCT_SEARCHTo filter with a field name and value, both field_name and field_value parameters must be provided. <br /> Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.

To filter with a field name and value, both field_name and field_value parameters must be provided. <br /> Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.

Authentication

Connected account required

Tags

Products
Gets a list of ProjectsINSIGHTLY_GET_V3_1_PROJECTSSimple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.

Simple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.

Authentication

Connected account required

Tags

Projects
Gets a ProjectINSIGHTLY_GET_V3_1_PROJECTS_IDGets a Project

Gets a Project

Authentication

Connected account required

Tags

Projects
Gets a list of a Project's EmailsINSIGHTLY_GET_V3_1_PROJECTS_ID_EMAILSGets a list of a Project's Emails

Gets a list of a Project's Emails

Authentication

Connected account required

Tags

Projects
Gets a Project's EventsINSIGHTLY_GET_V3_1_PROJECTS_ID_EVENTSGets a Project's Events

Gets a Project's Events

Authentication

Connected account required

Tags

Projects
Gets a Project's File AttachmentsINSIGHTLY_GET_V3_1_PROJECTS_ID_FILE_ATTACHMENTSGets a Project's File Attachments

Gets a Project's File Attachments

Authentication

Connected account required

Tags

Projects
Gets a Follow state for a ProjectINSIGHTLY_GET_V3_1_PROJECTS_ID_FOLLOWGets a Follow state for a Project

Gets a Follow state for a Project

Authentication

Connected account required

Tags

Projects
Gets a Project's ImageINSIGHTLY_GET_V3_1_PROJECTS_ID_IMAGEGets a Project's Image

Gets a Project's Image

Authentication

Connected account required

Tags

Projects
Gets a Project's Custom Image FieldINSIGHTLY_GET_V3_1_PROJECTS_ID_IMAGE_FIELD_FIELD_NAMEGets a Project's Custom Image Field

Gets a Project's Custom Image Field

Authentication

Connected account required

Tags

Projects
Gets the email address to use for linking with the ProjectINSIGHTLY_GET_V3_1_PROJECTS_ID_LINK_EMAIL_ADDRESSAn email address to use as a mail drop for the Project.

An email address to use as a mail drop for the Project.

Authentication

Connected account required

Tags

Projects
Gets a Project's LinksINSIGHTLY_GET_V3_1_PROJECTS_ID_LINKSGets a Project's Links

Gets a Project's Links

Authentication

Connected account required

Tags

Projects
Gets a Project's NotesINSIGHTLY_GET_V3_1_PROJECTS_ID_NOTESGets a Project's Notes

Gets a Project's Notes

Authentication

Connected account required

Tags

Projects
Gets a Project's TagsINSIGHTLY_GET_V3_1_PROJECTS_ID_TAGSGets a Project's Tags

Gets a Project's Tags

Authentication

Connected account required

Tags

Projects
Gets a list of a Project's TasksINSIGHTLY_GET_V3_1_PROJECTS_ID_TASKSGets a list of a Project's Tasks

Gets a list of a Project's Tasks

Authentication

Connected account required

Tags

Projects
Gets a filtered list of ProjectsINSIGHTLY_GET_V3_1_PROJECTS_SEARCHTo filter with a field name and value, both field_name and field_value parameters must be provided. <br /> Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.

To filter with a field name and value, both field_name and field_value parameters must be provided. <br /> Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.

Authentication

Connected account required

Tags

Projects
Gets a list of Projects filtered by tagsINSIGHTLY_GET_V3_1_PROJECTS_SEARCH_BY_TAGSimple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.

Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.

Authentication

Connected account required

Tags

Projects
Gets a list of ProspectsINSIGHTLY_GET_V3_1_PROSPECTSimple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.

Simple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.

Authentication

Connected account required

Tags

Prospects
Gets a ProspectINSIGHTLY_GET_V3_1_PROSPECT_IDGets a Prospect

Gets a Prospect

Authentication

Connected account required

Tags

Prospects
Gets a Follow state for a ProspectINSIGHTLY_GET_V3_1_PROSPECT_ID_FOLLOWGets a Follow state for a Prospect

Gets a Follow state for a Prospect

Authentication

Connected account required

Tags

Prospects
Gets a Prospect's Custom Image FieldINSIGHTLY_GET_V3_1_PROSPECT_ID_IMAGE_FIELD_FIELD_NAMEGets a Prospect's Custom Image Field

Gets a Prospect's Custom Image Field

Authentication

Connected account required

Tags

Prospects
Gets a Prospect's TagsINSIGHTLY_GET_V3_1_PROSPECT_ID_TAGSGets a Prospect's Tags

Gets a Prospect's Tags

Authentication

Connected account required

Tags

Prospects
Gets a filtered list of ProspectsINSIGHTLY_GET_V3_1_PROSPECT_SEARCHTo filter with a field name and value, both field_name and field_value parameters must be provided. <br /> Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.

To filter with a field name and value, both field_name and field_value parameters must be provided. <br /> Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.

Authentication

Connected account required

Tags

Prospects
Gets a list of Prospects filtered by tagsINSIGHTLY_GET_V3_1_PROSPECT_SEARCH_BY_TAGSimple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.

Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.

Authentication

Connected account required

Tags

Prospects
Gets a list of QuotesINSIGHTLY_GET_V3_1_QUOTATIONSimple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.

Simple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.

Authentication

Connected account required

Tags

Quotes
Gets a QuoteINSIGHTLY_GET_V3_1_QUOTATION_IDGets a Quote

Gets a Quote

Authentication

Connected account required

Tags

Quotes
Gets a Follow state for a QuoteINSIGHTLY_GET_V3_1_QUOTATION_ID_FOLLOWGets a Follow state for a Quote

Gets a Follow state for a Quote

Authentication

Connected account required

Tags

Quotes
Gets a Quote's Custom Image FieldINSIGHTLY_GET_V3_1_QUOTATION_ID_IMAGE_FIELD_FIELD_NAMEGets a Quote's Custom Image Field

Gets a Quote's Custom Image Field

Authentication

Connected account required

Tags

Quotes
Gets a list of Quote Documents of a QuoteINSIGHTLY_GET_V3_1_QUOTATION_ID_QUOTATION_DOCUMENTGets a list of Quote Documents of a Quote

Gets a list of Quote Documents of a Quote

Authentication

Connected account required

Tags

Quotes
Gets a list of Quote Products of a QuoteINSIGHTLY_GET_V3_1_QUOTATION_ID_QUOTATION_LINE_ITEMGets a list of Quote Products of a Quote

Gets a list of Quote Products of a Quote

Authentication

Connected account required

Tags

Quotes
Gets a list of Quote ProductsINSIGHTLY_GET_V3_1_QUOTATION_LINE_ITEMSimple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.

Simple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.

Authentication

Connected account required

Tags

QuoteProducts
Gets a Quote ProductINSIGHTLY_GET_V3_1_QUOTATION_LINE_ITEM_IDGets a Quote Product

Gets a Quote Product

Authentication

Connected account required

Tags

QuoteProducts
Gets a Quote Product's Custom Image FieldINSIGHTLY_GET_V3_1_QUOTATION_LINE_ITEM_ID_IMAGE_FIELD_FIELD_NAMEGets a Quote Product's Custom Image Field

Gets a Quote Product's Custom Image Field

Authentication

Connected account required

Tags

QuoteProducts
Gets a filtered list of Quote ProductsINSIGHTLY_GET_V3_1_QUOTATION_LINE_ITEM_SEARCHTo filter with a field name and value, both field_name and field_value parameters must be provided. <br /> Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.

To filter with a field name and value, both field_name and field_value parameters must be provided. <br /> Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.

Authentication

Connected account required

Tags

QuoteProducts
Gets a filtered list of QuotesINSIGHTLY_GET_V3_1_QUOTATION_SEARCHTo filter with a field name and value, both field_name and field_value parameters must be provided. <br /> Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.

To filter with a field name and value, both field_name and field_value parameters must be provided. <br /> Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.

Authentication

Connected account required

Tags

Quotes
Gets a list of Tags used for a record typeINSIGHTLY_GET_V3_1_TAGSThis endpoint returns a list of tags associated with a record type. The endpoint expects the query parameter record_type=contacts|leads|opportunities|organisations|projects|emails, so to fetch a list of tags associated with contacts, your query would be /Tags?record_type=contacts

This endpoint returns a list of tags associated with a record type. The endpoint expects the query parameter record_type=contacts|leads|opportunities|organisations|projects|emails, so to fetch a list of tags associated with contacts, your query would be /Tags?record_type=contacts

Authentication

Connected account required

Tags

Tags
Gets a list of TasksINSIGHTLY_GET_V3_1_TASKSSimple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.

Simple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.

Authentication

Connected account required

Tags

Tasks
Gets a TaskINSIGHTLY_GET_V3_1_TASKS_IDGets a Task

Gets a Task

Authentication

Connected account required

Tags

Tasks
Gets a Task's CommentsINSIGHTLY_GET_V3_1_TASKS_ID_COMMENTSGets a Task's Comments

Gets a Task's Comments

Authentication

Connected account required

Tags

Tasks
Gets a Follow state for a TaskINSIGHTLY_GET_V3_1_TASKS_ID_FOLLOWGets a Follow state for a Task

Gets a Follow state for a Task

Authentication

Connected account required

Tags

Tasks
Gets a Task's Custom Image FieldINSIGHTLY_GET_V3_1_TASKS_ID_IMAGE_FIELD_FIELD_NAMEGets a Task's Custom Image Field

Gets a Task's Custom Image Field

Authentication

Connected account required

Tags

Tasks
Gets a Task's LinksINSIGHTLY_GET_V3_1_TASKS_ID_LINKSGets a Task's Links

Gets a Task's Links

Authentication

Connected account required

Tags

Tasks
Gets a filtered list of TasksINSIGHTLY_GET_V3_1_TASKS_SEARCHTo filter with a field name and value, both field_name and field_value parameters must be provided. <br /> Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.

To filter with a field name and value, both field_name and field_value parameters must be provided. <br /> Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.

Authentication

Connected account required

Tags

Tasks
Gets a list of TicketsINSIGHTLY_GET_V3_1_TICKETSimple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.

Simple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.

Authentication

Connected account required

Tags

Tickets
Gets a TicketINSIGHTLY_GET_V3_1_TICKET_IDGets a Ticket

Gets a Ticket

Authentication

Connected account required

Tags

Tickets
Gets a Ticket's CommentsINSIGHTLY_GET_V3_1_TICKET_ID_COMMENTSGets a Ticket's Comments

Gets a Ticket's Comments

Authentication

Connected account required

Tags

Tickets
Gets a Follow state for a TicketINSIGHTLY_GET_V3_1_TICKET_ID_FOLLOWGets a Follow state for a Ticket

Gets a Follow state for a Ticket

Authentication

Connected account required

Tags

Tickets
Gets a Ticket's Custom Image FieldINSIGHTLY_GET_V3_1_TICKET_ID_IMAGE_FIELD_FIELD_NAMEGets a Ticket's Custom Image Field

Gets a Ticket's Custom Image Field

Authentication

Connected account required

Tags

Tickets
Gets a Ticket's TagsINSIGHTLY_GET_V3_1_TICKET_ID_TAGSGets a Ticket's Tags

Gets a Ticket's Tags

Authentication

Connected account required

Tags

Tickets
Gets a filtered list of TicketsINSIGHTLY_GET_V3_1_TICKET_SEARCHTo filter with a field name and value, both field_name and field_value parameters must be provided. <br /> Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.

To filter with a field name and value, both field_name and field_value parameters must be provided. <br /> Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.

Authentication

Connected account required

Tags

Tickets
Gets a list of Tickets filtered by tagsINSIGHTLY_GET_V3_1_TICKET_SEARCH_BY_TAGSimple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.

Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.

Authentication

Connected account required

Tags

Tickets
Adds a File Attachment to a CommentINSIGHTLY_POST_V3_1_COMMENTS_ID_FILE_ATTACHMENTSThis endpoint expects multipart/form-data as the request payload. See Stack Overflow for examples of how to generate multipart requests, or see our <a href="http://github.com/Insightly" target="_blank">client libraries</a> for an example of how this is generated. Only one file can be added per request. Some file types are not allowed for security reasons.

This endpoint expects multipart/form-data as the request payload. See Stack Overflow for examples of how to generate multipart requests, or see our <a href="http://github.com/Insightly" target="_blank">client libraries</a> for an example of how this is generated. Only one file can be added per request. Some file types are not allowed for security reasons.

Authentication

Connected account required

Tags

Comments
Adds a Forum CommentINSIGHTLY_POST_V3_1_COMMUNITY_COMMENTSIf you have trouble with creating a Forum Comment, try creating Forum Comments via the web interface, and then access those Forum Comments via the API. This way you can see examples of the fields and sub-elements attached to the Forum Comment. A common source of problems during write/update request is caused when users omit required fields, or insert invalid data in a field (e.g. reference a CATEGORY_ID that does not exist in the user's Insightly instance.

If you have trouble with creating a Forum Comment, try creating Forum Comments via the web interface, and then access those Forum Comments via the API. This way you can see examples of the fields and sub-elements attached to the Forum Comment. A common source of problems during write/update request is caused when users omit required fields, or insert invalid data in a field (e.g. reference a CATEGORY_ID that does not exist in the user's Insightly instance.

Authentication

Connected account required

Tags

ForumComments
Adds a ForumINSIGHTLY_POST_V3_1_COMMUNITY_FORUMSIf you have trouble with creating a Forum, try creating Forums via the web interface, and then access those Forums via the API. This way you can see examples of the fields and sub-elements attached to the Forum. A common source of problems during write/update request is caused when users omit required fields, or insert invalid data in a field (e.g. reference a CATEGORY_ID that does not exist in the user's Insightly instance.

If you have trouble with creating a Forum, try creating Forums via the web interface, and then access those Forums via the API. This way you can see examples of the fields and sub-elements attached to the Forum. A common source of problems during write/update request is caused when users omit required fields, or insert invalid data in a field (e.g. reference a CATEGORY_ID that does not exist in the user's Insightly instance.

Authentication

Connected account required

Tags

Forums
Start following a ForumINSIGHTLY_POST_V3_1_COMMUNITY_FORUMS_ID_FOLLOWStart following a Forum

Start following a Forum

Authentication

Connected account required

Tags

Forums
Adds a Forum PostINSIGHTLY_POST_V3_1_COMMUNITY_POSTSIf you have trouble with creating a Forum Post, try creating Forum Posts via the web interface, and then access those Forum Posts via the API. This way you can see examples of the fields and sub-elements attached to the Forum Post. A common source of problems during write/update request is caused when users omit required fields, or insert invalid data in a field (e.g. reference a CATEGORY_ID that does not exist in the user's Insightly instance.

If you have trouble with creating a Forum Post, try creating Forum Posts via the web interface, and then access those Forum Posts via the API. This way you can see examples of the fields and sub-elements attached to the Forum Post. A common source of problems during write/update request is caused when users omit required fields, or insert invalid data in a field (e.g. reference a CATEGORY_ID that does not exist in the user's Insightly instance.

Authentication

Connected account required

Tags

ForumPosts
Adds a Forum Comment to a Forum PostINSIGHTLY_POST_V3_1_COMMUNITY_POSTS_ID_COMMUNITY_COMMENTSAdds a Forum Comment to a Forum Post

Adds a Forum Comment to a Forum Post

Authentication

Connected account required

Tags

ForumPosts
Start following a Forum PostINSIGHTLY_POST_V3_1_COMMUNITY_POSTS_ID_FOLLOWStart following a Forum Post

Start following a Forum Post

Authentication

Connected account required

Tags

ForumPosts
Adds a ContactINSIGHTLY_POST_V3_1_CONTACTSIf you have trouble with creating a Contact, try creating Contacts via the web interface, and then access those Contacts via the API. This way you can see examples of the fields and sub-elements attached to the Contact. A common source of problems during write/update request is caused when users omit required fields, or insert invalid data in a field (e.g. reference a CATEGORY_ID that does not exist in the user's Insightly instance.

If you have trouble with creating a Contact, try creating Contacts via the web interface, and then access those Contacts via the API. This way you can see examples of the fields and sub-elements attached to the Contact. A common source of problems during write/update request is caused when users omit required fields, or insert invalid data in a field (e.g. reference a CATEGORY_ID that does not exist in the user's Insightly instance.

Authentication

Connected account required

Tags

Contacts
Adds a File Attachment to a ContactINSIGHTLY_POST_V3_1_CONTACTS_ID_FILE_ATTACHMENTSThis endpoint expects multipart/form-data as the request payload. See Stack Overflow for examples of how to generate multipart requests, or see our <a href="http://github.com/Insightly" target="_blank">client libraries</a> for an example of how this is generated. Only one file can be added per request. Some file types are not allowed for security reasons.

This endpoint expects multipart/form-data as the request payload. See Stack Overflow for examples of how to generate multipart requests, or see our <a href="http://github.com/Insightly" target="_blank">client libraries</a> for an example of how this is generated. Only one file can be added per request. Some file types are not allowed for security reasons.

Authentication

Connected account required

Tags

Contacts
Start following a ContactINSIGHTLY_POST_V3_1_CONTACTS_ID_FOLLOWStart following a Contact

Start following a Contact

Authentication

Connected account required

Tags

Contacts
Generates a new Merge DocumentINSIGHTLY_POST_V3_1_CONTACTS_ID_MERGE_DOCUMENT_DOCUMENT_TEMPLATE_IDReturns the generated document. If the 'format' parameter is set to 'JSON', returns the metadata of the associated File Attachment in JSON format.

Returns the generated document. If the 'format' parameter is set to 'JSON', returns the metadata of the associated File Attachment in JSON format.

Authentication

Connected account required

Tags

Contacts
Start following an EmailINSIGHTLY_POST_V3_1_EMAILS_ID_FOLLOWStart following an Email

Start following an Email

Authentication

Connected account required

Tags

Emails
Adds a LinkINSIGHTLY_POST_V3_1_EMAILS_ID_LINKSAdds a Link

Adds a Link

Authentication

Connected account required

Tags

Emails
Adds a Tag to an EmailINSIGHTLY_POST_V3_1_EMAILS_ID_TAGSAdds a Tag to an Email

Adds a Tag to an Email

Authentication

Connected account required

Tags

Emails
Adds an EventINSIGHTLY_POST_V3_1_EVENTSIf you have trouble with creating an Event, try creating Events via the web interface, and then access those Events via the API. This way you can see examples of the fields and sub-elements attached to the Event. A common source of problems during write/update request is caused when users omit required fields, or insert invalid data in a field (e.g. reference a CATEGORY_ID that does not exist in the user's Insightly instance.

If you have trouble with creating an Event, try creating Events via the web interface, and then access those Events via the API. This way you can see examples of the fields and sub-elements attached to the Event. A common source of problems during write/update request is caused when users omit required fields, or insert invalid data in a field (e.g. reference a CATEGORY_ID that does not exist in the user's Insightly instance.

Authentication

Connected account required

Tags

Events
Adds a LinkINSIGHTLY_POST_V3_1_EVENTS_ID_LINKSAdds a Link

Adds a Link

Authentication

Connected account required

Tags

Events
Start following a Forum CategoryINSIGHTLY_POST_V3_1_FORUM_CATEGORIES_ID_FOLLOWStart following a Forum Category

Start following a Forum Category

Authentication

Connected account required

Tags

ForumCategories
Adds a Knowledge ArticleINSIGHTLY_POST_V3_1_KNOWLEDGE_ARTICLEIf you have trouble with creating a Knowledge Article, try creating Knowledge Articles via the web interface, and then access those Knowledge Articles via the API. This way you can see examples of the fields and sub-elements attached to the Knowledge Article. A common source of problems during write/update request is caused when users omit required fields, or insert invalid data in a field (e.g. reference a CATEGORY_ID that does not exist in the user's Insightly instance.

If you have trouble with creating a Knowledge Article, try creating Knowledge Articles via the web interface, and then access those Knowledge Articles via the API. This way you can see examples of the fields and sub-elements attached to the Knowledge Article. A common source of problems during write/update request is caused when users omit required fields, or insert invalid data in a field (e.g. reference a CATEGORY_ID that does not exist in the user's Insightly instance.

Authentication

Connected account required

Tags

KnowledgeArticles
Adds a Knowledge Article CategoryINSIGHTLY_POST_V3_1_KNOWLEDGE_ARTICLE_CATEGORYIf you have trouble with creating a Knowledge Article Category, try creating Knowledge Article Categories via the web interface, and then access those Knowledge Article Categories via the API. This way you can see examples of the fields and sub-elements attached to the Knowledge Article Category. A common source of problems during write/update request is caused when users omit required fields, or insert invalid data in a field (e.g. reference a CATEGORY_ID that does not exist in the user's Insightly instance.

If you have trouble with creating a Knowledge Article Category, try creating Knowledge Article Categories via the web interface, and then access those Knowledge Article Categories via the API. This way you can see examples of the fields and sub-elements attached to the Knowledge Article Category. A common source of problems during write/update request is caused when users omit required fields, or insert invalid data in a field (e.g. reference a CATEGORY_ID that does not exist in the user's Insightly instance.

Authentication

Connected account required

Tags

KnowledgeArticleCategories
Adds a Knowledge Article FolderINSIGHTLY_POST_V3_1_KNOWLEDGE_ARTICLE_FOLDERIf you have trouble with creating a Knowledge Article Folder, try creating Knowledge Article Folders via the web interface, and then access those Knowledge Article Folders via the API. This way you can see examples of the fields and sub-elements attached to the Knowledge Article Folder. A common source of problems during write/update request is caused when users omit required fields, or insert invalid data in a field (e.g. reference a CATEGORY_ID that does not exist in the user's Insightly instance.

If you have trouble with creating a Knowledge Article Folder, try creating Knowledge Article Folders via the web interface, and then access those Knowledge Article Folders via the API. This way you can see examples of the fields and sub-elements attached to the Knowledge Article Folder. A common source of problems during write/update request is caused when users omit required fields, or insert invalid data in a field (e.g. reference a CATEGORY_ID that does not exist in the user's Insightly instance.

Authentication

Connected account required

Tags

KnowledgeArticleFolders
Start following a Knowledge ArticleINSIGHTLY_POST_V3_1_KNOWLEDGE_ARTICLE_ID_FOLLOWStart following a Knowledge Article

Start following a Knowledge Article

Authentication

Connected account required

Tags

KnowledgeArticles
Adds a Tag to a Knowledge ArticleINSIGHTLY_POST_V3_1_KNOWLEDGE_ARTICLE_ID_TAGSAdds a Tag to a Knowledge Article

Adds a Tag to a Knowledge Article

Authentication

Connected account required

Tags

KnowledgeArticles
Adds a Translation for a Knowledge Article in a specific languageINSIGHTLY_POST_V3_1_KNOWLEDGE_ARTICLE_ID_TRANSLATIONS_LANGUAGEIf you have trouble with creating a Knowledge Article, try creating Knowledge Articles via the web interface, and then access those Knowledge Articles via the API. This way you can see examples of the fields and sub-elements attached to the Knowledge Article. A common source of problems during write/update request is caused when users omit required fields, or insert invalid data in a field (e.g. reference a CATEGORY_ID that does not exist in the user's Insightly instance.

If you have trouble with creating a Knowledge Article, try creating Knowledge Articles via the web interface, and then access those Knowledge Articles via the API. This way you can see examples of the fields and sub-elements attached to the Knowledge Article. A common source of problems during write/update request is caused when users omit required fields, or insert invalid data in a field (e.g. reference a CATEGORY_ID that does not exist in the user's Insightly instance.

Authentication

Connected account required

Tags

KnowledgeArticles
Adds a LeadINSIGHTLY_POST_V3_1_LEADSIf you have trouble with creating a Lead, try creating Leads via the web interface, and then access those Leads via the API. This way you can see examples of the fields and sub-elements attached to the Lead. A common source of problems during write/update request is caused when users omit required fields, or insert invalid data in a field (e.g. reference a CATEGORY_ID that does not exist in the user's Insightly instance.

If you have trouble with creating a Lead, try creating Leads via the web interface, and then access those Leads via the API. This way you can see examples of the fields and sub-elements attached to the Lead. A common source of problems during write/update request is caused when users omit required fields, or insert invalid data in a field (e.g. reference a CATEGORY_ID that does not exist in the user's Insightly instance.

Authentication

Connected account required

Tags

Leads
Adds an Activity Set to a LeadINSIGHTLY_POST_V3_1_LEADS_ID_ACTIVITY_SET_ASSIGNMENTAdds an Activity Set to a Lead

Adds an Activity Set to a Lead

Authentication

Connected account required

Tags

Leads
Adds a File Attachment to a LeadINSIGHTLY_POST_V3_1_LEADS_ID_FILE_ATTACHMENTSThis endpoint expects multipart/form-data as the request payload. See Stack Overflow for examples of how to generate multipart requests, or see our <a href="http://github.com/Insightly" target="_blank">client libraries</a> for an example of how this is generated. Only one file can be added per request. Some file types are not allowed for security reasons.

This endpoint expects multipart/form-data as the request payload. See Stack Overflow for examples of how to generate multipart requests, or see our <a href="http://github.com/Insightly" target="_blank">client libraries</a> for an example of how this is generated. Only one file can be added per request. Some file types are not allowed for security reasons.

Authentication

Connected account required

Tags

Leads
Start following a LeadINSIGHTLY_POST_V3_1_LEADS_ID_FOLLOWStart following a Lead

Start following a Lead

Authentication

Connected account required

Tags

Leads
Generates a new Merge DocumentINSIGHTLY_POST_V3_1_LEADS_ID_MERGE_DOCUMENT_DOCUMENT_TEMPLATE_IDReturns the generated document. If the 'format' parameter is set to 'JSON', returns the metadata of the associated File Attachment in JSON format.

Returns the generated document. If the 'format' parameter is set to 'JSON', returns the metadata of the associated File Attachment in JSON format.

Authentication

Connected account required

Tags

Leads
Adds a Note to a LeadINSIGHTLY_POST_V3_1_LEADS_ID_NOTESIf you have trouble with creating a Lead, try creating Leads via the web interface, and then access those Leads via the API. This way you can see examples of the fields and sub-elements attached to the Lead. A common source of problems during write/update request is caused when users omit required fields, or insert invalid data in a field (e.g. reference a CATEGORY_ID that does not exist in the user's Insightly instance.

If you have trouble with creating a Lead, try creating Leads via the web interface, and then access those Leads via the API. This way you can see examples of the fields and sub-elements attached to the Lead. A common source of problems during write/update request is caused when users omit required fields, or insert invalid data in a field (e.g. reference a CATEGORY_ID that does not exist in the user's Insightly instance.

Authentication

Connected account required

Tags

Leads
Adds a Tag to a LeadINSIGHTLY_POST_V3_1_LEADS_ID_TAGSAdds a Tag to a Lead

Adds a Tag to a Lead

Authentication

Connected account required

Tags

Leads
Adds a Comment to a NoteINSIGHTLY_POST_V3_1_NOTES_ID_COMMENTAdds a Comment to a Note

Adds a Comment to a Note

Authentication

Connected account required

Tags

Notes
Adds a Comment to a NoteINSIGHTLY_POST_V3_1_NOTES_ID_COMMENTSAdds a Comment to a Note

Adds a Comment to a Note

Authentication

Connected account required

Tags

Notes
Adds a File Attachment to a NoteINSIGHTLY_POST_V3_1_NOTES_ID_FILE_ATTACHMENTSThis endpoint expects multipart/form-data as the request payload. See Stack Overflow for examples of how to generate multipart requests, or see our <a href="http://github.com/Insightly" target="_blank">client libraries</a> for an example of how this is generated. Only one file can be added per request. Some file types are not allowed for security reasons.

This endpoint expects multipart/form-data as the request payload. See Stack Overflow for examples of how to generate multipart requests, or see our <a href="http://github.com/Insightly" target="_blank">client libraries</a> for an example of how this is generated. Only one file can be added per request. Some file types are not allowed for security reasons.

Authentication

Connected account required

Tags

Notes
Start following a NoteINSIGHTLY_POST_V3_1_NOTES_ID_FOLLOWStart following a Note

Start following a Note

Authentication

Connected account required

Tags

Notes
Adds a LinkINSIGHTLY_POST_V3_1_NOTES_ID_LINKSAdds a Link

Adds a Link

Authentication

Connected account required

Tags

Notes
Adds an OpportunityINSIGHTLY_POST_V3_1_OPPORTUNITIESIf you have trouble with creating an Opportunity, try creating Opportunities via the web interface, and then access those Opportunities via the API. This way you can see examples of the fields and sub-elements attached to the Opportunity. A common source of problems during write/update request is caused when users omit required fields, or insert invalid data in a field (e.g. reference a CATEGORY_ID that does not exist in the user's Insightly instance.

If you have trouble with creating an Opportunity, try creating Opportunities via the web interface, and then access those Opportunities via the API. This way you can see examples of the fields and sub-elements attached to the Opportunity. A common source of problems during write/update request is caused when users omit required fields, or insert invalid data in a field (e.g. reference a CATEGORY_ID that does not exist in the user's Insightly instance.

Authentication

Connected account required

Tags

Opportunities
Adds an Activity Set to an OpportunityINSIGHTLY_POST_V3_1_OPPORTUNITIES_ID_ACTIVITY_SET_ASSIGNMENTAdds an Activity Set to an Opportunity

Adds an Activity Set to an Opportunity

Authentication

Connected account required

Tags

Opportunities
Adds a File Attachment to an OpportunityINSIGHTLY_POST_V3_1_OPPORTUNITIES_ID_FILE_ATTACHMENTSThis endpoint expects multipart/form-data as the request payload. See Stack Overflow for examples of how to generate multipart requests, or see our <a href="http://github.com/Insightly" target="_blank">client libraries</a> for an example of how this is generated. Only one file can be added per request. Some file types are not allowed for security reasons.

This endpoint expects multipart/form-data as the request payload. See Stack Overflow for examples of how to generate multipart requests, or see our <a href="http://github.com/Insightly" target="_blank">client libraries</a> for an example of how this is generated. Only one file can be added per request. Some file types are not allowed for security reasons.

Authentication

Connected account required

Tags

Opportunities
Start following an OpportunityINSIGHTLY_POST_V3_1_OPPORTUNITIES_ID_FOLLOWStart following an Opportunity

Start following an Opportunity

Authentication

Connected account required

Tags

Opportunities
Adds a LinkINSIGHTLY_POST_V3_1_OPPORTUNITIES_ID_LINKSAdds a Link

Adds a Link

Authentication

Connected account required

Tags

Opportunities
Generates a new Merge DocumentINSIGHTLY_POST_V3_1_OPPORTUNITIES_ID_MERGE_DOCUMENT_DOCUMENT_TEMPLATE_IDReturns the generated document. If the 'format' parameter is set to 'JSON', returns the metadata of the associated File Attachment in JSON format.

Returns the generated document. If the 'format' parameter is set to 'JSON', returns the metadata of the associated File Attachment in JSON format.

Authentication

Connected account required

Tags

Opportunities
Adds a Note to an OpportunityINSIGHTLY_POST_V3_1_OPPORTUNITIES_ID_NOTESIf you have trouble with creating an Opportunity, try creating Opportunities via the web interface, and then access those Opportunities via the API. This way you can see examples of the fields and sub-elements attached to the Opportunity. A common source of problems during write/update request is caused when users omit required fields, or insert invalid data in a field (e.g. reference a CATEGORY_ID that does not exist in the user's Insightly instance.

If you have trouble with creating an Opportunity, try creating Opportunities via the web interface, and then access those Opportunities via the API. This way you can see examples of the fields and sub-elements attached to the Opportunity. A common source of problems during write/update request is caused when users omit required fields, or insert invalid data in a field (e.g. reference a CATEGORY_ID that does not exist in the user's Insightly instance.

Authentication

Connected account required

Tags

Opportunities
Adds an Opportunity Product to an OpportunityINSIGHTLY_POST_V3_1_OPPORTUNITIES_ID_OPPORTUNITY_LINE_ITEMAdds an Opportunity Product to an Opportunity

Adds an Opportunity Product to an Opportunity

Authentication

Connected account required

Tags

Opportunities
Adds a Tag to an OpportunityINSIGHTLY_POST_V3_1_OPPORTUNITIES_ID_TAGSAdds a Tag to an Opportunity

Adds a Tag to an Opportunity

Authentication

Connected account required

Tags

Opportunities
Adds an OrganisationINSIGHTLY_POST_V3_1_ORGANISATIONSIf you have trouble with creating an Organisation, try creating Organisations via the web interface, and then access those Organisations via the API. This way you can see examples of the fields and sub-elements attached to the Organisation. A common source of problems during write/update request is caused when users omit required fields, or insert invalid data in a field (e.g. reference a CATEGORY_ID that does not exist in the user's Insightly instance.

If you have trouble with creating an Organisation, try creating Organisations via the web interface, and then access those Organisations via the API. This way you can see examples of the fields and sub-elements attached to the Organisation. A common source of problems during write/update request is caused when users omit required fields, or insert invalid data in a field (e.g. reference a CATEGORY_ID that does not exist in the user's Insightly instance.

Authentication

Connected account required

Tags

Organisations
Adds an Activity Set to an OrganisationINSIGHTLY_POST_V3_1_ORGANISATIONS_ID_ACTIVITY_SET_ASSIGNMENTAdds an Activity Set to an Organisation

Adds an Activity Set to an Organisation

Authentication

Connected account required

Tags

Organisations
Adds a File Attachment to an OrganisationINSIGHTLY_POST_V3_1_ORGANISATIONS_ID_FILE_ATTACHMENTSThis endpoint expects multipart/form-data as the request payload. See Stack Overflow for examples of how to generate multipart requests, or see our <a href="http://github.com/Insightly" target="_blank">client libraries</a> for an example of how this is generated. Only one file can be added per request. Some file types are not allowed for security reasons.

This endpoint expects multipart/form-data as the request payload. See Stack Overflow for examples of how to generate multipart requests, or see our <a href="http://github.com/Insightly" target="_blank">client libraries</a> for an example of how this is generated. Only one file can be added per request. Some file types are not allowed for security reasons.

Authentication

Connected account required

Tags

Organisations
Start following an OrganisationINSIGHTLY_POST_V3_1_ORGANISATIONS_ID_FOLLOWStart following an Organisation

Start following an Organisation

Authentication

Connected account required

Tags

Organisations
Adds a LinkINSIGHTLY_POST_V3_1_ORGANISATIONS_ID_LINKSAdds a Link

Adds a Link

Authentication

Connected account required

Tags

Organisations
Generates a new Merge DocumentINSIGHTLY_POST_V3_1_ORGANISATIONS_ID_MERGE_DOCUMENT_DOCUMENT_TEMPLATE_IDReturns the generated document. If the 'format' parameter is set to 'JSON', returns the metadata of the associated File Attachment in JSON format.

Returns the generated document. If the 'format' parameter is set to 'JSON', returns the metadata of the associated File Attachment in JSON format.

Authentication

Connected account required

Tags

Organisations
Adds a Note to an OrganisationINSIGHTLY_POST_V3_1_ORGANISATIONS_ID_NOTESIf you have trouble with creating an Organisation, try creating Organisations via the web interface, and then access those Organisations via the API. This way you can see examples of the fields and sub-elements attached to the Organisation. A common source of problems during write/update request is caused when users omit required fields, or insert invalid data in a field (e.g. reference a CATEGORY_ID that does not exist in the user's Insightly instance.

If you have trouble with creating an Organisation, try creating Organisations via the web interface, and then access those Organisations via the API. This way you can see examples of the fields and sub-elements attached to the Organisation. A common source of problems during write/update request is caused when users omit required fields, or insert invalid data in a field (e.g. reference a CATEGORY_ID that does not exist in the user's Insightly instance.

Authentication

Connected account required

Tags

Organisations
Adds a Tag to an OrganisationINSIGHTLY_POST_V3_1_ORGANISATIONS_ID_TAGSAdds a Tag to an Organisation

Adds a Tag to an Organisation

Authentication

Connected account required

Tags

Organisations
Adds a Price BookINSIGHTLY_POST_V3_1_PRICEBOOKIf you have trouble with creating a Price Book, try creating Price Books via the web interface, and then access those Price Books via the API. This way you can see examples of the fields and sub-elements attached to the Price Book. A common source of problems during write/update request is caused when users omit required fields, or insert invalid data in a field (e.g. reference a CATEGORY_ID that does not exist in the user's Insightly instance.

If you have trouble with creating a Price Book, try creating Price Books via the web interface, and then access those Price Books via the API. This way you can see examples of the fields and sub-elements attached to the Price Book. A common source of problems during write/update request is caused when users omit required fields, or insert invalid data in a field (e.g. reference a CATEGORY_ID that does not exist in the user's Insightly instance.

Authentication

Connected account required

Tags

PriceBooks
Start following a Price BookINSIGHTLY_POST_V3_1_PRICEBOOK_ID_FOLLOWStart following a Price Book

Start following a Price Book

Authentication

Connected account required

Tags

PriceBooks
Adds a Price Book Entry to a Price BookINSIGHTLY_POST_V3_1_PRICEBOOK_ID_PRICEBOOK_ENTRYAdds a Price Book Entry to a Price Book

Adds a Price Book Entry to a Price Book

Authentication

Connected account required

Tags

PriceBooks
Adds a ProductINSIGHTLY_POST_V3_1_PRODUCTIf you have trouble with creating a Product, try creating Products via the web interface, and then access those Products via the API. This way you can see examples of the fields and sub-elements attached to the Product. A common source of problems during write/update request is caused when users omit required fields, or insert invalid data in a field (e.g. reference a CATEGORY_ID that does not exist in the user's Insightly instance.

If you have trouble with creating a Product, try creating Products via the web interface, and then access those Products via the API. This way you can see examples of the fields and sub-elements attached to the Product. A common source of problems during write/update request is caused when users omit required fields, or insert invalid data in a field (e.g. reference a CATEGORY_ID that does not exist in the user's Insightly instance.

Authentication

Connected account required

Tags

Products
Start following a ProductINSIGHTLY_POST_V3_1_PRODUCT_ID_FOLLOWStart following a Product

Start following a Product

Authentication

Connected account required

Tags

Products
Generates a new Merge DocumentINSIGHTLY_POST_V3_1_PRODUCT_ID_MERGE_DOCUMENT_DOCUMENT_TEMPLATE_IDReturns the generated document. If the 'format' parameter is set to 'JSON', returns the metadata of the associated File Attachment in JSON format.

Returns the generated document. If the 'format' parameter is set to 'JSON', returns the metadata of the associated File Attachment in JSON format.

Authentication

Connected account required

Tags

Products
Adds a Price Book Entry to a ProductINSIGHTLY_POST_V3_1_PRODUCT_ID_PRICEBOOK_ENTRYAdds a Price Book Entry to a Product

Adds a Price Book Entry to a Product

Authentication

Connected account required

Tags

Products
Adds a ProjectINSIGHTLY_POST_V3_1_PROJECTSIf you have trouble with creating a Project, try creating Projects via the web interface, and then access those Projects via the API. This way you can see examples of the fields and sub-elements attached to the Project. A common source of problems during write/update request is caused when users omit required fields, or insert invalid data in a field (e.g. reference a CATEGORY_ID that does not exist in the user's Insightly instance.

If you have trouble with creating a Project, try creating Projects via the web interface, and then access those Projects via the API. This way you can see examples of the fields and sub-elements attached to the Project. A common source of problems during write/update request is caused when users omit required fields, or insert invalid data in a field (e.g. reference a CATEGORY_ID that does not exist in the user's Insightly instance.

Authentication

Connected account required

Tags

Projects
Adds an Activity Set to a ProjectINSIGHTLY_POST_V3_1_PROJECTS_ID_ACTIVITY_SET_ASSIGNMENTAdds an Activity Set to a Project

Adds an Activity Set to a Project

Authentication

Connected account required

Tags

Projects
Adds a File Attachment to a ProjectINSIGHTLY_POST_V3_1_PROJECTS_ID_FILE_ATTACHMENTSThis endpoint expects multipart/form-data as the request payload. See Stack Overflow for examples of how to generate multipart requests, or see our <a href="http://github.com/Insightly" target="_blank">client libraries</a> for an example of how this is generated. Only one file can be added per request. Some file types are not allowed for security reasons.

This endpoint expects multipart/form-data as the request payload. See Stack Overflow for examples of how to generate multipart requests, or see our <a href="http://github.com/Insightly" target="_blank">client libraries</a> for an example of how this is generated. Only one file can be added per request. Some file types are not allowed for security reasons.

Authentication

Connected account required

Tags

Projects
Start following a ProjectINSIGHTLY_POST_V3_1_PROJECTS_ID_FOLLOWStart following a Project

Start following a Project

Authentication

Connected account required

Tags

Projects
Adds a LinkINSIGHTLY_POST_V3_1_PROJECTS_ID_LINKSAdds a Link

Adds a Link

Authentication

Connected account required

Tags

Projects
Generates a new Merge DocumentINSIGHTLY_POST_V3_1_PROJECTS_ID_MERGE_DOCUMENT_DOCUMENT_TEMPLATE_IDReturns the generated document. If the 'format' parameter is set to 'JSON', returns the metadata of the associated File Attachment in JSON format.

Returns the generated document. If the 'format' parameter is set to 'JSON', returns the metadata of the associated File Attachment in JSON format.

Authentication

Connected account required

Tags

Projects
Adds a Note to a ProjectINSIGHTLY_POST_V3_1_PROJECTS_ID_NOTESIf you have trouble with creating a Project, try creating Projects via the web interface, and then access those Projects via the API. This way you can see examples of the fields and sub-elements attached to the Project. A common source of problems during write/update request is caused when users omit required fields, or insert invalid data in a field (e.g. reference a CATEGORY_ID that does not exist in the user's Insightly instance.

If you have trouble with creating a Project, try creating Projects via the web interface, and then access those Projects via the API. This way you can see examples of the fields and sub-elements attached to the Project. A common source of problems during write/update request is caused when users omit required fields, or insert invalid data in a field (e.g. reference a CATEGORY_ID that does not exist in the user's Insightly instance.

Authentication

Connected account required

Tags

Projects
Adds a Tag to a ProjectINSIGHTLY_POST_V3_1_PROJECTS_ID_TAGSAdds a Tag to a Project

Adds a Tag to a Project

Authentication

Connected account required

Tags

Projects
Adds a ProspectINSIGHTLY_POST_V3_1_PROSPECTIf you have trouble with creating a Prospect, try creating Prospects via the web interface, and then access those Prospects via the API. This way you can see examples of the fields and sub-elements attached to the Prospect. A common source of problems during write/update request is caused when users omit required fields, or insert invalid data in a field (e.g. reference a CATEGORY_ID that does not exist in the user's Insightly instance.

If you have trouble with creating a Prospect, try creating Prospects via the web interface, and then access those Prospects via the API. This way you can see examples of the fields and sub-elements attached to the Prospect. A common source of problems during write/update request is caused when users omit required fields, or insert invalid data in a field (e.g. reference a CATEGORY_ID that does not exist in the user's Insightly instance.

Authentication

Connected account required

Tags

Prospects
Start following a ProspectINSIGHTLY_POST_V3_1_PROSPECT_ID_FOLLOWStart following a Prospect

Start following a Prospect

Authentication

Connected account required

Tags

Prospects
Adds a Tag to a ProspectINSIGHTLY_POST_V3_1_PROSPECT_ID_TAGSAdds a Tag to a Prospect

Adds a Tag to a Prospect

Authentication

Connected account required

Tags

Prospects
Adds a QuoteINSIGHTLY_POST_V3_1_QUOTATIONIf you have trouble with creating a Quote, try creating Quotes via the web interface, and then access those Quotes via the API. This way you can see examples of the fields and sub-elements attached to the Quote. A common source of problems during write/update request is caused when users omit required fields, or insert invalid data in a field (e.g. reference a CATEGORY_ID that does not exist in the user's Insightly instance.

If you have trouble with creating a Quote, try creating Quotes via the web interface, and then access those Quotes via the API. This way you can see examples of the fields and sub-elements attached to the Quote. A common source of problems during write/update request is caused when users omit required fields, or insert invalid data in a field (e.g. reference a CATEGORY_ID that does not exist in the user's Insightly instance.

Authentication

Connected account required

Tags

Quotes
Start following a QuoteINSIGHTLY_POST_V3_1_QUOTATION_ID_FOLLOWStart following a Quote

Start following a Quote

Authentication

Connected account required

Tags

Quotes
Generates a new Merge DocumentINSIGHTLY_POST_V3_1_QUOTATION_ID_MERGE_DOCUMENT_DOCUMENT_TEMPLATE_IDReturns the generated document. If the 'format' parameter is set to 'JSON', returns the metadata of the associated File Attachment in JSON format.

Returns the generated document. If the 'format' parameter is set to 'JSON', returns the metadata of the associated File Attachment in JSON format.

Authentication

Connected account required

Tags

Quotes
Adds a Quote Product to a QuoteINSIGHTLY_POST_V3_1_QUOTATION_ID_QUOTATION_LINE_ITEMAdds a Quote Product to a Quote

Adds a Quote Product to a Quote

Authentication

Connected account required

Tags

Quotes
Adds a TaskINSIGHTLY_POST_V3_1_TASKSIf you have trouble with creating a Task, try creating Tasks via the web interface, and then access those Tasks via the API. This way you can see examples of the fields and sub-elements attached to the Task. A common source of problems during write/update request is caused when users omit required fields, or insert invalid data in a field (e.g. reference a CATEGORY_ID that does not exist in the user's Insightly instance.

If you have trouble with creating a Task, try creating Tasks via the web interface, and then access those Tasks via the API. This way you can see examples of the fields and sub-elements attached to the Task. A common source of problems during write/update request is caused when users omit required fields, or insert invalid data in a field (e.g. reference a CATEGORY_ID that does not exist in the user's Insightly instance.

Authentication

Connected account required

Tags

Tasks
Adds a Comment to a TaskINSIGHTLY_POST_V3_1_TASKS_ID_COMMENTSAdds a Comment to a Task

Adds a Comment to a Task

Authentication

Connected account required

Tags

Tasks
Start following a TaskINSIGHTLY_POST_V3_1_TASKS_ID_FOLLOWStart following a Task

Start following a Task

Authentication

Connected account required

Tags

Tasks
Adds a LinkINSIGHTLY_POST_V3_1_TASKS_ID_LINKSAdds a Link

Adds a Link

Authentication

Connected account required

Tags

Tasks
Adds a Team MemberINSIGHTLY_POST_V3_1_TEAMS_ID_TEAM_MEMBERSAdds a Team Member

Adds a Team Member

Authentication

Connected account required

Tags

Teams
Adds a TicketINSIGHTLY_POST_V3_1_TICKETIf you have trouble with creating a Ticket, try creating Tickets via the web interface, and then access those Tickets via the API. This way you can see examples of the fields and sub-elements attached to the Ticket. A common source of problems during write/update request is caused when users omit required fields, or insert invalid data in a field (e.g. reference a CATEGORY_ID that does not exist in the user's Insightly instance.

If you have trouble with creating a Ticket, try creating Tickets via the web interface, and then access those Tickets via the API. This way you can see examples of the fields and sub-elements attached to the Ticket. A common source of problems during write/update request is caused when users omit required fields, or insert invalid data in a field (e.g. reference a CATEGORY_ID that does not exist in the user's Insightly instance.

Authentication

Connected account required

Tags

Tickets
Adds a Comment to a TicketINSIGHTLY_POST_V3_1_TICKET_ID_COMMENTSAdds a Comment to a Ticket

Adds a Comment to a Ticket

Authentication

Connected account required

Tags

Tickets
Start following a TicketINSIGHTLY_POST_V3_1_TICKET_ID_FOLLOWStart following a Ticket

Start following a Ticket

Authentication

Connected account required

Tags

Tickets
Adds a Tag to a TicketINSIGHTLY_POST_V3_1_TICKET_ID_TAGSAdds a Tag to a Ticket

Adds a Tag to a Ticket

Authentication

Connected account required

Tags

Tickets
Updates a CommentINSIGHTLY_PUT_V3_1_COMMENTSIf you have trouble updating a Comment, try accessing the Comment via the GET request to inspect its fields and sub-elements. A common source of problems with write/update requests occurs when users either omit required fields, or insert invalid data into a field (for example, by referring a CATEGORY_ID or LINK_ID which does not exist.

If you have trouble updating a Comment, try accessing the Comment via the GET request to inspect its fields and sub-elements. A common source of problems with write/update requests occurs when users either omit required fields, or insert invalid data into a field (for example, by referring a CATEGORY_ID or LINK_ID which does not exist.

Authentication

Connected account required

Tags

Comments
Updates a Forum CommentINSIGHTLY_PUT_V3_1_COMMUNITY_COMMENTSIf you have trouble updating a Forum Comment, try accessing the Forum Comment via the GET request to inspect its fields and sub-elements. A common source of problems with write/update requests occurs when users either omit required fields, or insert invalid data into a field (for example, by referring a CATEGORY_ID or LINK_ID which does not exist.

If you have trouble updating a Forum Comment, try accessing the Forum Comment via the GET request to inspect its fields and sub-elements. A common source of problems with write/update requests occurs when users either omit required fields, or insert invalid data into a field (for example, by referring a CATEGORY_ID or LINK_ID which does not exist.

Authentication

Connected account required

Tags

ForumComments
Updates a ForumINSIGHTLY_PUT_V3_1_COMMUNITY_FORUMSIf you have trouble updating a Forum, try accessing the Forum via the GET request to inspect its fields and sub-elements. A common source of problems with write/update requests occurs when users either omit required fields, or insert invalid data into a field (for example, by referring a CATEGORY_ID or LINK_ID which does not exist.

If you have trouble updating a Forum, try accessing the Forum via the GET request to inspect its fields and sub-elements. A common source of problems with write/update requests occurs when users either omit required fields, or insert invalid data into a field (for example, by referring a CATEGORY_ID or LINK_ID which does not exist.

Authentication

Connected account required

Tags

Forums
Updates a Forum PostINSIGHTLY_PUT_V3_1_COMMUNITY_POSTSIf you have trouble updating a Forum Post, try accessing the Forum Post via the GET request to inspect its fields and sub-elements. A common source of problems with write/update requests occurs when users either omit required fields, or insert invalid data into a field (for example, by referring a CATEGORY_ID or LINK_ID which does not exist.

If you have trouble updating a Forum Post, try accessing the Forum Post via the GET request to inspect its fields and sub-elements. A common source of problems with write/update requests occurs when users either omit required fields, or insert invalid data into a field (for example, by referring a CATEGORY_ID or LINK_ID which does not exist.

Authentication

Connected account required

Tags

ForumPosts
Updates a Forum Comment of a Forum PostINSIGHTLY_PUT_V3_1_COMMUNITY_POSTS_ID_COMMUNITY_COMMENTSUpdates a Forum Comment of a Forum Post

Updates a Forum Comment of a Forum Post

Authentication

Connected account required

Tags

ForumPosts
Updates a ContactINSIGHTLY_PUT_V3_1_CONTACTSIf you have trouble updating a Contact, try accessing the Contact via the GET request to inspect its fields and sub-elements. A common source of problems with write/update requests occurs when users either omit required fields, or insert invalid data into a field (for example, by referring a CATEGORY_ID or LINK_ID which does not exist.

If you have trouble updating a Contact, try accessing the Contact via the GET request to inspect its fields and sub-elements. A common source of problems with write/update requests occurs when users either omit required fields, or insert invalid data into a field (for example, by referring a CATEGORY_ID or LINK_ID which does not exist.

Authentication

Connected account required

Tags

Contacts
Updates an Email's TagsINSIGHTLY_PUT_V3_1_EMAILS_ID_TAGSUpdates an Email's Tags

Updates an Email's Tags

Authentication

Connected account required

Tags

Emails
Updates an EventINSIGHTLY_PUT_V3_1_EVENTSIf you have trouble updating an Event, try accessing the Event via the GET request to inspect its fields and sub-elements. A common source of problems with write/update requests occurs when users either omit required fields, or insert invalid data into a field (for example, by referring a CATEGORY_ID or LINK_ID which does not exist.

If you have trouble updating an Event, try accessing the Event via the GET request to inspect its fields and sub-elements. A common source of problems with write/update requests occurs when users either omit required fields, or insert invalid data into a field (for example, by referring a CATEGORY_ID or LINK_ID which does not exist.

Authentication

Connected account required

Tags

Events
Updates an Event's Custom Image FieldINSIGHTLY_PUT_V3_1_EVENTS_ID_IMAGE_FIELD_FIELD_NAME_FILE_NAMEThis action will replace any existing Image attached to the Event's image field. The contents of the image data should be sent as binary data in the request payload. See our <a href="http://github.com/Insightly" target="_blank">client libraries</a> for an example of how this is done.

This action will replace any existing Image attached to the Event's image field. The contents of the image data should be sent as binary data in the request payload. See our <a href="http://github.com/Insightly" target="_blank">client libraries</a> for an example of how this is done.

Authentication

Connected account required

Tags

Events
Updates a Knowledge ArticleINSIGHTLY_PUT_V3_1_KNOWLEDGE_ARTICLEIf you have trouble updating a Knowledge Article, try accessing the Knowledge Article via the GET request to inspect its fields and sub-elements. A common source of problems with write/update requests occurs when users either omit required fields, or insert invalid data into a field (for example, by referring a CATEGORY_ID or LINK_ID which does not exist.

If you have trouble updating a Knowledge Article, try accessing the Knowledge Article via the GET request to inspect its fields and sub-elements. A common source of problems with write/update requests occurs when users either omit required fields, or insert invalid data into a field (for example, by referring a CATEGORY_ID or LINK_ID which does not exist.

Authentication

Connected account required

Tags

KnowledgeArticles
Updates a Knowledge Article CategoryINSIGHTLY_PUT_V3_1_KNOWLEDGE_ARTICLE_CATEGORYIf you have trouble updating a Knowledge Article Category, try accessing the Knowledge Article Category via the GET request to inspect its fields and sub-elements. A common source of problems with write/update requests occurs when users either omit required fields, or insert invalid data into a field (for example, by referring a CATEGORY_ID or LINK_ID which does not exist.

If you have trouble updating a Knowledge Article Category, try accessing the Knowledge Article Category via the GET request to inspect its fields and sub-elements. A common source of problems with write/update requests occurs when users either omit required fields, or insert invalid data into a field (for example, by referring a CATEGORY_ID or LINK_ID which does not exist.

Authentication

Connected account required

Tags

KnowledgeArticleCategories
Updates a Knowledge Article FolderINSIGHTLY_PUT_V3_1_KNOWLEDGE_ARTICLE_FOLDERIf you have trouble updating a Knowledge Article Folder, try accessing the Knowledge Article Folder via the GET request to inspect its fields and sub-elements. A common source of problems with write/update requests occurs when users either omit required fields, or insert invalid data into a field (for example, by referring a CATEGORY_ID or LINK_ID which does not exist.

If you have trouble updating a Knowledge Article Folder, try accessing the Knowledge Article Folder via the GET request to inspect its fields and sub-elements. A common source of problems with write/update requests occurs when users either omit required fields, or insert invalid data into a field (for example, by referring a CATEGORY_ID or LINK_ID which does not exist.

Authentication

Connected account required

Tags

KnowledgeArticleFolders
Updates a Knowledge Article's Custom Image FieldINSIGHTLY_PUT_V3_1_KNOWLEDGE_ARTICLE_ID_IMAGE_FIELD_FIELD_NAME_FILE_NAMEThis action will replace any existing Image attached to the Knowledge Article's image field. The contents of the image data should be sent as binary data in the request payload. See our <a href="http://github.com/Insightly" target="_blank">client libraries</a> for an example of how this is done.

This action will replace any existing Image attached to the Knowledge Article's image field. The contents of the image data should be sent as binary data in the request payload. See our <a href="http://github.com/Insightly" target="_blank">client libraries</a> for an example of how this is done.

Authentication

Connected account required

Tags

KnowledgeArticles
Updates a Knowledge Article's TagsINSIGHTLY_PUT_V3_1_KNOWLEDGE_ARTICLE_ID_TAGSUpdates a Knowledge Article's Tags

Updates a Knowledge Article's Tags

Authentication

Connected account required

Tags

KnowledgeArticles
Updates a Knowledge Article's translation in a specific languageINSIGHTLY_PUT_V3_1_KNOWLEDGE_ARTICLE_ID_TRANSLATIONS_LANGUAGEIf you have trouble updating a Knowledge Article, try accessing the Knowledge Article via the GET request to inspect its fields and sub-elements. A common source of problems with write/update requests occurs when users either omit required fields, or insert invalid data into a field (for example, by referring a CATEGORY_ID or LINK_ID which does not exist.

If you have trouble updating a Knowledge Article, try accessing the Knowledge Article via the GET request to inspect its fields and sub-elements. A common source of problems with write/update requests occurs when users either omit required fields, or insert invalid data into a field (for example, by referring a CATEGORY_ID or LINK_ID which does not exist.

Authentication

Connected account required

Tags

KnowledgeArticles
Updates a LeadINSIGHTLY_PUT_V3_1_LEADSIf you have trouble updating a Lead, try accessing the Lead via the GET request to inspect its fields and sub-elements. A common source of problems with write/update requests occurs when users either omit required fields, or insert invalid data into a field (for example, by referring a CATEGORY_ID or LINK_ID which does not exist.

If you have trouble updating a Lead, try accessing the Lead via the GET request to inspect its fields and sub-elements. A common source of problems with write/update requests occurs when users either omit required fields, or insert invalid data into a field (for example, by referring a CATEGORY_ID or LINK_ID which does not exist.

Authentication

Connected account required

Tags

Leads
Updates a Lead's Custom Image FieldINSIGHTLY_PUT_V3_1_LEADS_ID_IMAGE_FIELD_FIELD_NAME_FILE_NAMEThis action will replace any existing Image attached to the Lead's image field. The contents of the image data should be sent as binary data in the request payload. See our <a href="http://github.com/Insightly" target="_blank">client libraries</a> for an example of how this is done.

This action will replace any existing Image attached to the Lead's image field. The contents of the image data should be sent as binary data in the request payload. See our <a href="http://github.com/Insightly" target="_blank">client libraries</a> for an example of how this is done.

Authentication

Connected account required

Tags

Leads
Updates a Lead's ImageINSIGHTLY_PUT_V3_1_LEADS_ID_IMAGE_FILENAMEThis action will replace any existing Image attached to the Lead. The contents of the image data should be sent as binary data in the request payload. See our <a href="http://github.com/Insightly" target="_blank">client libraries</a> for an example of how this is done.

This action will replace any existing Image attached to the Lead. The contents of the image data should be sent as binary data in the request payload. See our <a href="http://github.com/Insightly" target="_blank">client libraries</a> for an example of how this is done.

Authentication

Connected account required

Tags

Leads
Updates a note of a LeadINSIGHTLY_PUT_V3_1_LEADS_ID_NOTESIf you have trouble updating a Lead, try accessing the Lead via the GET request to inspect its fields and sub-elements. A common source of problems with write/update requests occurs when users either omit required fields, or insert invalid data into a field (for example, by referring a CATEGORY_ID or LINK_ID which does not exist.

If you have trouble updating a Lead, try accessing the Lead via the GET request to inspect its fields and sub-elements. A common source of problems with write/update requests occurs when users either omit required fields, or insert invalid data into a field (for example, by referring a CATEGORY_ID or LINK_ID which does not exist.

Authentication

Connected account required

Tags

Leads
Updates a Lead's TagsINSIGHTLY_PUT_V3_1_LEADS_ID_TAGSUpdates a Lead's Tags

Updates a Lead's Tags

Authentication

Connected account required

Tags

Leads
Updates a NoteINSIGHTLY_PUT_V3_1_NOTESIf you have trouble updating a Note, try accessing the Note via the GET request to inspect its fields and sub-elements. A common source of problems with write/update requests occurs when users either omit required fields, or insert invalid data into a field (for example, by referring a CATEGORY_ID or LINK_ID which does not exist.

If you have trouble updating a Note, try accessing the Note via the GET request to inspect its fields and sub-elements. A common source of problems with write/update requests occurs when users either omit required fields, or insert invalid data into a field (for example, by referring a CATEGORY_ID or LINK_ID which does not exist.

Authentication

Connected account required

Tags

Notes
Updates a Comment of a NoteINSIGHTLY_PUT_V3_1_NOTES_ID_COMMENTUpdates a Comment of a Note

Updates a Comment of a Note

Authentication

Connected account required

Tags

Notes
Updates an OpportunityINSIGHTLY_PUT_V3_1_OPPORTUNITIESIf you have trouble updating an Opportunity, try accessing the Opportunity via the GET request to inspect its fields and sub-elements. A common source of problems with write/update requests occurs when users either omit required fields, or insert invalid data into a field (for example, by referring a CATEGORY_ID or LINK_ID which does not exist.

If you have trouble updating an Opportunity, try accessing the Opportunity via the GET request to inspect its fields and sub-elements. A common source of problems with write/update requests occurs when users either omit required fields, or insert invalid data into a field (for example, by referring a CATEGORY_ID or LINK_ID which does not exist.

Authentication

Connected account required

Tags

Opportunities
Updates an Opportunity's Custom Image FieldINSIGHTLY_PUT_V3_1_OPPORTUNITIES_ID_IMAGE_FIELD_FIELD_NAME_FILE_NAMEThis action will replace any existing Image attached to the Opportunity's image field. The contents of the image data should be sent as binary data in the request payload. See our <a href="http://github.com/Insightly" target="_blank">client libraries</a> for an example of how this is done.

This action will replace any existing Image attached to the Opportunity's image field. The contents of the image data should be sent as binary data in the request payload. See our <a href="http://github.com/Insightly" target="_blank">client libraries</a> for an example of how this is done.

Authentication

Connected account required

Tags

Opportunities
Updates an Opportunity's ImageINSIGHTLY_PUT_V3_1_OPPORTUNITIES_ID_IMAGE_FILENAMEThis action will replace any existing Image attached to the Opportunity. The contents of the image data should be sent as binary data in the request payload. See our <a href="http://github.com/Insightly" target="_blank">client libraries</a> for an example of how this is done.

This action will replace any existing Image attached to the Opportunity. The contents of the image data should be sent as binary data in the request payload. See our <a href="http://github.com/Insightly" target="_blank">client libraries</a> for an example of how this is done.

Authentication

Connected account required

Tags

Opportunities
Updates a LinkINSIGHTLY_PUT_V3_1_OPPORTUNITIES_ID_LINKSUpdates a Link

Updates a Link

Authentication

Connected account required

Tags

Opportunities
Updates a note of an OpportunityINSIGHTLY_PUT_V3_1_OPPORTUNITIES_ID_NOTESIf you have trouble updating an Opportunity, try accessing the Opportunity via the GET request to inspect its fields and sub-elements. A common source of problems with write/update requests occurs when users either omit required fields, or insert invalid data into a field (for example, by referring a CATEGORY_ID or LINK_ID which does not exist.

If you have trouble updating an Opportunity, try accessing the Opportunity via the GET request to inspect its fields and sub-elements. A common source of problems with write/update requests occurs when users either omit required fields, or insert invalid data into a field (for example, by referring a CATEGORY_ID or LINK_ID which does not exist.

Authentication

Connected account required

Tags

Opportunities
Updates an Opportunity Product of an OpportunityINSIGHTLY_PUT_V3_1_OPPORTUNITIES_ID_OPPORTUNITY_LINE_ITEMUpdates an Opportunity Product of an Opportunity

Updates an Opportunity Product of an Opportunity

Authentication

Connected account required

Tags

Opportunities
Updates an Opportunity's TagsINSIGHTLY_PUT_V3_1_OPPORTUNITIES_ID_TAGSUpdates an Opportunity's Tags

Updates an Opportunity's Tags

Authentication

Connected account required

Tags

Opportunities
Updates an Opportunity Product's Custom Image FieldINSIGHTLY_PUT_V3_1_OPPORTUNITY_LINE_ITEM_ID_IMAGE_FIELD_FIELD_NAME_FILE_NAMEThis action will replace any existing Image attached to the Opportunity Product's image field. The contents of the image data should be sent as binary data in the request payload. See our <a href="http://github.com/Insightly" target="_blank">client libraries</a> for an example of how this is done.

This action will replace any existing Image attached to the Opportunity Product's image field. The contents of the image data should be sent as binary data in the request payload. See our <a href="http://github.com/Insightly" target="_blank">client libraries</a> for an example of how this is done.

Authentication

Connected account required

Tags

OpportunityProducts
Updates an OrganisationINSIGHTLY_PUT_V3_1_ORGANISATIONSIf you have trouble updating an Organisation, try accessing the Organisation via the GET request to inspect its fields and sub-elements. A common source of problems with write/update requests occurs when users either omit required fields, or insert invalid data into a field (for example, by referring a CATEGORY_ID or LINK_ID which does not exist.

If you have trouble updating an Organisation, try accessing the Organisation via the GET request to inspect its fields and sub-elements. A common source of problems with write/update requests occurs when users either omit required fields, or insert invalid data into a field (for example, by referring a CATEGORY_ID or LINK_ID which does not exist.

Authentication

Connected account required

Tags

Organisations
Updates an Organisation's DatesINSIGHTLY_PUT_V3_1_ORGANISATIONS_ID_DATESUpdates an Organisation's Dates

Updates an Organisation's Dates

Authentication

Connected account required

Tags

Organisations
Updates an Organisation's Custom Image FieldINSIGHTLY_PUT_V3_1_ORGANISATIONS_ID_IMAGE_FIELD_FIELD_NAME_FILE_NAMEThis action will replace any existing Image attached to the Organisation's image field. The contents of the image data should be sent as binary data in the request payload. See our <a href="http://github.com/Insightly" target="_blank">client libraries</a> for an example of how this is done.

This action will replace any existing Image attached to the Organisation's image field. The contents of the image data should be sent as binary data in the request payload. See our <a href="http://github.com/Insightly" target="_blank">client libraries</a> for an example of how this is done.

Authentication

Connected account required

Tags

Organisations
Updates an Organisation's ImageINSIGHTLY_PUT_V3_1_ORGANISATIONS_ID_IMAGE_FILENAMEThis action will replace any existing Image attached to the Organisation. The contents of the image data should be sent as binary data in the request payload. See our <a href="http://github.com/Insightly" target="_blank">client libraries</a> for an example of how this is done.

This action will replace any existing Image attached to the Organisation. The contents of the image data should be sent as binary data in the request payload. See our <a href="http://github.com/Insightly" target="_blank">client libraries</a> for an example of how this is done.

Authentication

Connected account required

Tags

Organisations
Updates a LinkINSIGHTLY_PUT_V3_1_ORGANISATIONS_ID_LINKSUpdates a Link

Updates a Link

Authentication

Connected account required

Tags

Organisations
Updates a note of an OrganisationINSIGHTLY_PUT_V3_1_ORGANISATIONS_ID_NOTESIf you have trouble updating an Organisation, try accessing the Organisation via the GET request to inspect its fields and sub-elements. A common source of problems with write/update requests occurs when users either omit required fields, or insert invalid data into a field (for example, by referring a CATEGORY_ID or LINK_ID which does not exist.

If you have trouble updating an Organisation, try accessing the Organisation via the GET request to inspect its fields and sub-elements. A common source of problems with write/update requests occurs when users either omit required fields, or insert invalid data into a field (for example, by referring a CATEGORY_ID or LINK_ID which does not exist.

Authentication

Connected account required

Tags

Organisations
Updates an Organisation's TagsINSIGHTLY_PUT_V3_1_ORGANISATIONS_ID_TAGSUpdates an Organisation's Tags

Updates an Organisation's Tags

Authentication

Connected account required

Tags

Organisations
Updates a Price BookINSIGHTLY_PUT_V3_1_PRICEBOOKIf you have trouble updating a Price Book, try accessing the Price Book via the GET request to inspect its fields and sub-elements. A common source of problems with write/update requests occurs when users either omit required fields, or insert invalid data into a field (for example, by referring a CATEGORY_ID or LINK_ID which does not exist.

If you have trouble updating a Price Book, try accessing the Price Book via the GET request to inspect its fields and sub-elements. A common source of problems with write/update requests occurs when users either omit required fields, or insert invalid data into a field (for example, by referring a CATEGORY_ID or LINK_ID which does not exist.

Authentication

Connected account required

Tags

PriceBooks
Updates a Price Book Entry's Custom Image FieldINSIGHTLY_PUT_V3_1_PRICEBOOK_ENTRY_ID_IMAGE_FIELD_FIELD_NAME_FILE_NAMEThis action will replace any existing Image attached to the Price Book Entry's image field. The contents of the image data should be sent as binary data in the request payload. See our <a href="http://github.com/Insightly" target="_blank">client libraries</a> for an example of how this is done.

This action will replace any existing Image attached to the Price Book Entry's image field. The contents of the image data should be sent as binary data in the request payload. See our <a href="http://github.com/Insightly" target="_blank">client libraries</a> for an example of how this is done.

Authentication

Connected account required

Tags

PriceBookEntries
Updates a Price Book Entry of a Price BookINSIGHTLY_PUT_V3_1_PRICEBOOK_ID_PRICEBOOK_ENTRYUpdates a Price Book Entry of a Price Book

Updates a Price Book Entry of a Price Book

Authentication

Connected account required

Tags

PriceBooks
Updates a ProductINSIGHTLY_PUT_V3_1_PRODUCTIf you have trouble updating a Product, try accessing the Product via the GET request to inspect its fields and sub-elements. A common source of problems with write/update requests occurs when users either omit required fields, or insert invalid data into a field (for example, by referring a CATEGORY_ID or LINK_ID which does not exist.

If you have trouble updating a Product, try accessing the Product via the GET request to inspect its fields and sub-elements. A common source of problems with write/update requests occurs when users either omit required fields, or insert invalid data into a field (for example, by referring a CATEGORY_ID or LINK_ID which does not exist.

Authentication

Connected account required

Tags

Products
Updates a Product's Custom Image FieldINSIGHTLY_PUT_V3_1_PRODUCT_ID_IMAGE_FIELD_FIELD_NAME_FILE_NAMEThis action will replace any existing Image attached to the Product's image field. The contents of the image data should be sent as binary data in the request payload. See our <a href="http://github.com/Insightly" target="_blank">client libraries</a> for an example of how this is done.

This action will replace any existing Image attached to the Product's image field. The contents of the image data should be sent as binary data in the request payload. See our <a href="http://github.com/Insightly" target="_blank">client libraries</a> for an example of how this is done.

Authentication

Connected account required

Tags

Products
Updates a Product's ImageINSIGHTLY_PUT_V3_1_PRODUCT_ID_IMAGE_FILENAMEThis action will replace any existing Image attached to the Product. The contents of the image data should be sent as binary data in the request payload. See our <a href="http://github.com/Insightly" target="_blank">client libraries</a> for an example of how this is done.

This action will replace any existing Image attached to the Product. The contents of the image data should be sent as binary data in the request payload. See our <a href="http://github.com/Insightly" target="_blank">client libraries</a> for an example of how this is done.

Authentication

Connected account required

Tags

Products
Updates a Price Book Entry of a ProductINSIGHTLY_PUT_V3_1_PRODUCT_ID_PRICEBOOK_ENTRYUpdates a Price Book Entry of a Product

Updates a Price Book Entry of a Product

Authentication

Connected account required

Tags

Products
Updates a ProjectINSIGHTLY_PUT_V3_1_PROJECTSIf you have trouble updating a Project, try accessing the Project via the GET request to inspect its fields and sub-elements. A common source of problems with write/update requests occurs when users either omit required fields, or insert invalid data into a field (for example, by referring a CATEGORY_ID or LINK_ID which does not exist.

If you have trouble updating a Project, try accessing the Project via the GET request to inspect its fields and sub-elements. A common source of problems with write/update requests occurs when users either omit required fields, or insert invalid data into a field (for example, by referring a CATEGORY_ID or LINK_ID which does not exist.

Authentication

Connected account required

Tags

Projects
Updates a Project's Custom Image FieldINSIGHTLY_PUT_V3_1_PROJECTS_ID_IMAGE_FIELD_FIELD_NAME_FILE_NAMEThis action will replace any existing Image attached to the Project's image field. The contents of the image data should be sent as binary data in the request payload. See our <a href="http://github.com/Insightly" target="_blank">client libraries</a> for an example of how this is done.

This action will replace any existing Image attached to the Project's image field. The contents of the image data should be sent as binary data in the request payload. See our <a href="http://github.com/Insightly" target="_blank">client libraries</a> for an example of how this is done.

Authentication

Connected account required

Tags

Projects
Updates a Project's ImageINSIGHTLY_PUT_V3_1_PROJECTS_ID_IMAGE_FILENAMEThis action will replace any existing Image attached to the Project. The contents of the image data should be sent as binary data in the request payload. See our <a href="http://github.com/Insightly" target="_blank">client libraries</a> for an example of how this is done.

This action will replace any existing Image attached to the Project. The contents of the image data should be sent as binary data in the request payload. See our <a href="http://github.com/Insightly" target="_blank">client libraries</a> for an example of how this is done.

Authentication

Connected account required

Tags

Projects
Updates a LinkINSIGHTLY_PUT_V3_1_PROJECTS_ID_LINKSUpdates a Link

Updates a Link

Authentication

Connected account required

Tags

Projects
Updates a note of a ProjectINSIGHTLY_PUT_V3_1_PROJECTS_ID_NOTESIf you have trouble updating a Project, try accessing the Project via the GET request to inspect its fields and sub-elements. A common source of problems with write/update requests occurs when users either omit required fields, or insert invalid data into a field (for example, by referring a CATEGORY_ID or LINK_ID which does not exist.

If you have trouble updating a Project, try accessing the Project via the GET request to inspect its fields and sub-elements. A common source of problems with write/update requests occurs when users either omit required fields, or insert invalid data into a field (for example, by referring a CATEGORY_ID or LINK_ID which does not exist.

Authentication

Connected account required

Tags

Projects
Changes current pipeline for the ProjectINSIGHTLY_PUT_V3_1_PROJECTS_ID_PIPELINEChanges current pipeline for the Project

Changes current pipeline for the Project

Authentication

Connected account required

Tags

Projects
Changes current pipeline stage for the ProjectINSIGHTLY_PUT_V3_1_PROJECTS_ID_PIPELINE_STAGEChanges current pipeline stage for the Project

Changes current pipeline stage for the Project

Authentication

Connected account required

Tags

Projects
Updates a Project's TagsINSIGHTLY_PUT_V3_1_PROJECTS_ID_TAGSUpdates a Project's Tags

Updates a Project's Tags

Authentication

Connected account required

Tags

Projects
Updates a ProspectINSIGHTLY_PUT_V3_1_PROSPECTIf you have trouble updating a Prospect, try accessing the Prospect via the GET request to inspect its fields and sub-elements. A common source of problems with write/update requests occurs when users either omit required fields, or insert invalid data into a field (for example, by referring a CATEGORY_ID or LINK_ID which does not exist.

If you have trouble updating a Prospect, try accessing the Prospect via the GET request to inspect its fields and sub-elements. A common source of problems with write/update requests occurs when users either omit required fields, or insert invalid data into a field (for example, by referring a CATEGORY_ID or LINK_ID which does not exist.

Authentication

Connected account required

Tags

Prospects
Updates a Prospect's Custom Image FieldINSIGHTLY_PUT_V3_1_PROSPECT_ID_IMAGE_FIELD_FIELD_NAME_FILE_NAMEThis action will replace any existing Image attached to the Prospect's image field. The contents of the image data should be sent as binary data in the request payload. See our <a href="http://github.com/Insightly" target="_blank">client libraries</a> for an example of how this is done.

This action will replace any existing Image attached to the Prospect's image field. The contents of the image data should be sent as binary data in the request payload. See our <a href="http://github.com/Insightly" target="_blank">client libraries</a> for an example of how this is done.

Authentication

Connected account required

Tags

Prospects
Updates a Prospect's TagsINSIGHTLY_PUT_V3_1_PROSPECT_ID_TAGSUpdates a Prospect's Tags

Updates a Prospect's Tags

Authentication

Connected account required

Tags

Prospects
Updates a QuoteINSIGHTLY_PUT_V3_1_QUOTATIONIf you have trouble updating a Quote, try accessing the Quote via the GET request to inspect its fields and sub-elements. A common source of problems with write/update requests occurs when users either omit required fields, or insert invalid data into a field (for example, by referring a CATEGORY_ID or LINK_ID which does not exist.

If you have trouble updating a Quote, try accessing the Quote via the GET request to inspect its fields and sub-elements. A common source of problems with write/update requests occurs when users either omit required fields, or insert invalid data into a field (for example, by referring a CATEGORY_ID or LINK_ID which does not exist.

Authentication

Connected account required

Tags

Quotes
Updates a Quote's Custom Image FieldINSIGHTLY_PUT_V3_1_QUOTATION_ID_IMAGE_FIELD_FIELD_NAME_FILE_NAMEThis action will replace any existing Image attached to the Quote's image field. The contents of the image data should be sent as binary data in the request payload. See our <a href="http://github.com/Insightly" target="_blank">client libraries</a> for an example of how this is done.

This action will replace any existing Image attached to the Quote's image field. The contents of the image data should be sent as binary data in the request payload. See our <a href="http://github.com/Insightly" target="_blank">client libraries</a> for an example of how this is done.

Authentication

Connected account required

Tags

Quotes
Updates a Quote Product of a QuoteINSIGHTLY_PUT_V3_1_QUOTATION_ID_QUOTATION_LINE_ITEMUpdates a Quote Product of a Quote

Updates a Quote Product of a Quote

Authentication

Connected account required

Tags

Quotes
Updates a Quote Product's Custom Image FieldINSIGHTLY_PUT_V3_1_QUOTATION_LINE_ITEM_ID_IMAGE_FIELD_FIELD_NAME_FILE_NAMEThis action will replace any existing Image attached to the Quote Product's image field. The contents of the image data should be sent as binary data in the request payload. See our <a href="http://github.com/Insightly" target="_blank">client libraries</a> for an example of how this is done.

This action will replace any existing Image attached to the Quote Product's image field. The contents of the image data should be sent as binary data in the request payload. See our <a href="http://github.com/Insightly" target="_blank">client libraries</a> for an example of how this is done.

Authentication

Connected account required

Tags

QuoteProducts
Updates a TaskINSIGHTLY_PUT_V3_1_TASKSIf you have trouble updating a Task, try accessing the Task via the GET request to inspect its fields and sub-elements. A common source of problems with write/update requests occurs when users either omit required fields, or insert invalid data into a field (for example, by referring a CATEGORY_ID or LINK_ID which does not exist.

If you have trouble updating a Task, try accessing the Task via the GET request to inspect its fields and sub-elements. A common source of problems with write/update requests occurs when users either omit required fields, or insert invalid data into a field (for example, by referring a CATEGORY_ID or LINK_ID which does not exist.

Authentication

Connected account required

Tags

Tasks
Updates a Task's Custom Image FieldINSIGHTLY_PUT_V3_1_TASKS_ID_IMAGE_FIELD_FIELD_NAME_FILE_NAMEThis action will replace any existing Image attached to the Task's image field. The contents of the image data should be sent as binary data in the request payload. See our <a href="http://github.com/Insightly" target="_blank">client libraries</a> for an example of how this is done.

This action will replace any existing Image attached to the Task's image field. The contents of the image data should be sent as binary data in the request payload. See our <a href="http://github.com/Insightly" target="_blank">client libraries</a> for an example of how this is done.

Authentication

Connected account required

Tags

Tasks
Updates a TicketINSIGHTLY_PUT_V3_1_TICKETIf you have trouble updating a Ticket, try accessing the Ticket via the GET request to inspect its fields and sub-elements. A common source of problems with write/update requests occurs when users either omit required fields, or insert invalid data into a field (for example, by referring a CATEGORY_ID or LINK_ID which does not exist.

If you have trouble updating a Ticket, try accessing the Ticket via the GET request to inspect its fields and sub-elements. A common source of problems with write/update requests occurs when users either omit required fields, or insert invalid data into a field (for example, by referring a CATEGORY_ID or LINK_ID which does not exist.

Authentication

Connected account required

Tags

Tickets
Updates a Ticket's Custom Image FieldINSIGHTLY_PUT_V3_1_TICKET_ID_IMAGE_FIELD_FIELD_NAME_FILE_NAMEThis action will replace any existing Image attached to the Ticket's image field. The contents of the image data should be sent as binary data in the request payload. See our <a href="http://github.com/Insightly" target="_blank">client libraries</a> for an example of how this is done.

This action will replace any existing Image attached to the Ticket's image field. The contents of the image data should be sent as binary data in the request payload. See our <a href="http://github.com/Insightly" target="_blank">client libraries</a> for an example of how this is done.

Authentication

Connected account required

Tags

Tickets
Updates a Ticket's TagsINSIGHTLY_PUT_V3_1_TICKET_ID_TAGSUpdates a Ticket's Tags

Updates a Ticket's Tags

Authentication

Connected account required

Tags

Tickets
Sync Quote to an OpportunityINSIGHTLY_SYNC_QUOTATION_TO_OPPORTUNITYSyncs a quote to its associated opportunity. If the opportunity already has another quote synced to it, it will unsync that quote and then sync this new quote to the opportunity.

Syncs a quote to its associated opportunity. If the opportunity already has another quote synced to it, it will unsync that quote and then sync this new quote to the opportunity.

Authentication

Connected account required

Tags

Quotes
Updates a Forum Post of a ForumINSIGHTLY_UPDATE_CHILD_ENTITYUpdates a Forum Post of a Forum

Updates a Forum Post of a Forum

Authentication

Connected account required

Tags

Forums
Updates a Contact's DatesINSIGHTLY_UPDATE_DATESUpdates a Contact's Dates

Updates a Contact's Dates

Authentication

Connected account required

Tags

Contacts
Updates an Organisation's Email DomainsINSIGHTLY_UPDATE_EMAIL_DOMAINSUpdates an Organisation's Email Domains

Updates an Organisation's Email Domains

Authentication

Connected account required

Tags

Organisations
Updates a recordINSIGHTLY_UPDATE_ENTITYIf you have trouble updating a record, try accessing the record via the GET request to inspect its fields and sub-elements. A common source of problems with write/update requests occurs when users either omit required fields, or insert invalid data into a field (for example, by referring a CATEGORY_ID or LINK_ID which does not exist.

If you have trouble updating a record, try accessing the record via the GET request to inspect its fields and sub-elements. A common source of problems with write/update requests occurs when users either omit required fields, or insert invalid data into a field (for example, by referring a CATEGORY_ID or LINK_ID which does not exist.

Authentication

Connected account required

Tags

CustomObjectsRecords
Updates a File CategoryINSIGHTLY_UPDATE_FILE_CATEGORYThis endpoint is used to update an existing File Category. This endpoint is only accessible to users with administrator permission.

This endpoint is used to update an existing File Category. This endpoint is only accessible to users with administrator permission.

Authentication

Connected account required

Tags

FileCategories
Updates a Contact's ImageINSIGHTLY_UPDATE_IMAGEThis action will replace any existing Image attached to the Contact. The contents of the image data should be sent as binary data in the request payload. See our <a href="http://github.com/Insightly" target="_blank">client libraries</a> for an example of how this is done.

This action will replace any existing Image attached to the Contact. The contents of the image data should be sent as binary data in the request payload. See our <a href="http://github.com/Insightly" target="_blank">client libraries</a> for an example of how this is done.

Authentication

Connected account required

Tags

Contacts
Updates a Contact's Custom Image FieldINSIGHTLY_UPDATE_IMAGE_FIELDThis action will replace any existing Image attached to the Contact's image field. The contents of the image data should be sent as binary data in the request payload. See our <a href="http://github.com/Insightly" target="_blank">client libraries</a> for an example of how this is done.

This action will replace any existing Image attached to the Contact's image field. The contents of the image data should be sent as binary data in the request payload. See our <a href="http://github.com/Insightly" target="_blank">client libraries</a> for an example of how this is done.

Authentication

Connected account required

Tags

Contacts
Updates a Lead SourceINSIGHTLY_UPDATE_LEAD_SOURCEThis endpoint is used to update an existing lead source.

This endpoint is used to update an existing lead source.

Authentication

Connected account required

Tags

LeadSources
Updates a Lead StatusINSIGHTLY_UPDATE_LEAD_STATUSThis endpoint is used to update an existing lead status. This endpoint is only accessible to users with administrator access.

This endpoint is used to update an existing lead status. This endpoint is only accessible to users with administrator access.

Authentication

Connected account required

Tags

LeadStatuses
Updates a LinkINSIGHTLY_UPDATE_LINKUpdates a Link

Updates a Link

Authentication

Connected account required

Tags

Contacts
Updates a MilestoneINSIGHTLY_UPDATE_MILESTONEUpdates a Milestone

Updates a Milestone

Authentication

Connected account required

Tags

Projects
Updates a note of a ContactINSIGHTLY_UPDATE_NOTESIf you have trouble updating a Contact, try accessing the Contact via the GET request to inspect its fields and sub-elements. A common source of problems with write/update requests occurs when users either omit required fields, or insert invalid data into a field (for example, by referring a CATEGORY_ID or LINK_ID which does not exist.

If you have trouble updating a Contact, try accessing the Contact via the GET request to inspect its fields and sub-elements. A common source of problems with write/update requests occurs when users either omit required fields, or insert invalid data into a field (for example, by referring a CATEGORY_ID or LINK_ID which does not exist.

Authentication

Connected account required

Tags

Contacts
Updates an Opportunity CategoryINSIGHTLY_UPDATE_OPPORTUNITY_CATEGORYThis endpoint is used to update an existing opportunity category (for example, to change the background color for its label in the user interace). This endpoint is only accessible to users with administrator permission.

This endpoint is used to update an existing opportunity category (for example, to change the background color for its label in the user interace). This endpoint is only accessible to users with administrator permission.

Authentication

Connected account required

Tags

OpportunityCategories
Updates an Opportunity StateINSIGHTLY_UPDATE_OPPORTUNITY_STATEUpdates an Opportunity State

Updates an Opportunity State

Authentication

Connected account required

Tags

Opportunities
Changes current pipeline for the OpportunityINSIGHTLY_UPDATE_PIPELINEChanges current pipeline for the Opportunity

Changes current pipeline for the Opportunity

Authentication

Connected account required

Tags

Opportunities
Changes current pipeline stage for the OpportunityINSIGHTLY_UPDATE_PIPELINE_STAGEChanges current pipeline stage for the Opportunity

Changes current pipeline stage for the Opportunity

Authentication

Connected account required

Tags

Opportunities
Changes current Price Book for the OpportunityINSIGHTLY_UPDATE_PRICEBOOKChanges current Price Book for the Opportunity

Changes current Price Book for the Opportunity

Authentication

Connected account required

Tags

Opportunities
Updates a Project CategoryINSIGHTLY_UPDATE_PROJECT_CATEGORYThis endpoint is used to update an existing project category. This endpoint is only accessible to users with administrator permission.

This endpoint is used to update an existing project category. This endpoint is only accessible to users with administrator permission.

Authentication

Connected account required

Tags

ProjectCategories
Updates a Prospect's static list membershipsINSIGHTLY_UPDATE_STATIC_LIST_MEMBERSHIPUpdates a Prospect's static list memberships

Updates a Prospect's static list memberships

Authentication

Connected account required

Tags

Prospects
Updates a Contact's TagsINSIGHTLY_UPDATE_TAGSUpdates a Contact's Tags

Updates a Contact's Tags

Authentication

Connected account required

Tags

Contacts
Updates a Task CategoryINSIGHTLY_UPDATE_TASK_CATEGORYThis endpoint is used to update an existing task category, for example to change the background color for the task category's label in the web UI. This endpoint is only accessible to users with administrator permission.

This endpoint is used to update an existing task category, for example to change the background color for the task category's label in the web UI. This endpoint is only accessible to users with administrator permission.

Authentication

Connected account required

Tags

TaskCategories
Updates a TeamINSIGHTLY_UPDATE_TEAMWhen updating Anonymous Teams, the brief parameter has no effect and you must include all the Team Members that should be part of the team. A minimum of one Team Member is required. For more details, please refer to GET /Teams above.

When updating Anonymous Teams, the brief parameter has no effect and you must include all the Team Members that should be part of the team. A minimum of one Team Member is required. For more details, please refer to GET /Teams above.

Authentication

Connected account required

Tags

Teams
Updates a record's translation in a specific languageINSIGHTLY_UPDATE_TRANSLATIONIf you have trouble updating a record, try accessing the record via the GET request to inspect its fields and sub-elements. A common source of problems with write/update requests occurs when users either omit required fields, or insert invalid data into a field (for example, by referring a CATEGORY_ID or LINK_ID which does not exist.

If you have trouble updating a record, try accessing the record via the GET request to inspect its fields and sub-elements. A common source of problems with write/update requests occurs when users either omit required fields, or insert invalid data into a field (for example, by referring a CATEGORY_ID or LINK_ID which does not exist.

Authentication

Connected account required

Tags

CustomObjectsRecords

Provider resources