
Product
Introducing Webhook Events for Alert Changes
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.
n8n-nodes-insyte
Advanced tools
This is an n8n community node for the Insyte CRM API, specifically designed for the Window Furnishings Industry.
This node is AI-tool ready and can be used with n8n's AI Agent nodes for natural language CRM operations.
N8N_COMMUNITY_PACKAGES_ALLOW_TOOL_USAGE=true
Access Insyte CRM data (read-only):
Create new leads with scheduled appointments:
Follow the installation guide in the n8n community nodes documentation.
npm install n8n-nodes-insyte
Add the following to your docker-compose.yml:
environment:
- N8N_COMMUNITY_PACKAGES_ENABLED=true
Then install via the n8n UI or by adding to your dockerfile.
To use this node, you'll need:
https://new-api.insyteblinds.comContact your Insyte administrator or refer to the Insyte API documentation for obtaining API credentials.
Standard resources (Activities, Companies, Contacts, Invoices, Jobs, Opportunities, Payments) support:
Note: The Insyte API provides read-only access to CRM data. To create or modify records, use the Insyte application directly.
The Live Diary resource provides the only write operations available via the API:
The node supports OData query parameters for filtering and sorting:
$filter - Filter results (e.g., FirstName eq 'John')$select - Select specific fields$orderby - Sort results (e.g., LastName desc)$expand - Include related entities$top / $skip - Pagination{
"resource": "contact",
"operation": "getAll",
"returnAll": true
}
{
"resource": "contact",
"operation": "create",
"fields": {
"FirstName": "John",
"LastName": "Doe",
"Email": "john.doe@example.com",
"Phone": "+61 2 9999 9999"
}
}
{
"resource": "company",
"operation": "getAll",
"additionalFields": {
"filter": "State eq 'NSW'",
"orderby": "Name asc"
}
}
FirstName, LastNameEmail, Phone, MobileCompanyIDAddress, City, State, PostcodeName, TradingNameABNEmail, PhoneAddress, City, State, PostcodeSubject, DescriptionType, Status, PriorityDueDateContactID, CompanyID, AssignedToName, DescriptionStage, Probability, AmountCloseDateContactID, CompanyID, OwnerIDJobNumber, DescriptionStatusStartDate, EndDateTotalAmountContactID, CompanyIDSiteAddressInvoiceNumberDate, DueDateStatusTotalAmount, TaxAmountContactID, CompanyID, JobIDPaymentNumberDate, AmountMethod, ReferenceContactID, CompanyID, InvoiceID# Clone the repository
git clone https://github.com/jezweb/n8n-nodes-insyte.git
# Install dependencies
npm install
# Build the node
npm run build
# Run tests
npm test
Contributions are welcome! Please feel free to submit a Pull Request.
For issues and feature requests, please use the GitHub issues page.
This is a community node and is not officially supported by Insyte or n8n. Use at your own risk.
FAQs
n8n node for Insyte CRM API (Window Furnishings Industry)
The npm package n8n-nodes-insyte receives a total of 1 weekly downloads. As such, n8n-nodes-insyte popularity was classified as not popular.
We found that n8n-nodes-insyte demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.

Product
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.

Product
Bringing supply chain security to the next generation of JavaScript package managers