n8n-nodes-dealflow
v0.1.0
Published
n8n community node for Deal Flow — pipeline and deal management plugin for Mautic
Maintainers
Readme
n8n-nodes-dealflow
This is an n8n community node for Deal Flow, a pipeline and deal management plugin for Mautic.
Installation
In your n8n instance, go to Settings > Community Nodes and install:
n8n-nodes-dealflowOr install via CLI:
npm install n8n-nodes-dealflowPrerequisites
- A Mautic instance with the Deal Flow plugin installed
- API Basic Auth enabled in Mautic (Configuration > API Settings)
- A Mautic user with API access
Credentials
- In n8n, create new credentials of type Deal Flow API
- Enter your Mautic base URL (e.g.,
https://mautic.example.com) - Enter your Mautic username and password
Resources & Operations
Deal
- Create a new deal
- Get a deal by ID
- Get All deals with filters (pipeline, status, search, owner, company)
- Update an existing deal
- Move Stage to change a deal's pipeline stage
Note
- Create a note on a deal
Task
- Create a task on a deal
- Update an existing task
Contact
- Add a contact to a deal (with optional role label for Buying Committee tracking)
Timeline
- Get the full timeline/audit trail for a deal
Dynamic Dropdowns
Pipeline and stage fields use dynamic dropdowns that load options from your Mautic instance. The stage dropdown filters based on the selected pipeline.
API Documentation
Full API documentation is available at dealflowplugin.com/docs/api.
