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:

  1. Settings → Community Nodes → Install
  2. Enter n8n-nodes-tellzm
  3. Accept the warning about community packages
  4. 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)

ResourceOperations
Taskget / list / search / create / update / delete / complete
Projectget / list / create / update / delete
Formget / list / listSubmissions / submit / deleteSubmission
Form-ProcesslistTemplates / getTemplate / listInstances / getInstance / trigger / fireAction / transition / cloneTemplate / archiveTemplate
Pageget / list / search / create / update / delete / appendBlocks
Data TablelistTables / getTable / listRecords / getRecord / createRecord / updateRecord / upsertRecord / deleteRecord / bulkRecords
CalendarlistSubCalendars / getEvent / listEvents / queryRange / createEvent / updateEvent / deleteEvent
Routineget / list / listRuns / submitTaskValue / updateRoutineTask
Raw APIescape hatch for any endpoint the wrapper doesn't surface

Triggers (Tellzm Trigger node)

  • task.created / .updated / .completed / .deleted
  • project.created
  • form.submitted
  • page.published
  • record.upserted
  • calendar.event.created
  • comment.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