Licence
MIT
Version
0.4.1
Deps
0
Size
32 kB
Vulns
0
Weekly
0
@junglesub/n8n-nodes-ajam
Custom n8n community node package for aJam automation.
Nodes
aJamAI Cleanup > Run Scheduled CleanupDaily Reminder > List Missing Timesheet UsersDaily Reminder > Mark Reminder SentNotion > Run Daily Maintenance
The node has two outputs:
Summary: normal operation results.Alerts: alert-ready items for failed Notion maintenance or AI cleanup runs. This output is empty when there are no automation errors.
Credentials
Create an aJam API credential in n8n:
Base URL: deployed aJam URL, for examplehttps://ajam.example.comInternal API Token: same value asAJAM_INTERNAL_API_TOKENin aJam
Local Install
Build the package from the repository root:
pnpm --filter @junglesub/n8n-nodes-ajam build
Install from the public npm registry:
pnpm add @junglesub/n8n-nodes-ajam
Publish
The package publishes to the public npm registry. GitHub Actions publishes automatically when the package version changes on main and n8n node verification passes. npm Trusted Publishing must be configured for this repository and workflow on npmjs.com.
Manual publish, if needed:
pnpm --filter @junglesub/n8n-nodes-ajam build
cd packages/n8n-nodes-ajam
pnpm publish --access public