n8n-nodes-atera
v0.1.3
Published
n8n community node for Atera API v3
Downloads
471
Maintainers
Readme
n8n-nodes-atera
n8n-nodes-atera is an n8n community node package for working with the Atera API (/api/v3).
Features
- API key authentication using
X-API-KEY - Base URL override support (default:
https://app.atera.com) - Resource/operation support:
Account:GetAgent:Get Many,Get,DeleteAlert:Get Many,Get,Create,Update,DeleteCustomer:Get Many,Get,Create,Update,DeleteTicket:Get Many,Get,Create,Update,Delete
- Pagination controls for list operations (
Return All,Limit,Page)
Installation
In your n8n environment:
npm install n8n-nodes-ateraFor local n8n custom nodes:
cd ~/.n8n/custom
npm install n8n-nodes-ateraRestart n8n after installation.
Credentials
Create Atera API credentials in n8n:
- API Key: from
Atera Admin > Data management > API - Base URL:
https://app.atera.com(default)
Credential test endpoint: GET /api/v3/account.
Usage Notes
- For
Create/Updateoperations, pass request data through thePayloadJSON field. - Operation payload schemas follow Atera official documentation.
- Use list operation pagination options for large datasets.
Links
- npm package: https://www.npmjs.com/package/n8n-nodes-atera
- Atera API docs: https://app.atera.com/apidocs
- Atera API support article: https://support.atera.com/hc/en-us/articles/219083397-API
- Repository: https://github.com/HirezRa/n8n-nodes-atera
- Issues: https://github.com/HirezRa/n8n-nodes-atera/issues
Development
npm install
npm run lint
npm run buildContributor
License
MIT
