Actions
| Name | Description |
|---|---|
createPinUpload an image or video to create a new Pin on a board. | Upload an image or video to create a new Pin on a board. |
createBoardCreate a new Pinterest board for organizing Pins. | Create a new Pinterest board for organizing Pins. |
deletePinPermanently delete a specific Pin. | Permanently delete a specific Pin. |
findBoardByNameSearch for boards by name using Pinterest's search API. | Search for boards by name using Pinterest's search API. |
findPinSearch for Pins using title, description, or keywords. | Search for Pins using title, description, or keywords. |
updateBoardUpdate a board's name, description, or privacy settings. | Update a board's name, description, or privacy settings. |
Triggers
| Name | Description |
|---|---|
newBoardFires when a new board is created in the account. | Fires when a new board is created in the account. |
newFollowerTriggers when a user gains a new follower. | Triggers when a user gains a new follower. |
newPinOnBoardFires when a new Pin is added to a specific board. | Fires when a new Pin is added to a specific board. |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'pinterest',
actionName: 'createPin',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Pinterest to my app?
Use Weavz Hosted Connect for OAuth2 authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.
What actions does Pinterest support?
Pinterest supports 6 actions including Create Pin, Create Board, Delete Pin, Find Board by Name, Find Pin by Title/Keyword, and more.
Can I use Pinterest with AI agents?
Yes. Add Pinterest to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.
What authentication does Pinterest use?
Pinterest uses OAuth2. Weavz handles token management, refresh, and secure credential storage automatically.
How much does the Pinterest integration cost?
The Pinterest integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.
What triggers does Pinterest support?
Pinterest supports 3 triggers including New Board, New Follower, New Pin on Board.
Connect Pinterest in 2 minutes
Get 1,000 free actions every month. No credit card required.