n8n-nodes-telzino
v0.1.2
Published
N8N community node for Telzino AI voice call automation
Downloads
316
Maintainers
Keywords
Readme
n8n-nodes-telzino
An n8n community node package for Telzino — AI-powered voice call automation.
Installation
Via n8n Community Nodes (recommended)
- Open your n8n instance.
- Go to Settings → Community Nodes.
- Click Install a community node.
- Enter the package name:
n8n-nodes-telzino - Click Install.
Manual installation (self-hosted)
# In your n8n root directory
npm install n8n-nodes-telzinoThen restart n8n.
Docker
Add the package to your N8N_CUSTOM_EXTENSIONS environment variable or install it via the Community Nodes UI inside n8n.
Credentials
After installing, configure your Telzino API credentials:
- In n8n, go to Credentials → New Credential.
- Search for Telzino API.
- Enter your Telzino API key (obtainable from your Telzino dashboard).
- Save the credential.
Nodes
| Node | Description | |------|-------------| | Telzino | Trigger and manage AI voice calls via the Telzino platform |
Development
# Install dependencies
npm install
# Build
npm run build
# Watch mode
npm run dev
# Lint
npm run lint