Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.trypost.it/llms.txt

Use this file to discover all available pages before exploring further.

Pinterest

TryPost supports creating pins on Pinterest.

Connect your account

  1. Go to Accounts in the TryPost dashboard
  2. Click Connect Pinterest
  3. Authorize TryPost on Pinterest

Supported content types

TypeAspect ratioDescription
Pin2:3Image pin (1 image, required)
Video Pin9:16Video pin, 4 seconds to 15 minutes (1 video, required)
Carousel2:3Multi-image pin (up to 5 images, required)

OAuth scopes

boards:read, boards:write, pins:read, pins:write, user_accounts:read pins:read and user_accounts:read are required for the Analytics dashboard.

Self-hosting setup

  1. Go to Pinterest Developers and create an app
  2. Add the scopes listed above in the app’s permissions
  3. Set the redirect URL to {APP_URL}/accounts/pinterest/callback
  4. Add to your .env:
PINTEREST_CLIENT_ID=your_app_id
PINTEREST_CLIENT_SECRET=your_app_secret
PINTEREST_CLIENT_REDIRECT="${APP_URL}/accounts/pinterest/callback"