n8n-nodes-pinflow
v0.1.0
Published
n8n community node for PinFlow
Downloads
133
Maintainers
Readme
n8n-nodes-pinflow
n8n community node package for PinFlow.
Features
- Schedule pin (
POST /pins) - Get pin (
GET /pins/{id}) - List pins (
GET /pins) - Delete pin (
DELETE /pins/{id})
Install (for development)
cd n8n-nodes-pinflow
npm install
npm run buildPublish to npm
npm login
npm publish --access publicInstall in n8n
- Go to
Settings->Community Nodes - Click
Install - Enter package name:
n8n-nodes-pinflow
Credentials
Base URL: for examplehttps://pinflow.mirajpatterns.comAPI Key: from PinFlow dashboard API keys
Notes
- Free plan in PinFlow does not support API access.
- If account billing is locked, API calls can fail with payment-required errors.
- For multi-profile accounts, pass the correct
Pinterest Profile ID.
