Insightly
Use Insightly to manage CRM contacts, organisations, opportunities, leads, projects, and tasks.
Authentication
| Method | Kind | Status | Details |
|---|---|---|---|
| Basic Auth | basic | available | — |
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 ContactConnection
Adds an Activity Set to a Contact
Authentication
Connected account requiredTags
Adds a Forum Post to a ForumINSIGHTLY_ADD_CHILD_ENTITYAdds a Forum Post to a ForumConnection
Adds a Forum Post to a Forum
Authentication
Connected account requiredTags
Adds a Comment to an EmailINSIGHTLY_ADD_COMMENTAdds a Comment to an EmailConnection
Adds a Comment to an Email
Authentication
Connected account requiredTags
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.Connection
This endpoint loads Insightly object page within the client browser running Insightly for convenience and increased productivity.
Authentication
Connected account requiredTags
AddDisplayTicketOnClientINSIGHTLY_ADD_DISPLAY_TICKET_ON_CLIENTAddDisplayTicketOnClientConnection
AddDisplayTicketOnClient
Authentication
Connected account requiredTags
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.Connection
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 requiredTags
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.Connection
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 requiredTags
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.Connection
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 requiredTags
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.Connection
This endpoint is used to create a new File Category. This endpoint is only accessible to users with administrator permission.
Authentication
Connected account requiredTags
Start following a Forum CommentINSIGHTLY_ADD_FOLLOWStart following a Forum CommentConnection
Start following a Forum Comment
Authentication
Connected account requiredTags
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.Connection
This endpoint is used to define a new lead source. This endpoint is only accessible to users with administrator access.
Authentication
Connected account requiredTags
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.Connection
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 requiredTags
Adds a LinkINSIGHTLY_ADD_LINKAdds a LinkConnection
Adds a Link
Authentication
Connected account requiredTags
Merges the Ticket into another TicketINSIGHTLY_ADD_MERGEMerges the Ticket into another TicketConnection
Merges the Ticket into another Ticket
Authentication
Connected account requiredTags
Adds a MilestoneINSIGHTLY_ADD_MILESTONEAdds a MilestoneConnection
Adds a Milestone
Authentication
Connected account requiredTags
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.Connection
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 requiredTags
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.Connection
This endpoint is used to create a new opportunity category. This endpoint is only accessible to users with administrator permission.
Authentication
Connected account requiredTags
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.Connection
This endpoint is used to create a new project category. This endpoint is only accessible to users with administrator permission.
Authentication
Connected account requiredTags
Adds a Prospect to a static listINSIGHTLY_ADD_STATIC_LIST_MEMBERSHIPAdds a Prospect to a static listConnection
Adds a Prospect to a static list
Authentication
Connected account requiredTags
Adds a Tag to a ContactINSIGHTLY_ADD_TAGAdds a Tag to a ContactConnection
Adds a Tag to a Contact
Authentication
Connected account requiredTags
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.Connection
This endpoint is used to create a new task category. This endpoint is only accessible to users with administrator permission.
Authentication
Connected account requiredTags
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.Connection
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 requiredTags
Adds a new Team MemberINSIGHTLY_ADD_TEAM_MEMBERNote: Team Members of Anonymous Teams can only be created via the /Teams endpoint.Connection
Note: Team Members of Anonymous Teams can only be created via the /Teams endpoint.
Authentication
Connected account requiredTags
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.Connection
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 requiredTags
Deletes a Forum Post of a ForumINSIGHTLY_DELETE_CHILD_ENTITYDeletes a Forum Post of a ForumConnection
Deletes a Forum Post of a Forum
Authentication
Connected account requiredTags
Deletes a RecordINSIGHTLY_DELETE_ENTITYDeletes a RecordConnection
Deletes a Record
Authentication
Connected account requiredTags
Deletes a File AttachmentINSIGHTLY_DELETE_FILE_ATTACHMENTDeletes a File AttachmentConnection
Deletes a File Attachment
Authentication
Connected account requiredTags
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.Connection
This endpoint is used to deactivate an existing File Category. This endpoint is only accessible to users with administrator permission.
Authentication
Connected account requiredTags
Stop following a Forum CommentINSIGHTLY_DELETE_FOLLOWStop following a Forum CommentConnection
Stop following a Forum Comment
Authentication
Connected account requiredTags
Deletes a Contact's ImageINSIGHTLY_DELETE_IMAGEDeletes a Contact's ImageConnection
Deletes a Contact's Image
Authentication
Connected account requiredTags
Deletes a Contact's Custom Image FieldINSIGHTLY_DELETE_IMAGE_FIELDDeletes a Contact's Custom Image FieldConnection
Deletes a Contact's Custom Image Field
Authentication
Connected account requiredTags
Deletes a Lead SourceINSIGHTLY_DELETE_LEAD_SOURCEThis endpoint is used to delete an existing lead source.Connection
This endpoint is used to delete an existing lead source.
Authentication
Connected account requiredTags
Deletes a Lead StatusINSIGHTLY_DELETE_LEAD_STATUSThis endpoint is used to delete an existing lead status.Connection
This endpoint is used to delete an existing lead status.
Authentication
Connected account requiredTags
Deletes a LinkINSIGHTLY_DELETE_LINKDeletes a LinkConnection
Deletes a Link
Authentication
Connected account requiredTags
Deletes a MilestoneINSIGHTLY_DELETE_MILESTONEDeletes a MilestoneConnection
Deletes a Milestone
Authentication
Connected account requiredTags
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.Connection
The endpoint is used to deactivate an existing opportunity category. This endpoint is only accessible to users with administrator permission.
Authentication
Connected account requiredTags
Clears pipeline for the OpportunityINSIGHTLY_DELETE_PIPELINEClears pipeline for the OpportunityConnection
Clears pipeline for the Opportunity
Authentication
Connected account requiredTags
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.Connection
This endpoint is used to deactivate an existing project category. This endpoint is only accessible to users with administrator permission.
Authentication
Connected account requiredTags
Removes a Prospect from a static listINSIGHTLY_DELETE_STATIC_LIST_MEMBERSHIPRemoves a Prospect from a static listConnection
Removes a Prospect from a static list
Authentication
Connected account requiredTags
Deletes a Tag from a ContactINSIGHTLY_DELETE_TAGDeletes a Tag from a ContactConnection
Deletes a Tag from a Contact
Authentication
Connected account requiredTags
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.Connection
This endpoint is used to deactivate a task category. This endpoint is only accessible to users with administrator permission.
Authentication
Connected account requiredTags
Deletes a TeamINSIGHTLY_DELETE_TEAMDeletes a TeamConnection
Deletes a Team
Authentication
Connected account requiredTags
Deletes a Team MemberINSIGHTLY_DELETE_TEAM_MEMBERNote: Team Members of Anonymous Teams can only be deleted via the /Teams endpoint.Connection
Note: Team Members of Anonymous Teams can only be deleted via the /Teams endpoint.
Authentication
Connected account requiredTags
Deletes a CommentINSIGHTLY_DELETE_V3_1_COMMENTS_IDDeletes a CommentConnection
Deletes a Comment
Authentication
Connected account requiredTags
Stop following a ForumINSIGHTLY_DELETE_V3_1_COMMUNITY_FORUMS_ID_FOLLOWStop following a ForumConnection
Stop following a Forum
Authentication
Connected account requiredTags
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 PostConnection
Deletes a Forum Comment of a Forum Post
Authentication
Connected account requiredTags
Stop following a Forum PostINSIGHTLY_DELETE_V3_1_COMMUNITY_POSTS_ID_FOLLOWStop following a Forum PostConnection
Stop following a Forum Post
Authentication
Connected account requiredTags
Deletes a ContactINSIGHTLY_DELETE_V3_1_CONTACTS_IDDeletes a ContactConnection
Deletes a Contact
Authentication
Connected account requiredTags
Stop following a ContactINSIGHTLY_DELETE_V3_1_CONTACTS_ID_FOLLOWStop following a ContactConnection
Stop following a Contact
Authentication
Connected account requiredTags
Deletes an EmailINSIGHTLY_DELETE_V3_1_EMAILS_IDDeletes an EmailConnection
Deletes an Email
Authentication
Connected account requiredTags
Stop following an EmailINSIGHTLY_DELETE_V3_1_EMAILS_ID_FOLLOWStop following an EmailConnection
Stop following an Email
Authentication
Connected account requiredTags
Deletes a LinkINSIGHTLY_DELETE_V3_1_EMAILS_ID_LINKS_LINK_IDDeletes a LinkConnection
Deletes a Link
Authentication
Connected account requiredTags
Deletes a Tag from an EmailINSIGHTLY_DELETE_V3_1_EMAILS_ID_TAGSDeletes a Tag from an EmailConnection
Deletes a Tag from an Email
Authentication
Connected account requiredTags
Deletes an EventINSIGHTLY_DELETE_V3_1_EVENTS_IDDeletes an EventConnection
Deletes an Event
Authentication
Connected account requiredTags
Deletes an Event's Custom Image FieldINSIGHTLY_DELETE_V3_1_EVENTS_ID_IMAGE_FIELD_FIELD_NAMEDeletes an Event's Custom Image FieldConnection
Deletes an Event's Custom Image Field
Authentication
Connected account requiredTags
Deletes a LinkINSIGHTLY_DELETE_V3_1_EVENTS_ID_LINKS_LINK_IDDeletes a LinkConnection
Deletes a Link
Authentication
Connected account requiredTags
Stop following a Forum CategoryINSIGHTLY_DELETE_V3_1_FORUM_CATEGORIES_ID_FOLLOWStop following a Forum CategoryConnection
Stop following a Forum Category
Authentication
Connected account requiredTags
Deletes a Knowledge ArticleINSIGHTLY_DELETE_V3_1_KNOWLEDGE_ARTICLE_IDDeletes a Knowledge ArticleConnection
Deletes a Knowledge Article
Authentication
Connected account requiredTags
Stop following a Knowledge ArticleINSIGHTLY_DELETE_V3_1_KNOWLEDGE_ARTICLE_ID_FOLLOWStop following a Knowledge ArticleConnection
Stop following a Knowledge Article
Authentication
Connected account requiredTags
Deletes a Knowledge Article's Custom Image FieldINSIGHTLY_DELETE_V3_1_KNOWLEDGE_ARTICLE_ID_IMAGE_FIELD_FIELD_NAMEDeletes a Knowledge Article's Custom Image FieldConnection
Deletes a Knowledge Article's Custom Image Field
Authentication
Connected account requiredTags
Deletes a Tag from a Knowledge ArticleINSIGHTLY_DELETE_V3_1_KNOWLEDGE_ARTICLE_ID_TAGSDeletes a Tag from a Knowledge ArticleConnection
Deletes a Tag from a Knowledge Article
Authentication
Connected account requiredTags
Deletes a LeadINSIGHTLY_DELETE_V3_1_LEADS_IDDeletes a LeadConnection
Deletes a Lead
Authentication
Connected account requiredTags
Stop following a LeadINSIGHTLY_DELETE_V3_1_LEADS_ID_FOLLOWStop following a LeadConnection
Stop following a Lead
Authentication
Connected account requiredTags
Deletes a Lead's ImageINSIGHTLY_DELETE_V3_1_LEADS_ID_IMAGEDeletes a Lead's ImageConnection
Deletes a Lead's Image
Authentication
Connected account requiredTags
Deletes a Lead's Custom Image FieldINSIGHTLY_DELETE_V3_1_LEADS_ID_IMAGE_FIELD_FIELD_NAMEDeletes a Lead's Custom Image FieldConnection
Deletes a Lead's Custom Image Field
Authentication
Connected account requiredTags
Deletes a Tag from a LeadINSIGHTLY_DELETE_V3_1_LEADS_ID_TAGSDeletes a Tag from a LeadConnection
Deletes a Tag from a Lead
Authentication
Connected account requiredTags
Deletes a NoteINSIGHTLY_DELETE_V3_1_NOTES_IDDeletes a NoteConnection
Deletes a Note
Authentication
Connected account requiredTags
Deletes a Comment of a NoteINSIGHTLY_DELETE_V3_1_NOTES_ID_COMMENT_CHILD_ENTITY_IDDeletes a Comment of a NoteConnection
Deletes a Comment of a Note
Authentication
Connected account requiredTags
Stop following a NoteINSIGHTLY_DELETE_V3_1_NOTES_ID_FOLLOWStop following a NoteConnection
Stop following a Note
Authentication
Connected account requiredTags
Deletes a LinkINSIGHTLY_DELETE_V3_1_NOTES_ID_LINKS_LINK_IDDeletes a LinkConnection
Deletes a Link
Authentication
Connected account requiredTags
Deletes an OpportunityINSIGHTLY_DELETE_V3_1_OPPORTUNITIES_IDDeletes an OpportunityConnection
Deletes an Opportunity
Authentication
Connected account requiredTags
Stop following an OpportunityINSIGHTLY_DELETE_V3_1_OPPORTUNITIES_ID_FOLLOWStop following an OpportunityConnection
Stop following an Opportunity
Authentication
Connected account requiredTags
Deletes an Opportunity's ImageINSIGHTLY_DELETE_V3_1_OPPORTUNITIES_ID_IMAGEDeletes an Opportunity's ImageConnection
Deletes an Opportunity's Image
Authentication
Connected account requiredTags
Deletes an Opportunity's Custom Image FieldINSIGHTLY_DELETE_V3_1_OPPORTUNITIES_ID_IMAGE_FIELD_FIELD_NAMEDeletes an Opportunity's Custom Image FieldConnection
Deletes an Opportunity's Custom Image Field
Authentication
Connected account requiredTags
Deletes a LinkINSIGHTLY_DELETE_V3_1_OPPORTUNITIES_ID_LINKS_LINK_IDDeletes a LinkConnection
Deletes a Link
Authentication
Connected account requiredTags
Deletes an Opportunity Product of an OpportunityINSIGHTLY_DELETE_V3_1_OPPORTUNITIES_ID_OPPORTUNITY_LINE_ITEM_CHILD_ENTITY_IDDeletes an Opportunity Product of an OpportunityConnection
Deletes an Opportunity Product of an Opportunity
Authentication
Connected account requiredTags
Deletes a Tag from an OpportunityINSIGHTLY_DELETE_V3_1_OPPORTUNITIES_ID_TAGSDeletes a Tag from an OpportunityConnection
Deletes a Tag from an Opportunity
Authentication
Connected account requiredTags
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 FieldConnection
Deletes an Opportunity Product's Custom Image Field
Authentication
Connected account requiredTags
Deletes an OrganisationINSIGHTLY_DELETE_V3_1_ORGANISATIONS_IDDeletes an OrganisationConnection
Deletes an Organisation
Authentication
Connected account requiredTags
Stop following an OrganisationINSIGHTLY_DELETE_V3_1_ORGANISATIONS_ID_FOLLOWStop following an OrganisationConnection
Stop following an Organisation
Authentication
Connected account requiredTags
Deletes an Organisation's ImageINSIGHTLY_DELETE_V3_1_ORGANISATIONS_ID_IMAGEDeletes an Organisation's ImageConnection
Deletes an Organisation's Image
Authentication
Connected account requiredTags
Deletes an Organisation's Custom Image FieldINSIGHTLY_DELETE_V3_1_ORGANISATIONS_ID_IMAGE_FIELD_FIELD_NAMEDeletes an Organisation's Custom Image FieldConnection
Deletes an Organisation's Custom Image Field
Authentication
Connected account requiredTags
Deletes a LinkINSIGHTLY_DELETE_V3_1_ORGANISATIONS_ID_LINKS_LINK_IDDeletes a LinkConnection
Deletes a Link
Authentication
Connected account requiredTags
Deletes a Tag from an OrganisationINSIGHTLY_DELETE_V3_1_ORGANISATIONS_ID_TAGSDeletes a Tag from an OrganisationConnection
Deletes a Tag from an Organisation
Authentication
Connected account requiredTags
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 FieldConnection
Deletes a Price Book Entry's Custom Image Field
Authentication
Connected account requiredTags
Stop following a Price BookINSIGHTLY_DELETE_V3_1_PRICEBOOK_ID_FOLLOWStop following a Price BookConnection
Stop following a Price Book
Authentication
Connected account requiredTags
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 BookConnection
Deletes a Price Book Entry of a Price Book
Authentication
Connected account requiredTags
Deletes a ProductINSIGHTLY_DELETE_V3_1_PRODUCT_IDDeletes a ProductConnection
Deletes a Product
Authentication
Connected account requiredTags
Stop following a ProductINSIGHTLY_DELETE_V3_1_PRODUCT_ID_FOLLOWStop following a ProductConnection
Stop following a Product
Authentication
Connected account requiredTags
Deletes a Product's ImageINSIGHTLY_DELETE_V3_1_PRODUCT_ID_IMAGEDeletes a Product's ImageConnection
Deletes a Product's Image
Authentication
Connected account requiredTags
Deletes a Product's Custom Image FieldINSIGHTLY_DELETE_V3_1_PRODUCT_ID_IMAGE_FIELD_FIELD_NAMEDeletes a Product's Custom Image FieldConnection
Deletes a Product's Custom Image Field
Authentication
Connected account requiredTags
Deletes a Price Book Entry of a ProductINSIGHTLY_DELETE_V3_1_PRODUCT_ID_PRICEBOOK_ENTRY_CHILD_ENTITY_IDDeletes a Price Book Entry of a ProductConnection
Deletes a Price Book Entry of a Product
Authentication
Connected account requiredTags
Deletes a ProjectINSIGHTLY_DELETE_V3_1_PROJECTS_IDDeletes a ProjectConnection
Deletes a Project
Authentication
Connected account requiredTags
Stop following a ProjectINSIGHTLY_DELETE_V3_1_PROJECTS_ID_FOLLOWStop following a ProjectConnection
Stop following a Project
Authentication
Connected account requiredTags
Deletes a Project's ImageINSIGHTLY_DELETE_V3_1_PROJECTS_ID_IMAGEDeletes a Project's ImageConnection
Deletes a Project's Image
Authentication
Connected account requiredTags
Deletes a Project's Custom Image FieldINSIGHTLY_DELETE_V3_1_PROJECTS_ID_IMAGE_FIELD_FIELD_NAMEDeletes a Project's Custom Image FieldConnection
Deletes a Project's Custom Image Field
Authentication
Connected account requiredTags
Deletes a LinkINSIGHTLY_DELETE_V3_1_PROJECTS_ID_LINKS_LINK_IDDeletes a LinkConnection
Deletes a Link
Authentication
Connected account requiredTags
Clears pipeline for the ProjectINSIGHTLY_DELETE_V3_1_PROJECTS_ID_PIPELINEClears pipeline for the ProjectConnection
Clears pipeline for the Project
Authentication
Connected account requiredTags
Deletes a Tag from a ProjectINSIGHTLY_DELETE_V3_1_PROJECTS_ID_TAGSDeletes a Tag from a ProjectConnection
Deletes a Tag from a Project
Authentication
Connected account requiredTags
Deletes a ProspectINSIGHTLY_DELETE_V3_1_PROSPECT_IDDeletes a ProspectConnection
Deletes a Prospect
Authentication
Connected account requiredTags
Stop following a ProspectINSIGHTLY_DELETE_V3_1_PROSPECT_ID_FOLLOWStop following a ProspectConnection
Stop following a Prospect
Authentication
Connected account requiredTags
Deletes a Prospect's Custom Image FieldINSIGHTLY_DELETE_V3_1_PROSPECT_ID_IMAGE_FIELD_FIELD_NAMEDeletes a Prospect's Custom Image FieldConnection
Deletes a Prospect's Custom Image Field
Authentication
Connected account requiredTags
Deletes a Tag from a ProspectINSIGHTLY_DELETE_V3_1_PROSPECT_ID_TAGSDeletes a Tag from a ProspectConnection
Deletes a Tag from a Prospect
Authentication
Connected account requiredTags
Deletes a QuoteINSIGHTLY_DELETE_V3_1_QUOTATION_IDDeletes a QuoteConnection
Deletes a Quote
Authentication
Connected account requiredTags
Stop following a QuoteINSIGHTLY_DELETE_V3_1_QUOTATION_ID_FOLLOWStop following a QuoteConnection
Stop following a Quote
Authentication
Connected account requiredTags
Deletes a Quote's Custom Image FieldINSIGHTLY_DELETE_V3_1_QUOTATION_ID_IMAGE_FIELD_FIELD_NAMEDeletes a Quote's Custom Image FieldConnection
Deletes a Quote's Custom Image Field
Authentication
Connected account requiredTags
Deletes a Quote Document of a QuoteINSIGHTLY_DELETE_V3_1_QUOTATION_ID_QUOTATION_DOCUMENT_CHILD_ENTITY_IDDeletes a Quote Document of a QuoteConnection
Deletes a Quote Document of a Quote
Authentication
Connected account requiredTags
Deletes a Quote Product of a QuoteINSIGHTLY_DELETE_V3_1_QUOTATION_ID_QUOTATION_LINE_ITEM_CHILD_ENTITY_IDDeletes a Quote Product of a QuoteConnection
Deletes a Quote Product of a Quote
Authentication
Connected account requiredTags
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 FieldConnection
Deletes a Quote Product's Custom Image Field
Authentication
Connected account requiredTags
Deletes a TaskINSIGHTLY_DELETE_V3_1_TASKS_IDDeletes a TaskConnection
Deletes a Task
Authentication
Connected account requiredTags
Stop following a TaskINSIGHTLY_DELETE_V3_1_TASKS_ID_FOLLOWStop following a TaskConnection
Stop following a Task
Authentication
Connected account requiredTags
Deletes a Task's Custom Image FieldINSIGHTLY_DELETE_V3_1_TASKS_ID_IMAGE_FIELD_FIELD_NAMEDeletes a Task's Custom Image FieldConnection
Deletes a Task's Custom Image Field
Authentication
Connected account requiredTags
Deletes a LinkINSIGHTLY_DELETE_V3_1_TASKS_ID_LINKS_LINK_IDDeletes a LinkConnection
Deletes a Link
Authentication
Connected account requiredTags
Deletes a Team MemberINSIGHTLY_DELETE_V3_1_TEAMS_ID_TEAM_MEMBERS_PERMISSION_IDDeletes a Team MemberConnection
Deletes a Team Member
Authentication
Connected account requiredTags
Deletes a TicketINSIGHTLY_DELETE_V3_1_TICKET_IDDeletes a TicketConnection
Deletes a Ticket
Authentication
Connected account requiredTags
Stop following a TicketINSIGHTLY_DELETE_V3_1_TICKET_ID_FOLLOWStop following a TicketConnection
Stop following a Ticket
Authentication
Connected account requiredTags
Deletes a Ticket's Custom Image FieldINSIGHTLY_DELETE_V3_1_TICKET_ID_IMAGE_FIELD_FIELD_NAMEDeletes a Ticket's Custom Image FieldConnection
Deletes a Ticket's Custom Image Field
Authentication
Connected account requiredTags
Deletes a Tag from a TicketINSIGHTLY_DELETE_V3_1_TICKET_ID_TAGSDeletes a Tag from a TicketConnection
Deletes a Tag from a Ticket
Authentication
Connected account requiredTags
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.Connection
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 requiredTags
Gets a single Activity SetINSIGHTLY_GET_ACTIVITY_SETGets a single Activity SetConnection
Gets a single Activity Set
Authentication
Connected account requiredTags
Gets a list of Activity SetsINSIGHTLY_GET_ACTIVITY_SETSGets a list of Activity SetsConnection
Gets a list of Activity Sets
Authentication
Connected account requiredTags
Gets a list of Forum Posts of a ForumINSIGHTLY_GET_CHILD_ENTITIESGets a list of Forum Posts of a ForumConnection
Gets a list of Forum Posts of a Forum
Authentication
Connected account requiredTags
Gets an Email's CommentsINSIGHTLY_GET_COMMENTSGets an Email's CommentsConnection
Gets an Email's Comments
Authentication
Connected account requiredTags
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.Connection
This read only endpoint returns a list of the countries Insightly recognizes for use in addresses.
Authentication
Connected account requiredTags
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.Connection
This read only endpoint returns a list of the currencies and currency symbols currently recognized by Insightly.
Authentication
Connected account requiredTags
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.Connection
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 requiredTags
Gets a list of custom objectsINSIGHTLY_GET_CUSTOM_OBJECTSThis read only endpoint returns a list of the custom objects.Connection
This read only endpoint returns a list of the custom objects.
Authentication
Connected account requiredTags
Gets a Custom Field by nameINSIGHTLY_GET_CUSTOMFIELD_BY_SEARCHThis read only endpoint returns a custom field by name.Connection
This read only endpoint returns a custom field by name.
Authentication
Connected account requiredTags
Gets a Contact's DatesINSIGHTLY_GET_DATESGets a Contact's DatesConnection
Gets a Contact's Dates
Authentication
Connected account requiredTags
Gets an Organisation's Email DomainsINSIGHTLY_GET_EMAIL_DOMAINSGets an Organisation's Email DomainsConnection
Gets an Organisation's Email Domains
Authentication
Connected account requiredTags
Gets a list of a Contact's EmailsINSIGHTLY_GET_EMAILSGets a list of a Contact's EmailsConnection
Gets a list of a Contact's Emails
Authentication
Connected account requiredTags
Gets a list of recordsINSIGHTLY_GET_ENTITIESSimple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.Connection
Simple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.
Authentication
Connected account requiredTags
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.Connection
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 requiredTags
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.Connection
Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.
Authentication
Connected account requiredTags
Gets a recordINSIGHTLY_GET_ENTITYGets a recordConnection
Gets a record
Authentication
Connected account requiredTags
Gets a Contact's EventsINSIGHTLY_GET_EVENTSGets a Contact's EventsConnection
Gets a Contact's Events
Authentication
Connected account requiredTags
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.Connection
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 requiredTags
Gets a Record's File AttachmentsINSIGHTLY_GET_FILE_ATTACHMENTSGets a Record's File AttachmentsConnection
Gets a Record's File Attachments
Authentication
Connected account requiredTags
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.Connection
This read only endpoint returns a list of file categories that have been set up for the Insightly instance.
Authentication
Connected account requiredTags
Gets a File CategoryINSIGHTLY_GET_FILE_CATEGORYThis endpoint returns the graph for a specific file category.Connection
This endpoint returns the graph for a specific file category.
Authentication
Connected account requiredTags
Gets a Follow state for a Forum CommentINSIGHTLY_GET_FOLLOWGets a Follow state for a Forum CommentConnection
Gets a Follow state for a Forum Comment
Authentication
Connected account requiredTags
Gets a list of followed records for the userINSIGHTLY_GET_FOLLOWSGets a list of followed records for the userConnection
Gets a list of followed records for the user
Authentication
Connected account requiredTags
Gets a Contact's ImageINSIGHTLY_GET_IMAGEGets a Contact's ImageConnection
Gets a Contact's Image
Authentication
Connected account requiredTags
Gets a Contact's Custom Image FieldINSIGHTLY_GET_IMAGE_FIELDGets a Contact's Custom Image FieldConnection
Gets a Contact's Custom Image Field
Authentication
Connected account requiredTags
Gets the InstanceINSIGHTLY_GET_INSTANCEGets the InstanceConnection
Gets the Instance
Authentication
Connected account requiredTags
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.Connection
This endpoint returns a list of the lead sources that have been defined on the Insightly instance.
Authentication
Connected account requiredTags
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.Connection
This endpoint returns a list of the possible lead statuses that have been defined for the Insightly instance.
Authentication
Connected account requiredTags
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.Connection
An email address to use as a mail drop for the Lead.
Authentication
Connected account requiredTags
Gets a Contact's LinksINSIGHTLY_GET_LINKSGets a Contact's LinksConnection
Gets a Contact's Links
Authentication
Connected account requiredTags
Gets a list of Marketing VisitsINSIGHTLY_GET_MARKETING_VISITSGets a list of Marketing VisitsConnection
Gets a list of Marketing Visits
Authentication
Connected account requiredTags
Gets a list of Marketing Visits by prospectINSIGHTLY_GET_MARKETING_VISITS_BY_PROSPECTGets a list of Marketing Visits by prospectConnection
Gets a list of Marketing Visits by prospect
Authentication
Connected account requiredTags
Gets a list of a Project's MilestonesINSIGHTLY_GET_MILESTONESGets a list of a Project's MilestonesConnection
Gets a list of a Project's Milestones
Authentication
Connected account requiredTags
Gets a Contact's NotesINSIGHTLY_GET_NOTESGets a Contact's NotesConnection
Gets a Contact's Notes
Authentication
Connected account requiredTags
Gets a list of Opportunity CategoriesINSIGHTLY_GET_OPPORTUNITY_CATEGORIESThis read only endpoint returns a list of opportunity categories set up for the Insightly instance.Connection
This read only endpoint returns a list of opportunity categories set up for the Insightly instance.
Authentication
Connected account requiredTags
Gets an Opportunity CategoryINSIGHTLY_GET_OPPORTUNITY_CATEGORYThis endpoint returns the graph for a specific opportunity categoryConnection
This endpoint returns the graph for a specific opportunity category
Authentication
Connected account requiredTags
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.Connection
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 requiredTags
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.Connection
Permissions determine if an individual user can read, edit, delete, or create records of a given object type.
Authentication
Connected account requiredTags
Gets a PipelineINSIGHTLY_GET_PIPELINEThis endpoint returns the graph for a specific pipeline.Connection
This endpoint returns the graph for a specific pipeline.
Authentication
Connected account requiredTags
Gets a Pipeline StageINSIGHTLY_GET_PIPELINE_STAGEThis endpoint returns the graph for a specific pipeline stage.Connection
This endpoint returns the graph for a specific pipeline stage.
Authentication
Connected account requiredTags
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.Connection
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 requiredTags
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).Connection
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 requiredTags
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.Connection
This read only endpoint returns a list of the project categories that have been configured for the Insightly instance.
Authentication
Connected account requiredTags
Gets a Project CategoryINSIGHTLY_GET_PROJECT_CATEGORYThis endpoint is used to retrieve the graph for a specific project category.Connection
This endpoint is used to retrieve the graph for a specific project category.
Authentication
Connected account requiredTags
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.Connection
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 requiredTags
Gets the history of States and Reasons for an Opportunity.INSIGHTLY_GET_STATE_HISTORYGets the history of States and Reasons for an Opportunity.Connection
Gets the history of States and Reasons for an Opportunity.
Authentication
Connected account requiredTags
Gets a Prospect's static list membershipsINSIGHTLY_GET_STATIC_LIST_MEMBERSHIPGets a Prospect's static list membershipsConnection
Gets a Prospect's static list memberships
Authentication
Connected account requiredTags
Gets a Contact's TagsINSIGHTLY_GET_TAGSGets a Contact's TagsConnection
Gets a Contact's Tags
Authentication
Connected account requiredTags
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.Connection
This read only endpoint returns a list of the task categories set up for the Insightly instance.
Authentication
Connected account requiredTags
Gets a Task CategoryINSIGHTLY_GET_TASK_CATEGORYThis endpoint returns the graph for a specific task category.Connection
This endpoint returns the graph for a specific task category.
Authentication
Connected account requiredTags
Gets a list of a Contact's TasksINSIGHTLY_GET_TASKSGets a list of a Contact's TasksConnection
Gets a list of a Contact's Tasks
Authentication
Connected account requiredTags
Gets a TeamINSIGHTLY_GET_TEAMGets a TeamConnection
Gets a Team
Authentication
Connected account requiredTags
Gets a Team MemberINSIGHTLY_GET_TEAM_MEMBERGets a Team MemberConnection
Gets a Team Member
Authentication
Connected account requiredTags
Gets a list of Team MembersINSIGHTLY_GET_TEAM_MEMBERSGets a list of Team MembersConnection
Gets a list of Team Members
Authentication
Connected account requiredTags
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.Connection
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 requiredTags
Gets a record's translation in a specific languageINSIGHTLY_GET_TRANSLATIONGets a record's translation in a specific languageConnection
Gets a record's translation in a specific language
Authentication
Connected account requiredTags
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.Connection
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 requiredTags
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.Connection
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 requiredTags
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).Connection
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 requiredTags
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.Connection
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 requiredTags
Gets a Comment's File AttachmentsINSIGHTLY_GET_V3_1_COMMENTS_ID_FILE_ATTACHMENTSGets a Comment's File AttachmentsConnection
Gets a Comment's File Attachments
Authentication
Connected account requiredTags
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.Connection
Simple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.
Authentication
Connected account requiredTags
Gets a Forum CommentINSIGHTLY_GET_V3_1_COMMUNITY_COMMENTS_IDGets a Forum CommentConnection
Gets a Forum Comment
Authentication
Connected account requiredTags
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.Connection
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 requiredTags
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.Connection
Simple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.
Authentication
Connected account requiredTags
Gets a ForumINSIGHTLY_GET_V3_1_COMMUNITY_FORUMS_IDGets a ForumConnection
Gets a Forum
Authentication
Connected account requiredTags
Gets a Follow state for a ForumINSIGHTLY_GET_V3_1_COMMUNITY_FORUMS_ID_FOLLOWGets a Follow state for a ForumConnection
Gets a Follow state for a Forum
Authentication
Connected account requiredTags
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.Connection
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 requiredTags
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.Connection
Simple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.
Authentication
Connected account requiredTags
Gets a Forum PostINSIGHTLY_GET_V3_1_COMMUNITY_POSTS_IDGets a Forum PostConnection
Gets a Forum Post
Authentication
Connected account requiredTags
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 PostConnection
Gets a list of Forum Comments of a Forum Post
Authentication
Connected account requiredTags
Gets a Follow state for a Forum PostINSIGHTLY_GET_V3_1_COMMUNITY_POSTS_ID_FOLLOWGets a Follow state for a Forum PostConnection
Gets a Follow state for a Forum Post
Authentication
Connected account requiredTags
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.Connection
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 requiredTags
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.Connection
Simple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.
Authentication
Connected account requiredTags
Gets a ContactINSIGHTLY_GET_V3_1_CONTACTS_IDGets a ContactConnection
Gets a Contact
Authentication
Connected account requiredTags
Gets a Contact's File AttachmentsINSIGHTLY_GET_V3_1_CONTACTS_ID_FILE_ATTACHMENTSGets a Contact's File AttachmentsConnection
Gets a Contact's File Attachments
Authentication
Connected account requiredTags
Gets a Follow state for a ContactINSIGHTLY_GET_V3_1_CONTACTS_ID_FOLLOWGets a Follow state for a ContactConnection
Gets a Follow state for a Contact
Authentication
Connected account requiredTags
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.Connection
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 requiredTags
Gets a custom object by object nameINSIGHTLY_GET_V3_1_CUSTOM_OBJECTS_CUSTOM_OBJECT_NAMEThis read only endpoint returns a custom object by name.Connection
This read only endpoint returns a custom object by name.
Authentication
Connected account requiredTags
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.Connection
Simple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.
Authentication
Connected account requiredTags
Gets a Document TemplateINSIGHTLY_GET_V3_1_DOCUMENT_TEMPLATES_IDGets a Document TemplateConnection
Gets a Document Template
Authentication
Connected account requiredTags
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.Connection
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 requiredTags
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.Connection
Simple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.
Authentication
Connected account requiredTags
Gets an EmailINSIGHTLY_GET_V3_1_EMAILS_IDGets an EmailConnection
Gets an Email
Authentication
Connected account requiredTags
Gets an Email's File AttachmentsINSIGHTLY_GET_V3_1_EMAILS_ID_FILE_ATTACHMENTSGets an Email's File AttachmentsConnection
Gets an Email's File Attachments
Authentication
Connected account requiredTags
Gets a Follow state for an EmailINSIGHTLY_GET_V3_1_EMAILS_ID_FOLLOWGets a Follow state for an EmailConnection
Gets a Follow state for an Email
Authentication
Connected account requiredTags
Gets an Email's LinksINSIGHTLY_GET_V3_1_EMAILS_ID_LINKSGets an Email's LinksConnection
Gets an Email's Links
Authentication
Connected account requiredTags
Gets an Email's TagsINSIGHTLY_GET_V3_1_EMAILS_ID_TAGSGets an Email's TagsConnection
Gets an Email's Tags
Authentication
Connected account requiredTags
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.Connection
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 requiredTags
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.Connection
Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.
Authentication
Connected account requiredTags
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.Connection
Simple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.
Authentication
Connected account requiredTags
Gets an EventINSIGHTLY_GET_V3_1_EVENTS_IDGets an EventConnection
Gets an Event
Authentication
Connected account requiredTags
Gets an Event's Custom Image FieldINSIGHTLY_GET_V3_1_EVENTS_ID_IMAGE_FIELD_FIELD_NAMEGets an Event's Custom Image FieldConnection
Gets an Event's Custom Image Field
Authentication
Connected account requiredTags
Gets an Event's LinksINSIGHTLY_GET_V3_1_EVENTS_ID_LINKSGets an Event's LinksConnection
Gets an Event's Links
Authentication
Connected account requiredTags
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.Connection
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 requiredTags
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.Connection
Simple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.
Authentication
Connected account requiredTags
Gets a Forum CategoryINSIGHTLY_GET_V3_1_FORUM_CATEGORIES_IDGets a Forum CategoryConnection
Gets a Forum Category
Authentication
Connected account requiredTags
Gets a Follow state for a Forum CategoryINSIGHTLY_GET_V3_1_FORUM_CATEGORIES_ID_FOLLOWGets a Follow state for a Forum CategoryConnection
Gets a Follow state for a Forum Category
Authentication
Connected account requiredTags
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.Connection
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 requiredTags
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.Connection
Simple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.
Authentication
Connected account requiredTags
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.Connection
Simple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.
Authentication
Connected account requiredTags
Gets a Knowledge Article CategoryINSIGHTLY_GET_V3_1_KNOWLEDGE_ARTICLE_CATEGORY_IDGets a Knowledge Article CategoryConnection
Gets a Knowledge Article Category
Authentication
Connected account requiredTags
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.Connection
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 requiredTags
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.Connection
Simple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.
Authentication
Connected account requiredTags
Gets a Knowledge Article FolderINSIGHTLY_GET_V3_1_KNOWLEDGE_ARTICLE_FOLDER_IDGets a Knowledge Article FolderConnection
Gets a Knowledge Article Folder
Authentication
Connected account requiredTags
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.Connection
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 requiredTags
Gets a Knowledge ArticleINSIGHTLY_GET_V3_1_KNOWLEDGE_ARTICLE_IDGets a Knowledge ArticleConnection
Gets a Knowledge Article
Authentication
Connected account requiredTags
Gets a Follow state for a Knowledge ArticleINSIGHTLY_GET_V3_1_KNOWLEDGE_ARTICLE_ID_FOLLOWGets a Follow state for a Knowledge ArticleConnection
Gets a Follow state for a Knowledge Article
Authentication
Connected account requiredTags
Gets a Knowledge Article's Custom Image FieldINSIGHTLY_GET_V3_1_KNOWLEDGE_ARTICLE_ID_IMAGE_FIELD_FIELD_NAMEGets a Knowledge Article's Custom Image FieldConnection
Gets a Knowledge Article's Custom Image Field
Authentication
Connected account requiredTags
Gets a Knowledge Article's TagsINSIGHTLY_GET_V3_1_KNOWLEDGE_ARTICLE_ID_TAGSGets a Knowledge Article's TagsConnection
Gets a Knowledge Article's Tags
Authentication
Connected account requiredTags
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 languageConnection
Gets a Knowledge Article's translation in a specific language
Authentication
Connected account requiredTags
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.Connection
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 requiredTags
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.Connection
Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.
Authentication
Connected account requiredTags
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.Connection
Simple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.
Authentication
Connected account requiredTags
Gets a LeadINSIGHTLY_GET_V3_1_LEADS_IDGets a LeadConnection
Gets a Lead
Authentication
Connected account requiredTags
Gets a list of a Lead's EmailsINSIGHTLY_GET_V3_1_LEADS_ID_EMAILSGets a list of a Lead's EmailsConnection
Gets a list of a Lead's Emails
Authentication
Connected account requiredTags
Gets a Lead's EventsINSIGHTLY_GET_V3_1_LEADS_ID_EVENTSGets a Lead's EventsConnection
Gets a Lead's Events
Authentication
Connected account requiredTags
Gets a Lead's File AttachmentsINSIGHTLY_GET_V3_1_LEADS_ID_FILE_ATTACHMENTSGets a Lead's File AttachmentsConnection
Gets a Lead's File Attachments
Authentication
Connected account requiredTags
Gets a Follow state for a LeadINSIGHTLY_GET_V3_1_LEADS_ID_FOLLOWGets a Follow state for a LeadConnection
Gets a Follow state for a Lead
Authentication
Connected account requiredTags
Gets a Lead's ImageINSIGHTLY_GET_V3_1_LEADS_ID_IMAGEGets a Lead's ImageConnection
Gets a Lead's Image
Authentication
Connected account requiredTags
Gets a Lead's Custom Image FieldINSIGHTLY_GET_V3_1_LEADS_ID_IMAGE_FIELD_FIELD_NAMEGets a Lead's Custom Image FieldConnection
Gets a Lead's Custom Image Field
Authentication
Connected account requiredTags
Gets a Lead's NotesINSIGHTLY_GET_V3_1_LEADS_ID_NOTESGets a Lead's NotesConnection
Gets a Lead's Notes
Authentication
Connected account requiredTags
Gets a Lead's TagsINSIGHTLY_GET_V3_1_LEADS_ID_TAGSGets a Lead's TagsConnection
Gets a Lead's Tags
Authentication
Connected account requiredTags
Gets a list of a Lead's TasksINSIGHTLY_GET_V3_1_LEADS_ID_TASKSGets a list of a Lead's TasksConnection
Gets a list of a Lead's Tasks
Authentication
Connected account requiredTags
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.Connection
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 requiredTags
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.Connection
Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.
Authentication
Connected account requiredTags
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.Connection
Simple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.
Authentication
Connected account requiredTags
Gets a MilestoneINSIGHTLY_GET_V3_1_MILESTONES_IDGets a MilestoneConnection
Gets a Milestone
Authentication
Connected account requiredTags
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.Connection
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 requiredTags
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.Connection
Simple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.
Authentication
Connected account requiredTags
Gets a NoteINSIGHTLY_GET_V3_1_NOTES_IDGets a NoteConnection
Gets a Note
Authentication
Connected account requiredTags
Gets a list of Comments of a NoteINSIGHTLY_GET_V3_1_NOTES_ID_COMMENTGets a list of Comments of a NoteConnection
Gets a list of Comments of a Note
Authentication
Connected account requiredTags
Gets a Note's CommentsINSIGHTLY_GET_V3_1_NOTES_ID_COMMENTSGets a Note's CommentsConnection
Gets a Note's Comments
Authentication
Connected account requiredTags
Gets a Note's File AttachmentsINSIGHTLY_GET_V3_1_NOTES_ID_FILE_ATTACHMENTSGets a Note's File AttachmentsConnection
Gets a Note's File Attachments
Authentication
Connected account requiredTags
Gets a Follow state for a NoteINSIGHTLY_GET_V3_1_NOTES_ID_FOLLOWGets a Follow state for a NoteConnection
Gets a Follow state for a Note
Authentication
Connected account requiredTags
Gets a Note's LinksINSIGHTLY_GET_V3_1_NOTES_ID_LINKSGets a Note's LinksConnection
Gets a Note's Links
Authentication
Connected account requiredTags
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.Connection
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 requiredTags
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.Connection
Simple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.
Authentication
Connected account requiredTags
Gets an OpportunityINSIGHTLY_GET_V3_1_OPPORTUNITIES_IDGets an OpportunityConnection
Gets an Opportunity
Authentication
Connected account requiredTags
Gets a list of an Opportunity's EmailsINSIGHTLY_GET_V3_1_OPPORTUNITIES_ID_EMAILSGets a list of an Opportunity's EmailsConnection
Gets a list of an Opportunity's Emails
Authentication
Connected account requiredTags
Gets an Opportunity's EventsINSIGHTLY_GET_V3_1_OPPORTUNITIES_ID_EVENTSGets an Opportunity's EventsConnection
Gets an Opportunity's Events
Authentication
Connected account requiredTags
Gets an Opportunity's File AttachmentsINSIGHTLY_GET_V3_1_OPPORTUNITIES_ID_FILE_ATTACHMENTSGets an Opportunity's File AttachmentsConnection
Gets an Opportunity's File Attachments
Authentication
Connected account requiredTags
Gets a Follow state for an OpportunityINSIGHTLY_GET_V3_1_OPPORTUNITIES_ID_FOLLOWGets a Follow state for an OpportunityConnection
Gets a Follow state for an Opportunity
Authentication
Connected account requiredTags
Gets an Opportunity's ImageINSIGHTLY_GET_V3_1_OPPORTUNITIES_ID_IMAGEGets an Opportunity's ImageConnection
Gets an Opportunity's Image
Authentication
Connected account requiredTags
Gets an Opportunity's Custom Image FieldINSIGHTLY_GET_V3_1_OPPORTUNITIES_ID_IMAGE_FIELD_FIELD_NAMEGets an Opportunity's Custom Image FieldConnection
Gets an Opportunity's Custom Image Field
Authentication
Connected account requiredTags
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.Connection
An email address to use as a mail drop for the Opportunity.
Authentication
Connected account requiredTags
Gets an Opportunity's LinksINSIGHTLY_GET_V3_1_OPPORTUNITIES_ID_LINKSGets an Opportunity's LinksConnection
Gets an Opportunity's Links
Authentication
Connected account requiredTags
Gets an Opportunity's NotesINSIGHTLY_GET_V3_1_OPPORTUNITIES_ID_NOTESGets an Opportunity's NotesConnection
Gets an Opportunity's Notes
Authentication
Connected account requiredTags
Gets a list of Opportunity Products of an OpportunityINSIGHTLY_GET_V3_1_OPPORTUNITIES_ID_OPPORTUNITY_LINE_ITEMGets a list of Opportunity Products of an OpportunityConnection
Gets a list of Opportunity Products of an Opportunity
Authentication
Connected account requiredTags
Gets an Opportunity's TagsINSIGHTLY_GET_V3_1_OPPORTUNITIES_ID_TAGSGets an Opportunity's TagsConnection
Gets an Opportunity's Tags
Authentication
Connected account requiredTags
Gets a list of an Opportunity's TasksINSIGHTLY_GET_V3_1_OPPORTUNITIES_ID_TASKSGets a list of an Opportunity's TasksConnection
Gets a list of an Opportunity's Tasks
Authentication
Connected account requiredTags
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.Connection
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 requiredTags
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.Connection
Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.
Authentication
Connected account requiredTags
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.Connection
Simple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.
Authentication
Connected account requiredTags
Gets an Opportunity ProductINSIGHTLY_GET_V3_1_OPPORTUNITY_LINE_ITEM_IDGets an Opportunity ProductConnection
Gets an Opportunity Product
Authentication
Connected account requiredTags
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 FieldConnection
Gets an Opportunity Product's Custom Image Field
Authentication
Connected account requiredTags
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.Connection
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 requiredTags
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.Connection
Simple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.
Authentication
Connected account requiredTags
Gets an OrganisationINSIGHTLY_GET_V3_1_ORGANISATIONS_IDGets an OrganisationConnection
Gets an Organisation
Authentication
Connected account requiredTags
Gets an Organisation's DatesINSIGHTLY_GET_V3_1_ORGANISATIONS_ID_DATESGets an Organisation's DatesConnection
Gets an Organisation's Dates
Authentication
Connected account requiredTags
Gets a list of an Organisation's EmailsINSIGHTLY_GET_V3_1_ORGANISATIONS_ID_EMAILSGets a list of an Organisation's EmailsConnection
Gets a list of an Organisation's Emails
Authentication
Connected account requiredTags
Gets an Organisation's EventsINSIGHTLY_GET_V3_1_ORGANISATIONS_ID_EVENTSGets an Organisation's EventsConnection
Gets an Organisation's Events
Authentication
Connected account requiredTags
Gets an Organisation's File AttachmentsINSIGHTLY_GET_V3_1_ORGANISATIONS_ID_FILE_ATTACHMENTSGets an Organisation's File AttachmentsConnection
Gets an Organisation's File Attachments
Authentication
Connected account requiredTags
Gets a Follow state for an OrganisationINSIGHTLY_GET_V3_1_ORGANISATIONS_ID_FOLLOWGets a Follow state for an OrganisationConnection
Gets a Follow state for an Organisation
Authentication
Connected account requiredTags
Gets an Organisation's ImageINSIGHTLY_GET_V3_1_ORGANISATIONS_ID_IMAGEGets an Organisation's ImageConnection
Gets an Organisation's Image
Authentication
Connected account requiredTags
Gets an Organisation's Custom Image FieldINSIGHTLY_GET_V3_1_ORGANISATIONS_ID_IMAGE_FIELD_FIELD_NAMEGets an Organisation's Custom Image FieldConnection
Gets an Organisation's Custom Image Field
Authentication
Connected account requiredTags
Gets an Organisation's LinksINSIGHTLY_GET_V3_1_ORGANISATIONS_ID_LINKSGets an Organisation's LinksConnection
Gets an Organisation's Links
Authentication
Connected account requiredTags
Gets an Organisation's NotesINSIGHTLY_GET_V3_1_ORGANISATIONS_ID_NOTESGets an Organisation's NotesConnection
Gets an Organisation's Notes
Authentication
Connected account requiredTags
Gets an Organisation's TagsINSIGHTLY_GET_V3_1_ORGANISATIONS_ID_TAGSGets an Organisation's TagsConnection
Gets an Organisation's Tags
Authentication
Connected account requiredTags
Gets a list of an Organisation's TasksINSIGHTLY_GET_V3_1_ORGANISATIONS_ID_TASKSGets a list of an Organisation's TasksConnection
Gets a list of an Organisation's Tasks
Authentication
Connected account requiredTags
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.Connection
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 requiredTags
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.Connection
Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.
Authentication
Connected account requiredTags
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.Connection
Simple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.
Authentication
Connected account requiredTags
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.Connection
Simple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.
Authentication
Connected account requiredTags
Gets a Price Book EntryINSIGHTLY_GET_V3_1_PRICEBOOK_ENTRY_IDGets a Price Book EntryConnection
Gets a Price Book Entry
Authentication
Connected account requiredTags
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 FieldConnection
Gets a Price Book Entry's Custom Image Field
Authentication
Connected account requiredTags
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.Connection
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 requiredTags
Gets a Price BookINSIGHTLY_GET_V3_1_PRICEBOOK_IDGets a Price BookConnection
Gets a Price Book
Authentication
Connected account requiredTags
Gets a Follow state for a Price BookINSIGHTLY_GET_V3_1_PRICEBOOK_ID_FOLLOWGets a Follow state for a Price BookConnection
Gets a Follow state for a Price Book
Authentication
Connected account requiredTags
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 BookConnection
Gets a list of Price Book Entries of a Price Book
Authentication
Connected account requiredTags
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.Connection
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 requiredTags
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.Connection
Simple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.
Authentication
Connected account requiredTags
Gets a ProductINSIGHTLY_GET_V3_1_PRODUCT_IDGets a ProductConnection
Gets a Product
Authentication
Connected account requiredTags
Gets a Follow state for a ProductINSIGHTLY_GET_V3_1_PRODUCT_ID_FOLLOWGets a Follow state for a ProductConnection
Gets a Follow state for a Product
Authentication
Connected account requiredTags
Gets a Product's ImageINSIGHTLY_GET_V3_1_PRODUCT_ID_IMAGEGets a Product's ImageConnection
Gets a Product's Image
Authentication
Connected account requiredTags
Gets a Product's Custom Image FieldINSIGHTLY_GET_V3_1_PRODUCT_ID_IMAGE_FIELD_FIELD_NAMEGets a Product's Custom Image FieldConnection
Gets a Product's Custom Image Field
Authentication
Connected account requiredTags
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 ProductConnection
Gets a list of Price Book Entries of a Product
Authentication
Connected account requiredTags
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.Connection
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 requiredTags
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.Connection
Simple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.
Authentication
Connected account requiredTags
Gets a ProjectINSIGHTLY_GET_V3_1_PROJECTS_IDGets a ProjectConnection
Gets a Project
Authentication
Connected account requiredTags
Gets a list of a Project's EmailsINSIGHTLY_GET_V3_1_PROJECTS_ID_EMAILSGets a list of a Project's EmailsConnection
Gets a list of a Project's Emails
Authentication
Connected account requiredTags
Gets a Project's EventsINSIGHTLY_GET_V3_1_PROJECTS_ID_EVENTSGets a Project's EventsConnection
Gets a Project's Events
Authentication
Connected account requiredTags
Gets a Project's File AttachmentsINSIGHTLY_GET_V3_1_PROJECTS_ID_FILE_ATTACHMENTSGets a Project's File AttachmentsConnection
Gets a Project's File Attachments
Authentication
Connected account requiredTags
Gets a Follow state for a ProjectINSIGHTLY_GET_V3_1_PROJECTS_ID_FOLLOWGets a Follow state for a ProjectConnection
Gets a Follow state for a Project
Authentication
Connected account requiredTags
Gets a Project's ImageINSIGHTLY_GET_V3_1_PROJECTS_ID_IMAGEGets a Project's ImageConnection
Gets a Project's Image
Authentication
Connected account requiredTags
Gets a Project's Custom Image FieldINSIGHTLY_GET_V3_1_PROJECTS_ID_IMAGE_FIELD_FIELD_NAMEGets a Project's Custom Image FieldConnection
Gets a Project's Custom Image Field
Authentication
Connected account requiredTags
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.Connection
An email address to use as a mail drop for the Project.
Authentication
Connected account requiredTags
Gets a Project's LinksINSIGHTLY_GET_V3_1_PROJECTS_ID_LINKSGets a Project's LinksConnection
Gets a Project's Links
Authentication
Connected account requiredTags
Gets a Project's NotesINSIGHTLY_GET_V3_1_PROJECTS_ID_NOTESGets a Project's NotesConnection
Gets a Project's Notes
Authentication
Connected account requiredTags
Gets a Project's TagsINSIGHTLY_GET_V3_1_PROJECTS_ID_TAGSGets a Project's TagsConnection
Gets a Project's Tags
Authentication
Connected account requiredTags
Gets a list of a Project's TasksINSIGHTLY_GET_V3_1_PROJECTS_ID_TASKSGets a list of a Project's TasksConnection
Gets a list of a Project's Tasks
Authentication
Connected account requiredTags
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.Connection
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 requiredTags
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.Connection
Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.
Authentication
Connected account requiredTags
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.Connection
Simple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.
Authentication
Connected account requiredTags
Gets a ProspectINSIGHTLY_GET_V3_1_PROSPECT_IDGets a ProspectConnection
Gets a Prospect
Authentication
Connected account requiredTags
Gets a Follow state for a ProspectINSIGHTLY_GET_V3_1_PROSPECT_ID_FOLLOWGets a Follow state for a ProspectConnection
Gets a Follow state for a Prospect
Authentication
Connected account requiredTags
Gets a Prospect's Custom Image FieldINSIGHTLY_GET_V3_1_PROSPECT_ID_IMAGE_FIELD_FIELD_NAMEGets a Prospect's Custom Image FieldConnection
Gets a Prospect's Custom Image Field
Authentication
Connected account requiredTags
Gets a Prospect's TagsINSIGHTLY_GET_V3_1_PROSPECT_ID_TAGSGets a Prospect's TagsConnection
Gets a Prospect's Tags
Authentication
Connected account requiredTags
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.Connection
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 requiredTags
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.Connection
Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.
Authentication
Connected account requiredTags
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.Connection
Simple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.
Authentication
Connected account requiredTags
Gets a QuoteINSIGHTLY_GET_V3_1_QUOTATION_IDGets a QuoteConnection
Gets a Quote
Authentication
Connected account requiredTags
Gets a Follow state for a QuoteINSIGHTLY_GET_V3_1_QUOTATION_ID_FOLLOWGets a Follow state for a QuoteConnection
Gets a Follow state for a Quote
Authentication
Connected account requiredTags
Gets a Quote's Custom Image FieldINSIGHTLY_GET_V3_1_QUOTATION_ID_IMAGE_FIELD_FIELD_NAMEGets a Quote's Custom Image FieldConnection
Gets a Quote's Custom Image Field
Authentication
Connected account requiredTags
Gets a list of Quote Documents of a QuoteINSIGHTLY_GET_V3_1_QUOTATION_ID_QUOTATION_DOCUMENTGets a list of Quote Documents of a QuoteConnection
Gets a list of Quote Documents of a Quote
Authentication
Connected account requiredTags
Gets a list of Quote Products of a QuoteINSIGHTLY_GET_V3_1_QUOTATION_ID_QUOTATION_LINE_ITEMGets a list of Quote Products of a QuoteConnection
Gets a list of Quote Products of a Quote
Authentication
Connected account requiredTags
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.Connection
Simple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.
Authentication
Connected account requiredTags
Gets a Quote ProductINSIGHTLY_GET_V3_1_QUOTATION_LINE_ITEM_IDGets a Quote ProductConnection
Gets a Quote Product
Authentication
Connected account requiredTags
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 FieldConnection
Gets a Quote Product's Custom Image Field
Authentication
Connected account requiredTags
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.Connection
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 requiredTags
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.Connection
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 requiredTags
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=contactsConnection
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 requiredTags
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.Connection
Simple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.
Authentication
Connected account requiredTags
Gets a TaskINSIGHTLY_GET_V3_1_TASKS_IDGets a TaskConnection
Gets a Task
Authentication
Connected account requiredTags
Gets a Task's CommentsINSIGHTLY_GET_V3_1_TASKS_ID_COMMENTSGets a Task's CommentsConnection
Gets a Task's Comments
Authentication
Connected account requiredTags
Gets a Follow state for a TaskINSIGHTLY_GET_V3_1_TASKS_ID_FOLLOWGets a Follow state for a TaskConnection
Gets a Follow state for a Task
Authentication
Connected account requiredTags
Gets a Task's Custom Image FieldINSIGHTLY_GET_V3_1_TASKS_ID_IMAGE_FIELD_FIELD_NAMEGets a Task's Custom Image FieldConnection
Gets a Task's Custom Image Field
Authentication
Connected account requiredTags
Gets a Task's LinksINSIGHTLY_GET_V3_1_TASKS_ID_LINKSGets a Task's LinksConnection
Gets a Task's Links
Authentication
Connected account requiredTags
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.Connection
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 requiredTags
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.Connection
Simple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.
Authentication
Connected account requiredTags
Gets a TicketINSIGHTLY_GET_V3_1_TICKET_IDGets a TicketConnection
Gets a Ticket
Authentication
Connected account requiredTags
Gets a Ticket's CommentsINSIGHTLY_GET_V3_1_TICKET_ID_COMMENTSGets a Ticket's CommentsConnection
Gets a Ticket's Comments
Authentication
Connected account requiredTags
Gets a Follow state for a TicketINSIGHTLY_GET_V3_1_TICKET_ID_FOLLOWGets a Follow state for a TicketConnection
Gets a Follow state for a Ticket
Authentication
Connected account requiredTags
Gets a Ticket's Custom Image FieldINSIGHTLY_GET_V3_1_TICKET_ID_IMAGE_FIELD_FIELD_NAMEGets a Ticket's Custom Image FieldConnection
Gets a Ticket's Custom Image Field
Authentication
Connected account requiredTags
Gets a Ticket's TagsINSIGHTLY_GET_V3_1_TICKET_ID_TAGSGets a Ticket's TagsConnection
Gets a Ticket's Tags
Authentication
Connected account requiredTags
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.Connection
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 requiredTags
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.Connection
Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.
Authentication
Connected account requiredTags
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.Connection
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 requiredTags
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.Connection
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 requiredTags
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.Connection
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 requiredTags
Start following a ForumINSIGHTLY_POST_V3_1_COMMUNITY_FORUMS_ID_FOLLOWStart following a ForumConnection
Start following a Forum
Authentication
Connected account requiredTags
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.Connection
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 requiredTags
Adds a Forum Comment to a Forum PostINSIGHTLY_POST_V3_1_COMMUNITY_POSTS_ID_COMMUNITY_COMMENTSAdds a Forum Comment to a Forum PostConnection
Adds a Forum Comment to a Forum Post
Authentication
Connected account requiredTags
Start following a Forum PostINSIGHTLY_POST_V3_1_COMMUNITY_POSTS_ID_FOLLOWStart following a Forum PostConnection
Start following a Forum Post
Authentication
Connected account requiredTags
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.Connection
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 requiredTags
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.Connection
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 requiredTags
Start following a ContactINSIGHTLY_POST_V3_1_CONTACTS_ID_FOLLOWStart following a ContactConnection
Start following a Contact
Authentication
Connected account requiredTags
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.Connection
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 requiredTags
Start following an EmailINSIGHTLY_POST_V3_1_EMAILS_ID_FOLLOWStart following an EmailConnection
Start following an Email
Authentication
Connected account requiredTags
Adds a LinkINSIGHTLY_POST_V3_1_EMAILS_ID_LINKSAdds a LinkConnection
Adds a Link
Authentication
Connected account requiredTags
Adds a Tag to an EmailINSIGHTLY_POST_V3_1_EMAILS_ID_TAGSAdds a Tag to an EmailConnection
Adds a Tag to an Email
Authentication
Connected account requiredTags
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.Connection
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 requiredTags
Adds a LinkINSIGHTLY_POST_V3_1_EVENTS_ID_LINKSAdds a LinkConnection
Adds a Link
Authentication
Connected account requiredTags
Start following a Forum CategoryINSIGHTLY_POST_V3_1_FORUM_CATEGORIES_ID_FOLLOWStart following a Forum CategoryConnection
Start following a Forum Category
Authentication
Connected account requiredTags
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.Connection
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 requiredTags
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.Connection
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 requiredTags
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.Connection
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 requiredTags
Start following a Knowledge ArticleINSIGHTLY_POST_V3_1_KNOWLEDGE_ARTICLE_ID_FOLLOWStart following a Knowledge ArticleConnection
Start following a Knowledge Article
Authentication
Connected account requiredTags
Adds a Tag to a Knowledge ArticleINSIGHTLY_POST_V3_1_KNOWLEDGE_ARTICLE_ID_TAGSAdds a Tag to a Knowledge ArticleConnection
Adds a Tag to a Knowledge Article
Authentication
Connected account requiredTags
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.Connection
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 requiredTags
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.Connection
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 requiredTags
Adds an Activity Set to a LeadINSIGHTLY_POST_V3_1_LEADS_ID_ACTIVITY_SET_ASSIGNMENTAdds an Activity Set to a LeadConnection
Adds an Activity Set to a Lead
Authentication
Connected account requiredTags
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.Connection
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 requiredTags
Start following a LeadINSIGHTLY_POST_V3_1_LEADS_ID_FOLLOWStart following a LeadConnection
Start following a Lead
Authentication
Connected account requiredTags
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.Connection
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 requiredTags
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.Connection
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 requiredTags
Adds a Tag to a LeadINSIGHTLY_POST_V3_1_LEADS_ID_TAGSAdds a Tag to a LeadConnection
Adds a Tag to a Lead
Authentication
Connected account requiredTags
Adds a Comment to a NoteINSIGHTLY_POST_V3_1_NOTES_ID_COMMENTAdds a Comment to a NoteConnection
Adds a Comment to a Note
Authentication
Connected account requiredTags
Adds a Comment to a NoteINSIGHTLY_POST_V3_1_NOTES_ID_COMMENTSAdds a Comment to a NoteConnection
Adds a Comment to a Note
Authentication
Connected account requiredTags
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.Connection
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 requiredTags
Start following a NoteINSIGHTLY_POST_V3_1_NOTES_ID_FOLLOWStart following a NoteConnection
Start following a Note
Authentication
Connected account requiredTags
Adds a LinkINSIGHTLY_POST_V3_1_NOTES_ID_LINKSAdds a LinkConnection
Adds a Link
Authentication
Connected account requiredTags
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.Connection
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 requiredTags
Adds an Activity Set to an OpportunityINSIGHTLY_POST_V3_1_OPPORTUNITIES_ID_ACTIVITY_SET_ASSIGNMENTAdds an Activity Set to an OpportunityConnection
Adds an Activity Set to an Opportunity
Authentication
Connected account requiredTags
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.Connection
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 requiredTags
Start following an OpportunityINSIGHTLY_POST_V3_1_OPPORTUNITIES_ID_FOLLOWStart following an OpportunityConnection
Start following an Opportunity
Authentication
Connected account requiredTags
Adds a LinkINSIGHTLY_POST_V3_1_OPPORTUNITIES_ID_LINKSAdds a LinkConnection
Adds a Link
Authentication
Connected account requiredTags
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.Connection
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 requiredTags
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.Connection
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 requiredTags
Adds an Opportunity Product to an OpportunityINSIGHTLY_POST_V3_1_OPPORTUNITIES_ID_OPPORTUNITY_LINE_ITEMAdds an Opportunity Product to an OpportunityConnection
Adds an Opportunity Product to an Opportunity
Authentication
Connected account requiredTags
Adds a Tag to an OpportunityINSIGHTLY_POST_V3_1_OPPORTUNITIES_ID_TAGSAdds a Tag to an OpportunityConnection
Adds a Tag to an Opportunity
Authentication
Connected account requiredTags
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.Connection
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 requiredTags
Adds an Activity Set to an OrganisationINSIGHTLY_POST_V3_1_ORGANISATIONS_ID_ACTIVITY_SET_ASSIGNMENTAdds an Activity Set to an OrganisationConnection
Adds an Activity Set to an Organisation
Authentication
Connected account requiredTags
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.Connection
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 requiredTags
Start following an OrganisationINSIGHTLY_POST_V3_1_ORGANISATIONS_ID_FOLLOWStart following an OrganisationConnection
Start following an Organisation
Authentication
Connected account requiredTags
Adds a LinkINSIGHTLY_POST_V3_1_ORGANISATIONS_ID_LINKSAdds a LinkConnection
Adds a Link
Authentication
Connected account requiredTags
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.Connection
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 requiredTags
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.Connection
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 requiredTags
Adds a Tag to an OrganisationINSIGHTLY_POST_V3_1_ORGANISATIONS_ID_TAGSAdds a Tag to an OrganisationConnection
Adds a Tag to an Organisation
Authentication
Connected account requiredTags
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.Connection
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 requiredTags
Start following a Price BookINSIGHTLY_POST_V3_1_PRICEBOOK_ID_FOLLOWStart following a Price BookConnection
Start following a Price Book
Authentication
Connected account requiredTags
Adds a Price Book Entry to a Price BookINSIGHTLY_POST_V3_1_PRICEBOOK_ID_PRICEBOOK_ENTRYAdds a Price Book Entry to a Price BookConnection
Adds a Price Book Entry to a Price Book
Authentication
Connected account requiredTags
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.Connection
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 requiredTags
Start following a ProductINSIGHTLY_POST_V3_1_PRODUCT_ID_FOLLOWStart following a ProductConnection
Start following a Product
Authentication
Connected account requiredTags
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.Connection
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 requiredTags
Adds a Price Book Entry to a ProductINSIGHTLY_POST_V3_1_PRODUCT_ID_PRICEBOOK_ENTRYAdds a Price Book Entry to a ProductConnection
Adds a Price Book Entry to a Product
Authentication
Connected account requiredTags
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.Connection
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 requiredTags
Adds an Activity Set to a ProjectINSIGHTLY_POST_V3_1_PROJECTS_ID_ACTIVITY_SET_ASSIGNMENTAdds an Activity Set to a ProjectConnection
Adds an Activity Set to a Project
Authentication
Connected account requiredTags
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.Connection
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 requiredTags
Start following a ProjectINSIGHTLY_POST_V3_1_PROJECTS_ID_FOLLOWStart following a ProjectConnection
Start following a Project
Authentication
Connected account requiredTags
Adds a LinkINSIGHTLY_POST_V3_1_PROJECTS_ID_LINKSAdds a LinkConnection
Adds a Link
Authentication
Connected account requiredTags
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.Connection
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 requiredTags
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.Connection
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 requiredTags
Adds a Tag to a ProjectINSIGHTLY_POST_V3_1_PROJECTS_ID_TAGSAdds a Tag to a ProjectConnection
Adds a Tag to a Project
Authentication
Connected account requiredTags
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.Connection
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 requiredTags
Start following a ProspectINSIGHTLY_POST_V3_1_PROSPECT_ID_FOLLOWStart following a ProspectConnection
Start following a Prospect
Authentication
Connected account requiredTags
Adds a Tag to a ProspectINSIGHTLY_POST_V3_1_PROSPECT_ID_TAGSAdds a Tag to a ProspectConnection
Adds a Tag to a Prospect
Authentication
Connected account requiredTags
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.Connection
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 requiredTags
Start following a QuoteINSIGHTLY_POST_V3_1_QUOTATION_ID_FOLLOWStart following a QuoteConnection
Start following a Quote
Authentication
Connected account requiredTags
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.Connection
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 requiredTags
Adds a Quote Product to a QuoteINSIGHTLY_POST_V3_1_QUOTATION_ID_QUOTATION_LINE_ITEMAdds a Quote Product to a QuoteConnection
Adds a Quote Product to a Quote
Authentication
Connected account requiredTags
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.Connection
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 requiredTags
Adds a Comment to a TaskINSIGHTLY_POST_V3_1_TASKS_ID_COMMENTSAdds a Comment to a TaskConnection
Adds a Comment to a Task
Authentication
Connected account requiredTags
Start following a TaskINSIGHTLY_POST_V3_1_TASKS_ID_FOLLOWStart following a TaskConnection
Start following a Task
Authentication
Connected account requiredTags
Adds a LinkINSIGHTLY_POST_V3_1_TASKS_ID_LINKSAdds a LinkConnection
Adds a Link
Authentication
Connected account requiredTags
Adds a Team MemberINSIGHTLY_POST_V3_1_TEAMS_ID_TEAM_MEMBERSAdds a Team MemberConnection
Adds a Team Member
Authentication
Connected account requiredTags
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.Connection
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 requiredTags
Adds a Comment to a TicketINSIGHTLY_POST_V3_1_TICKET_ID_COMMENTSAdds a Comment to a TicketConnection
Adds a Comment to a Ticket
Authentication
Connected account requiredTags
Start following a TicketINSIGHTLY_POST_V3_1_TICKET_ID_FOLLOWStart following a TicketConnection
Start following a Ticket
Authentication
Connected account requiredTags
Adds a Tag to a TicketINSIGHTLY_POST_V3_1_TICKET_ID_TAGSAdds a Tag to a TicketConnection
Adds a Tag to a Ticket
Authentication
Connected account requiredTags
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.Connection
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 requiredTags
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.Connection
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 requiredTags
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.Connection
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 requiredTags
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.Connection
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 requiredTags
Updates a Forum Comment of a Forum PostINSIGHTLY_PUT_V3_1_COMMUNITY_POSTS_ID_COMMUNITY_COMMENTSUpdates a Forum Comment of a Forum PostConnection
Updates a Forum Comment of a Forum Post
Authentication
Connected account requiredTags
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.Connection
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 requiredTags
Updates an Email's TagsINSIGHTLY_PUT_V3_1_EMAILS_ID_TAGSUpdates an Email's TagsConnection
Updates an Email's Tags
Authentication
Connected account requiredTags
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.Connection
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 requiredTags
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.Connection
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 requiredTags
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.Connection
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 requiredTags
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.Connection
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 requiredTags
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.Connection
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 requiredTags
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.Connection
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 requiredTags
Updates a Knowledge Article's TagsINSIGHTLY_PUT_V3_1_KNOWLEDGE_ARTICLE_ID_TAGSUpdates a Knowledge Article's TagsConnection
Updates a Knowledge Article's Tags
Authentication
Connected account requiredTags
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.Connection
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 requiredTags
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.Connection
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 requiredTags
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.Connection
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 requiredTags
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.Connection
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 requiredTags
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.Connection
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 requiredTags
Updates a Lead's TagsINSIGHTLY_PUT_V3_1_LEADS_ID_TAGSUpdates a Lead's TagsConnection
Updates a Lead's Tags
Authentication
Connected account requiredTags
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.Connection
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 requiredTags
Updates a Comment of a NoteINSIGHTLY_PUT_V3_1_NOTES_ID_COMMENTUpdates a Comment of a NoteConnection
Updates a Comment of a Note
Authentication
Connected account requiredTags
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.Connection
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 requiredTags
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.Connection
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 requiredTags
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.Connection
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 requiredTags
Updates a LinkINSIGHTLY_PUT_V3_1_OPPORTUNITIES_ID_LINKSUpdates a LinkConnection
Updates a Link
Authentication
Connected account requiredTags
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.Connection
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 requiredTags
Updates an Opportunity Product of an OpportunityINSIGHTLY_PUT_V3_1_OPPORTUNITIES_ID_OPPORTUNITY_LINE_ITEMUpdates an Opportunity Product of an OpportunityConnection
Updates an Opportunity Product of an Opportunity
Authentication
Connected account requiredTags
Updates an Opportunity's TagsINSIGHTLY_PUT_V3_1_OPPORTUNITIES_ID_TAGSUpdates an Opportunity's TagsConnection
Updates an Opportunity's Tags
Authentication
Connected account requiredTags
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.Connection
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 requiredTags
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.Connection
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 requiredTags
Updates an Organisation's DatesINSIGHTLY_PUT_V3_1_ORGANISATIONS_ID_DATESUpdates an Organisation's DatesConnection
Updates an Organisation's Dates
Authentication
Connected account requiredTags
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.Connection
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 requiredTags
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.Connection
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 requiredTags
Updates a LinkINSIGHTLY_PUT_V3_1_ORGANISATIONS_ID_LINKSUpdates a LinkConnection
Updates a Link
Authentication
Connected account requiredTags
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.Connection
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 requiredTags
Updates an Organisation's TagsINSIGHTLY_PUT_V3_1_ORGANISATIONS_ID_TAGSUpdates an Organisation's TagsConnection
Updates an Organisation's Tags
Authentication
Connected account requiredTags
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.Connection
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 requiredTags
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.Connection
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 requiredTags
Updates a Price Book Entry of a Price BookINSIGHTLY_PUT_V3_1_PRICEBOOK_ID_PRICEBOOK_ENTRYUpdates a Price Book Entry of a Price BookConnection
Updates a Price Book Entry of a Price Book
Authentication
Connected account requiredTags
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.Connection
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 requiredTags
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.Connection
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 requiredTags
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.Connection
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 requiredTags
Updates a Price Book Entry of a ProductINSIGHTLY_PUT_V3_1_PRODUCT_ID_PRICEBOOK_ENTRYUpdates a Price Book Entry of a ProductConnection
Updates a Price Book Entry of a Product
Authentication
Connected account requiredTags
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.Connection
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 requiredTags
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.Connection
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 requiredTags
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.Connection
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 requiredTags
Updates a LinkINSIGHTLY_PUT_V3_1_PROJECTS_ID_LINKSUpdates a LinkConnection
Updates a Link
Authentication
Connected account requiredTags
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.Connection
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 requiredTags
Changes current pipeline for the ProjectINSIGHTLY_PUT_V3_1_PROJECTS_ID_PIPELINEChanges current pipeline for the ProjectConnection
Changes current pipeline for the Project
Authentication
Connected account requiredTags
Changes current pipeline stage for the ProjectINSIGHTLY_PUT_V3_1_PROJECTS_ID_PIPELINE_STAGEChanges current pipeline stage for the ProjectConnection
Changes current pipeline stage for the Project
Authentication
Connected account requiredTags
Updates a Project's TagsINSIGHTLY_PUT_V3_1_PROJECTS_ID_TAGSUpdates a Project's TagsConnection
Updates a Project's Tags
Authentication
Connected account requiredTags
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.Connection
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 requiredTags
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.Connection
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 requiredTags
Updates a Prospect's TagsINSIGHTLY_PUT_V3_1_PROSPECT_ID_TAGSUpdates a Prospect's TagsConnection
Updates a Prospect's Tags
Authentication
Connected account requiredTags
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.Connection
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 requiredTags
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.Connection
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 requiredTags
Updates a Quote Product of a QuoteINSIGHTLY_PUT_V3_1_QUOTATION_ID_QUOTATION_LINE_ITEMUpdates a Quote Product of a QuoteConnection
Updates a Quote Product of a Quote
Authentication
Connected account requiredTags
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.Connection
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 requiredTags
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.Connection
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 requiredTags
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.Connection
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 requiredTags
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.Connection
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 requiredTags
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.Connection
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 requiredTags
Updates a Ticket's TagsINSIGHTLY_PUT_V3_1_TICKET_ID_TAGSUpdates a Ticket's TagsConnection
Updates a Ticket's Tags
Authentication
Connected account requiredTags
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.Connection
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 requiredTags
Updates a Forum Post of a ForumINSIGHTLY_UPDATE_CHILD_ENTITYUpdates a Forum Post of a ForumConnection
Updates a Forum Post of a Forum
Authentication
Connected account requiredTags
Updates a Contact's DatesINSIGHTLY_UPDATE_DATESUpdates a Contact's DatesConnection
Updates a Contact's Dates
Authentication
Connected account requiredTags
Updates an Organisation's Email DomainsINSIGHTLY_UPDATE_EMAIL_DOMAINSUpdates an Organisation's Email DomainsConnection
Updates an Organisation's Email Domains
Authentication
Connected account requiredTags
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.Connection
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 requiredTags
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.Connection
This endpoint is used to update an existing File Category. This endpoint is only accessible to users with administrator permission.
Authentication
Connected account requiredTags
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.Connection
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 requiredTags
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.Connection
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 requiredTags
Updates a Lead SourceINSIGHTLY_UPDATE_LEAD_SOURCEThis endpoint is used to update an existing lead source.Connection
This endpoint is used to update an existing lead source.
Authentication
Connected account requiredTags
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.Connection
This endpoint is used to update an existing lead status. This endpoint is only accessible to users with administrator access.
Authentication
Connected account requiredTags
Updates a LinkINSIGHTLY_UPDATE_LINKUpdates a LinkConnection
Updates a Link
Authentication
Connected account requiredTags
Updates a MilestoneINSIGHTLY_UPDATE_MILESTONEUpdates a MilestoneConnection
Updates a Milestone
Authentication
Connected account requiredTags
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.Connection
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 requiredTags
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.Connection
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 requiredTags
Updates an Opportunity StateINSIGHTLY_UPDATE_OPPORTUNITY_STATEUpdates an Opportunity StateConnection
Updates an Opportunity State
Authentication
Connected account requiredTags
Changes current pipeline for the OpportunityINSIGHTLY_UPDATE_PIPELINEChanges current pipeline for the OpportunityConnection
Changes current pipeline for the Opportunity
Authentication
Connected account requiredTags
Changes current pipeline stage for the OpportunityINSIGHTLY_UPDATE_PIPELINE_STAGEChanges current pipeline stage for the OpportunityConnection
Changes current pipeline stage for the Opportunity
Authentication
Connected account requiredTags
Changes current Price Book for the OpportunityINSIGHTLY_UPDATE_PRICEBOOKChanges current Price Book for the OpportunityConnection
Changes current Price Book for the Opportunity
Authentication
Connected account requiredTags
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.Connection
This endpoint is used to update an existing project category. This endpoint is only accessible to users with administrator permission.
Authentication
Connected account requiredTags
Updates a Prospect's static list membershipsINSIGHTLY_UPDATE_STATIC_LIST_MEMBERSHIPUpdates a Prospect's static list membershipsConnection
Updates a Prospect's static list memberships
Authentication
Connected account requiredTags
Updates a Contact's TagsINSIGHTLY_UPDATE_TAGSUpdates a Contact's TagsConnection
Updates a Contact's Tags
Authentication
Connected account requiredTags
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.Connection
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 requiredTags
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.Connection
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 requiredTags
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.Connection
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 requiredTags