Features
This Make.com blueprint automates publishing Pinterest pins from a Google Sheet.
- Fetches Pins Data → Reads rows marked as “Pending” in a Google Sheet, retrieving title, description, URL, and image link.
- Processes Image Links → Extracts the Google Drive image ID and converts it into a direct download URL.
- Creates Pinterest Pins Automatically → Posts each pin (title, description, link, image) to a specified Pinterest board.
- Updates Status in Sheet → Marks the processed row as “Done” in the Google Sheet after successfully posting the pin.
Perfect for Pinterest managers, bloggers, or businesses who want to schedule pins in bulk without manual work.
How to Use This Blueprint
- Import the Blueprint into Make.com
- Go to your Make.com dashboard → Scenarios → Import Blueprint.
- Upload the
.blueprint.json
file.
- Connect Your Accounts
- Link your Google account.
- Link your Pinterest account.
- Configure Google Sheets Settings
- Set the Spreadsheet ID and Sheet name where your pin data is stored.
- Ensure your sheet has columns like:
- ID (A)
- Title (B)
- Description (C)
- Image (Google Drive link) (D)
- URL (E)
- Status (F) → set to “Pending” for new pins.
- Configure Pinterest Settings
- Choose the Pinterest board where pins will be posted.
- Run the Scenario
- Manually trigger the scenario or schedule it to run automatically.
- It will:
- Find the next “Pending” row.
- Post the pin on Pinterest.
- Change the status to “Done.”