{"id":51289591,"url":"https://github.com/n8n-code/n8n-nodes-etherpad","last_synced_at":"2026-06-30T09:02:30.045Z","repository":{"id":364498635,"uuid":"1267082987","full_name":"n8n-code/n8n-nodes-etherpad","owner":"n8n-code","description":"Etherpad: real-time collaborative editor, scalable, self-hosted, full data export.","archived":false,"fork":false,"pushed_at":"2026-06-13T07:53:24.000Z","size":98,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-13T09:25:34.110Z","etag":null,"topics":["api","automation","etherpad","n8n","n8n-community-node","n8n-node","openapi","swagger","workflow"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/@n8n-dev/n8n-nodes-etherpad","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/n8n-code.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-06-12T07:50:17.000Z","updated_at":"2026-06-13T07:53:27.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/n8n-code/n8n-nodes-etherpad","commit_stats":null,"previous_names":["n8n-code/n8n-nodes-etherpad"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/n8n-code/n8n-nodes-etherpad","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/n8n-code%2Fn8n-nodes-etherpad","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/n8n-code%2Fn8n-nodes-etherpad/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/n8n-code%2Fn8n-nodes-etherpad/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/n8n-code%2Fn8n-nodes-etherpad/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/n8n-code","download_url":"https://codeload.github.com/n8n-code/n8n-nodes-etherpad/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/n8n-code%2Fn8n-nodes-etherpad/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34959509,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-30T02:00:05.919Z","response_time":92,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","automation","etherpad","n8n","n8n-community-node","n8n-node","openapi","swagger","workflow"],"created_at":"2026-06-30T09:02:26.061Z","updated_at":"2026-06-30T09:02:30.034Z","avatar_url":"https://github.com/n8n-code.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @n8n-dev/n8n-nodes-etherpad\n\n![etherpad Banner](banner.svg)\n\n[![npm version](https://img.shields.io/npm/v/@n8n-dev/n8n-nodes-etherpad.svg)](https://www.npmjs.com/package/@n8n-dev/n8n-nodes-etherpad)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\n---\n\n**Stop writing etherpad API integrations by hand.**\n\nEvery time you connect n8n to etherpad, you waste hours mapping endpoints, defining parameters, and debugging schemas. You copy-paste from docs, fix edge cases, and pray nothing breaks.\n\n**What if connecting n8n to etherpad took 5 minutes, not half a day?**\n\nThis node gives you **5+ resources** out of the box: **Pad**, **Author**, **Group**, **Session**, **Default**: with full CRUD operations, typed parameters, and zero manual configuration.\n\n---\n\n## What You Get\n\n- **Zero boilerplate**: Resources, operations, and fields are pre-configured and ready to use\n- **Full CRUD**: Create, read, update, and delete support where the API allows it\n- **Typed parameters**: No more guessing field types\n- **Built-in auth**: API key authentication, ready to go\n- **Declarative**: Native n8n performance, no custom execute() overhead\n\n---\n\n## Install\n\n```bash\nnpm install @n8n-dev/n8n-nodes-etherpad\n```\n\n**Or in n8n:**\n1. **Settings → Community Nodes → Install**\n2. Search: `@n8n-dev/n8n-nodes-etherpad`\n3. Click **Install**\n\n---\n\n## Quick Start\n\n1. Install the node (above)\n2. Add credentials: **etherpad API** → paste your API key\n3. Drag the **etherpad** node into your workflow\n4. Pick a resource → pick an operation → done.\n\nThat's it. No configuration files. No code. It just works.\n\n---\n\n## Resources\n\n\u003cdetails\u003e\n\u003csummary\u003e\u003cb\u003ePad\u003c/b\u003e (42 operations)\u003c/summary\u003e\n\n- Get appends a chat message\n- Post appends a chat message\n- Get returns ok when the current API token is valid\n- Post returns ok when the current API token is valid\n- Get Create Diff HTML Using GET\n- Post Create Diff HTML Using POST\n- Get Create Pad Using GET\n- Post Create Pad Using POST\n- Get deletes a pad\n- Post deletes a pad\n- Get returns the chatHead chat message of the pad\n- Post returns the chatHead chat message of the pad\n- Get returns the chat history\n- Post returns the chat history\n- Get returns the text of a pad formatted as HTML\n- Post returns the text of a pad formatted as HTML\n- Get returns the timestamp of the last revision of the pad\n- Post returns the timestamp of the last revision of the pad\n- Get return true of false\n- Post return true of false\n- Get returns the read only link of a pad\n- Post returns the read only link of a pad\n- Get returns the number of revisions of this pad\n- Post returns the number of revisions of this pad\n- Get returns the text of a pad\n- Post returns the text of a pad\n- Get list all the pads\n- Post list all the pads\n- Get returns an array of authors who contributed to this pad\n- Post returns an array of authors who contributed to this pad\n- Get returns the list of users that are currently editing this pad\n- Post returns the list of users that are currently editing this pad\n- Get returns the number of user that are currently editing this pad\n- Post returns the number of user that are currently editing this pad\n- Get sends a custom message of type msg to the pad\n- Post sends a custom message of type msg to the pad\n- Get sets the text of a pad with HTML\n- Post sets the text of a pad with HTML\n- Get sets a boolean for the public status of a pad\n- Post sets a boolean for the public status of a pad\n- Get sets the text of a pad\n- Post sets the text of a pad\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003e\u003cb\u003eAuthor\u003c/b\u003e (10 operations)\u003c/summary\u003e\n\n- Get creates a new author\n- Post creates a new author\n- Get this functions helps you to map your application author ids to Etherpad author ids\n- Post this functions helps you to map your application author ids to Etherpad author ids\n- Get Returns the Author Name of the author\n- Post Returns the Author Name of the author\n- Get returns an array of all pads this author contributed to\n- Post returns an array of all pads this author contributed to\n- Get returns all sessions of an author\n- Post returns all sessions of an author\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003e\u003cb\u003eGroup\u003c/b\u003e (14 operations)\u003c/summary\u003e\n\n- Get creates a new group\n- Post creates a new group\n- Get this functions helps you to map your application group ids to Etherpad group ids\n- Post this functions helps you to map your application group ids to Etherpad group ids\n- Get creates a new pad in this group\n- Post creates a new pad in this group\n- Get deletes a group\n- Post deletes a group\n- Get List All Groups Using GET\n- Post List All Groups Using POST\n- Get returns all pads of this group\n- Post returns all pads of this group\n- Get List Sessions Of Group Using GET\n- Post List Sessions Of Group Using POST\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003e\u003cb\u003eSession\u003c/b\u003e (6 operations)\u003c/summary\u003e\n\n- Get creates a new session validUntil is an unix timestamp in seconds\n- Post creates a new session validUntil is an unix timestamp in seconds\n- Get deletes a session\n- Post deletes a session\n- Get returns informations about a session\n- Post returns informations about a session\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003e\u003cb\u003eDefault\u003c/b\u003e (24 operations)\u003c/summary\u003e\n\n- Get Append Text Using GET\n- Post Append Text Using POST\n- Get Copy Pad Using GET\n- Post Copy Pad Using POST\n- Get Copy Pad Without History Using GET\n- Post Copy Pad Without History Using POST\n- Get Attribute Pool Using GET\n- Post Get Attribute Pool Using POST\n- Get Pad ID Using GET\n- Post Get Pad ID Using POST\n- Get Revision Changeset Using GET\n- Post Get Revision Changeset Using POST\n- Get Saved Revisions Count Using GET\n- Post Get Saved Revisions Count Using POST\n- Get Stats Using GET\n- Post Get Stats Using POST\n- Get List Saved Revisions Using GET\n- Post List Saved Revisions Using POST\n- Get Move Pad Using GET\n- Post Move Pad Using POST\n- Get Restore Revision Using GET\n- Post Restore Revision Using POST\n- Get Save Revision Using GET\n- Post Save Revision Using POST\n\n\u003c/details\u003e\n\n---\n\n## Why This Node?\n\n**Without this node:**\n- Hours of manual API integration\n- Copy-pasting from etherpad docs\n- Debugging auth, pagination, error handling\n- Maintaining your own client code\n\n**With this node:**\n- Install → configure → use. 5 minutes.\n- Auto-generated from the official etherpad OpenAPI spec\n- Always up to date when the API changes\n- Native n8n performance\n\n---\n\n## Auto-Generated\nThis node was auto-generated from the official **etherpad** OpenAPI specification using\n[@n8n-dev/n8n-openapi-node-ultimate](https://github.com/kelvinzer0/n8n-openapi-node-ultimate),\nthen validated against the live API so you get accurate types and real parameters, not guesswork.\n\nWhen the etherpad API updates, this node updates too.\n\n---\n\n\n## License\n\nMIT © [kelvinzer0](https://github.com/n8n-code)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fn8n-code%2Fn8n-nodes-etherpad","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fn8n-code%2Fn8n-nodes-etherpad","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fn8n-code%2Fn8n-nodes-etherpad/lists"}