Package Information
Downloads: 3 weekly / 29 monthly
Latest Version: 0.1.0
Author: Vatsal
Available Nodes
Documentation
n8n-nodes-flash
This is an n8n community node for the Flash (unofficial Plaud API). It lets you interact with your Plaud voice recorder data in n8n workflows.
Attribution: This project is a fork of n8n-nodes-plaud-unofficial. Special thanks to the original author for the ground work.
Note: This node uses an unofficial, reverse-engineered API. It may break if Plaud changes their API.
n8n is a fair-code licensed workflow automation platform.
Installation
Via n8n Community Nodes
- Open your n8n instance
- Go to Settings → Community Nodes
- Click Install a community node
- Enter:
n8n-nodes-flash - Click Install
Via npm (Self-hosted)
npm install n8n-nodes-flash
Quick Start
1. Get your Bearer token
- Log in to app.plaud.ai
- Open Developer Tools (F12) → Network
- Make a request (e.g., view a recording)
- Copy the
Authorizationheader value (withoutBearerprefix).
2. Add credentials in n8n
- Go to Credentials → New Credential
- Search for "Flash API"
- Paste the token.
- Select your Region (US or EU).
3. Use the node
Add the Flash node to your workflow.
Support
For issues, please contact vatsal.iste@gmail.com.
License
MIT