n8n-nodes-soft-amocrm
v0.1.4
Published
SOFT fork of n8n node for AmoCRM API
Downloads
579
Maintainers
Readme
n8n-nodes-soft-amocrm
SOFT fork of the original n8n-nodes-amocrm community node for n8n.
Fork credits:
- Original project author: Yaroslav Tolstoy (
@yatolstoy) - This fork extends operations and maintenance for SOFT use cases
What This Fork Adds
Besides base AmoCRM resources, this fork includes:
unsorted,pipelines,statuseswebhooks,links,eventsamojo(send message endpoint)customers+ transactions + bonus pointscustomFields,tagsmerge(leads/contacts merge info + save)talks,salesbot,shortLinks,mailajaxhelpers (lead timeline, multiaction status)- transport retry/backoff for
429/5xxwithRetry-Aftersupport
Installation In n8n
Install as a community node:
- Open Settings -> Community Nodes
- Click Install
- Enter package name:
n8n-nodes-soft-amocrm - Confirm risks and install
Node name in n8n UI:
- Display name:
Soft AmoCRM - Node id:
softAmocrm
Credentials
Supported auth modes:
- OAuth2 credential (
amocrmOAuth2Api) - Long-lived token credential (
amocrmLongLivedApi)
Publish To npm (for community install)
- Prepare account:
npm login- Ensure package name is free:
npm view n8n-nodes-soft-amocrm
- Build and check:
npm installnpm run buildnpm run lint
- Publish:
npm publish --access public
- Verify:
npm view n8n-nodes-soft-amocrm version- Install it in n8n via Community Nodes
Local Install Without npm Publish
From n8n host:
- Build this project:
npm installnpm run build
- Copy package folder into n8n custom nodes location and restart n8n
Alternative for local testing:
npm pack- install produced
.tgzon n8n host
Ethics / Attribution Note
Best practice for forks:
- keep original attribution visible
- use a distinct package name
- avoid impersonating original author identity
This fork follows that approach.
