Official ElevenLabs node for n8n
npm install elevenlabs-n8n-nodeThis repo is the ElevenLabs n8n official node.
It is generated from our latest openapi spec weekly, via this project.
To update the node, update the openapi spec in nodes/elevenlabs/openapi.json/
1. Run npm i to install dependencies.
2. Run npm lint to check for errors or npm lintfix to automatically fix errors when possible.
3. Refer to Run your node locally for guidance.