n8n-nodes-pinflow-pinterest
v0.1.4
Published
n8n community node for PinFlow
Downloads
677
Maintainers
Readme
n8n-nodes-pinflow-pinterest
n8n community node package for PinFlow Pinterest automation.
What this node does
Resource: Pin
Schedule->POST /pinsGet->GET /pins/{id}List->GET /pinsDelete->DELETE /pins/{id}
Resource: Board
List->GET /boards?pinterest_profile_id=...
This lets you first fetch boards for a specific Pinterest profile, then schedule pins to a selected board.
Credentials
Create PinFlow API credentials in n8n:
Base URL: examplehttps://pinflow.agencyAPI Key: from PinFlow dashboard -> API Keys
Auth header used by the node:
Authorization: Bearer <API_KEY>
Required PinFlow setup
- Account must be on a plan with API enabled.
- Account must not be billing locked.
- At least one Pinterest profile must be linked in PinFlow.
Example workflow (Auto schedule)
- Trigger (
CronorManual) PinFlownode: ResourceBoard, OperationList, setPinterest Profile ID- Select one board ID from output (or with a Function/Set node)
PinFlownode: ResourcePin, OperationSchedule- Fill
media_url,title,description,link,scheduled_at,board_id,pinterest_profile_id
Development
cd n8n-nodes-pinflow
npm install
npm run buildPublish to npm
npm login
npm publish --access public --otp=123456If npm enforces publish 2FA, pass your current OTP code.
Install in n8n
- Go to
Settings->Community Nodes - Click
Install - Enter package name:
n8n-nodes-pinflow-pinterest
