eavz
Pinterest

Pinterest

6 actions
3 triggers

Actions

Name
createPin

Upload an image or video to create a new Pin on a board.

createBoard

Create a new Pinterest board for organizing Pins.

deletePin

Permanently delete a specific Pin.

findBoardByName

Search for boards by name using Pinterest's search API.

findPin

Search for Pins using title, description, or keywords.

updateBoard

Update a board's name, description, or privacy settings.

Triggers

Name
newBoard

Fires when a new board is created in the account.

newFollower

Triggers when a user gains a new follower.

newPinOnBoard

Fires when a new Pin is added to a specific board.

Quick Start

TypeScript
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.