n8n community node for Elfsquad CPQ — entity CRUD, function invocation, and webhook triggers via the Elfsquad Data API.
Interact with the Elfsquad Data API:
- Entity — Create, Read, Update, Delete, and Get Many (with OData query support)
- Function — Invoke custom functions
Starts a workflow when an Elfsquad event occurs via webhooks.
This node uses OAuth2 authentication. You will need to configure an OAuth2 application in the Elfsquad Integration Studio.
- Go to Settings > Community Nodes in your n8n instance
- Select Install a community node
- Enter
n8n-nodes-elfsquad - Confirm the installation
cd ~/.n8n/nodes
npm install n8n-nodes-elfsquadRestart n8n after installation.