
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
n8n-nodes-signifycrmapi
Advanced tools
This is an n8n community node. It lets you make generic REST API calls to SignifyCRM within your n8n workflows.
SignifyCRM is a powerful CRM platform serving APAC businesses since 2006, helping teams automate sales pipelines, manage marketing campaigns, and streamline customer support.
The SignifyCRM API node provides access to:
n8n is a fair-code licensed workflow automation platform.
Installation Operations Credentials Compatibility Usage Resources Version history License
Follow the community nodes installation guide, then install this package:
npm install n8n-nodes-signifycrm-api
Select a Resource from the dropdown, then fill in its parameters:
| Resource | Description |
|---|---|
| getAvailableModules | List all modules available in your SignifyCRM instance |
| getEntry | Retrieve a single record by moduleName and recordId |
| getEntries | Retrieve multiple records by moduleName and a list of recordIds |
| getEntryList | Search or list records with strQuery, strOrderBy, offset, maxResults, etc. |
| getModuleFields | Fetch field metadata for a given moduleName |
| getUserId | Retrieve the current authenticated user’s ID |
| getUserProfile | Retrieve the current authenticated user’s profile |
| setEntry | Create or update any record by supplying moduleName and nameValueList |
To connect your workflows to SignifyCRM, you must create a SignifyCRM API credential in n8n.
https://example.signifycrm.com).This node uses SignifyCRM’s REST-API login endpoint (POST /rest_api/v1/rest/login) to authenticate on every request. Your API key is sent in the request body along with your login credentials.
https://example.signifycrm.com)./rest_api/v1/rest/login. If the test succeeds, your credential is ready to use.For more details on SignifyCRM authentication, refer to the SignifyCRM API docs.
If you’re new to n8n, check out the Try it out guide first.
Add the node
On your workflow canvas click the “+” button and search for SignifyCRM.
Select your credential
In the node’s Credentials dropdown, pick the SignifyCRM API you created.
Choose a resource & operation
Fill in the parameters
Connect to other nodes
Execute the workflow
1.0.0 (2025-05-20)
This project is licensed under the MIT License.
FAQs
SignifyCRM API n8n nodes
We found that n8n-nodes-signifycrmapi demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.