Modules@robinpath/pinterest
@robinpath/pinterest
0.1.1PublicPinterest module for RobinPath.
@robinpath/pinterest
Pinterest module for RobinPath.
Why use this module?
The pinterest module lets you:
- listBoards
- getBoard
- createBoard
- updateBoard
- deleteBoard
All functions are callable directly from RobinPath scripts with a simple, consistent API.
Installation
npm install @robinpath/pinterest
Quick Start
1. Set up credentials
pinterest.setCredentials "your-credentials"
2. listBoards
pinterest.listBoards
Available Functions
| Function | Description |
|---|---|
pinterest.setCredentials | Configure pinterest credentials. |
pinterest.listBoards | listBoards |
pinterest.getBoard | getBoard |
pinterest.createBoard | createBoard |
pinterest.updateBoard | updateBoard |
pinterest.deleteBoard | deleteBoard |
pinterest.listBoardPins | listBoardPins |
pinterest.listPins | listPins |
pinterest.getPin | getPin |
pinterest.createPin | createPin |
pinterest.updatePin | updatePin |
pinterest.deletePin | deletePin |
pinterest.listBoardSections | listBoardSections |
pinterest.createBoardSection | createBoardSection |
pinterest.getUserAccount | getUserAccount |
pinterest.getPinAnalytics | getPinAnalytics |
pinterest.getBoardAnalytics | getBoardAnalytics |
Examples
listBoards
pinterest.listBoards
getBoard
pinterest.getBoard
createBoard
pinterest.createBoard
Integration with RobinPath
import { RobinPath } from "@wiredwp/robinpath";
import Module from "@robinpath/pinterest";
const rp = new RobinPath();
rp.registerModule(Module.name, Module.functions);
rp.registerModuleMeta(Module.name, Module.functionMetadata);
const result = await rp.executeScript(`
pinterest.setCredentials "your-credentials"
pinterest.listBoards
`);
Full API Reference
See MODULE.md for complete documentation including all parameters, return types, error handling, and advanced examples.
Related Modules
@robinpath/facebook— Facebook module for complementary functionality@robinpath/instagram— Instagram module for complementary functionality@robinpath/twitter— Twitter/X module for complementary functionality@robinpath/linkedin— LinkedIn module for complementary functionality@robinpath/tiktok— TikTok module for complementary functionality
License
MIT
Versions (1)
| Version | Tag | Published |
|---|---|---|
| 0.1.1 | latest | yesterday |
Related Modules
marketing
0
@robinpath/activecampaign
v0.1.1robinpath
ActiveCampaign -- contacts, automations, campaigns, deals, lists, and tags via the ActiveCampaign REST API v3.
0 downloads
...
marketing
0
@robinpath/brevo
v0.1.1robinpath
Brevo module for RobinPath.
0 downloads
...
marketing
0
@robinpath/convertkit
v0.1.0robinpath
Convertkit module for RobinPath.
0 downloads
...
marketing
0
@robinpath/facebook
v0.1.0robinpath
Facebook module for RobinPath.
0 downloads
...
Install
$ robinpath install @robinpath/pinterest Version0.1.1
LicenseMIT
Unpacked Size4.4 KB
Versions1
Weekly Downloads0
Total Downloads0
Stars0
Last Publishyesterday
Createdyesterday

