Overview
Install, connect, and use the Tellzm n8n community nodes.
The n8n-nodes-tellzm community package lets you build n8n workflows that read, create, update, and react to events in your Tellzm workspaces. Tasks, projects, forms, processes, pages, data tables, calendars, and routines are all first-class.
Install
In your n8n instance:
- Settings → Community Nodes → Install
- Enter
n8n-nodes-tellzm - Accept the warning about community packages
- Restart n8n if your install requires it
You'll see two new nodes in the palette: Tellzm (actions) and Tellzm Trigger (event-driven).
If install fails with EACCES: permission denied, see Troubleshooting.
What's included
Actions (Tellzm node)
| Resource | Operations |
|---|---|
| Task | get / list / search / create / update / delete / complete |
| Project | get / list / create / update / delete |
| Form | get / list / listSubmissions / submit / deleteSubmission |
| Form-Process | listTemplates / getTemplate / listInstances / getInstance / trigger / fireAction / transition / cloneTemplate / archiveTemplate |
| Page | get / list / search / create / update / delete / appendBlocks |
| Data Table | listTables / getTable / listRecords / getRecord / createRecord / updateRecord / upsertRecord / deleteRecord / bulkRecords |
| Calendar | listSubCalendars / getEvent / listEvents / queryRange / createEvent / updateEvent / deleteEvent |
| Routine | get / list / listRuns / submitTaskValue / updateRoutineTask |
| Raw API | escape hatch for any endpoint the wrapper doesn't surface |
Triggers (Tellzm Trigger node)
task.created/.updated/.completed/.deletedproject.createdform.submittedpage.publishedrecord.upsertedcalendar.event.createdcomment.added
Each trigger accepts an optional filter tree so you can subscribe narrowly.
Connect
The credential uses OAuth 2.0 with PKCE — there is no client secret. See Credentials for the full setup walkthrough.
Multi-workspace
A single credential can target several workspaces. During the consent flow you pick which workspaces this connection can act on, and optionally allow auto-inclusion of workspaces you create later. Then, on each Tellzm action node, the Workspace dropdown lets you pick the target for that specific call.
Source + bug reports
- npm: https://www.npmjs.com/package/n8n-nodes-tellzm
- License: MIT