@digital-boss/n8n-nodes-activecampaign-legacy v1.0.0
Inofficial release
Incomplete and just for testing purposes.
If you have n8n installed: Install custom nodes module
Install it to the n8n root folder. This is the node_modules folder on the same level of n8n and n8n-core. This differs when you used the -g flag on n8n initial installation. From there do:
npm install n8n-nodes-dnc-activecampaign-legacyFresh install n8n
Navigate to desired folder, create a package json and install n8n like so:
cd /var/www/vhosts/
mkdir my-n8n && cd my-n8n
npm init --yes
npm install n8n
npm install n8n-nodes-dnc-activecampaign-legacyStart n8n
Directly:
n8nPlesk or C-Panel:
node /var/www/vhosts/n8n/bin/n8nLatest functionality
Access to the old API.
Use
Pass a data object.
Contribution
To make this node even better, please let us know, how you use it. Commits are always welcome.
Issues
If you have any issues, please let us know on GitHub.
About
Special thanks to N8n nodemation workflow automation by Jan Oberhauser.
Support by digital-north-consulting.com.
This node was programmed with :heart: by Jan Oberhauser. Because it is not intended to be integrated in the official ActiveCampaign node it was extended and prepared for inofficial release by Iñaki Breinbauer quansenB.
4 years ago