n8n-nodes-toneapi
v0.1.12
Published
n8n community node for the Tone API — analyze tone, detect emotions, rewrite text, and adapt for audiences.
Maintainers
Readme
n8n-nodes-toneapi
Community node for n8n that integrates with the Tone API — analyze tone, detect emotions, and rewrite text.
Installation
Community Nodes (recommended)
In n8n, go to Settings > Community Nodes > Install and enter:
n8n-nodes-toneapiDocker (self-hosted)
docker exec -it n8n sh -c "cd /home/node/.n8n/nodes && npm install n8n-nodes-toneapi"
docker restart n8nSetup
- Get an API key at dashboard.bracherai.com
- In n8n, add the Tone API node to a workflow
- Create credentials with your API key (starts with
tone_)
Operations
| Operation | Description | |-----------|-------------| | Analyze Tone | Returns scores for rudeness, assertiveness, confidence, urgency, and vagueness | | Detect Emotion | Detects primary emotion (joy, anger, sadness, fear, surprise, disgust, neutral) with scores | | Rewrite | Rewrites text in a professional or custom target tone | | Get Key Info | Returns remaining credits, total calls, and recent usage logs |
Resources
License
MIT
