Manage board-centric Pinterest publishing through SocialClaw.
SocialClaw keeps Pinterest connection, board discovery, media handoff, validation, and pin scheduling under one hosted workspace instead of splitting them across separate schedulers and scripts.
What this integration supports
The main details for this connection.
Connection, media, and delivery
How accounts connect, what media works, and how publishing behaves.
Settings and discovery
Useful settings and discovery notes for this provider.
Current settings surface
- pinMode
- link
- altText
- boardSectionId
- coverImageUrl
- coverImageKeyFrameTime
Discovery notes
- Pinterest discovery actions expose boards, sections, and connected catalogs before the agent promises a publish surface.
CLI and HTTP examples
Example commands and requests for this integration.
socialclaw login
socialclaw accounts connect --provider pinterest --open
socialclaw accounts capabilities --provider pinterest --json
socialclaw validate -f schedule.json --json
curl -sS \
-X POST \
-H "Authorization: Bearer $SC_API_KEY" \
-H "Content-Type: application/json" \
-d '{"provider":"pinterest"}' \
"https://getsocialclaw.com/v1/connections/start"
curl -sS \
-H "Authorization: Bearer $SC_API_KEY" \
"https://getsocialclaw.com/v1/accounts"
Current limitations
A few practical limits to keep in mind.
- Pinterest is board-centric in SocialClaw today.
- Product, collection, and idea surfaces should be treated as capability-gated or beta rather than assumed for every workspace.
- Product pin mode is not available in the generic publish flow without the required Pinterest capability.
Related routes
Related use cases and workflows.
Frequently asked questions
How does SocialClaw connect Pinterest?
Start the standard Pinterest OAuth flow from SocialClaw, then inspect board-scoped capabilities and discovery actions from the connected account in the same workspace. The connection is stored in the workspace so scripts, agents, and the dashboard reuse the same account state.
What can I publish to Pinterest with SocialClaw?
SocialClaw supports standard pins, video pins, and multi-image pins for board-centric Pinterest publishing. Pinterest supports one video or up to five image assets per pin. Pinterest fetches image URLs, while SocialClaw uploads video when the pin mode requires it.
What should I check before scheduling Pinterest posts?
Inspect publish settings such as pinMode, link, altText, boardSectionId, coverImageUrl, coverImageKeyFrameTime. Pinterest is board-centric in SocialClaw today.
Connect the account once, validate before apply, and keep post plus run inspection in the same workspace used by the dashboard, API, and CLI.