flash

n8n community node for Plaud (Flash)

Package Information

Downloads: 3 weekly / 29 monthly
Latest Version: 0.1.0
Author: Vatsal

Documentation

n8n-nodes-flash

npm version
License: MIT

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

  1. Open your n8n instance
  2. Go to SettingsCommunity Nodes
  3. Click Install a community node
  4. Enter: n8n-nodes-flash
  5. Click Install

Via npm (Self-hosted)

npm install n8n-nodes-flash

Quick Start

1. Get your Bearer token

  1. Log in to app.plaud.ai
  2. Open Developer Tools (F12) → Network
  3. Make a request (e.g., view a recording)
  4. Copy the Authorization header value (without Bearer prefix).

2. Add credentials in n8n

  1. Go to CredentialsNew Credential
  2. Search for "Flash API"
  3. Paste the token.
  4. 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

Discussion