Pinterest Posting Automation with n8n

Заказчик: AI | Опубликовано: 02.01.2026

I already rely on n8n for a few back-office tasks and now I want to extend it to Pinterest. The goal is simple: every day, at a set time, n8n should grab fresh assets from my data source (a Google Drive folder today, but it could be an S3 bucket later), publish them as Pins, and then log performance stats so I can see what is working without logging into Pinterest Analytics. Here’s what I need built and handed over: • An n8n workflow (or group of workflows) that fires on a daily schedule, pulls the next image + description from my repository, and posts it to the Pinterest board(s) I specify. • Integrated scheduling logic so I can adjust frequency or posting order without touching code—ideally via environment variables or a simple Google Sheet. • A step that records key metrics (impressions, clicks, saves, etc.) back to a Google Sheet or Airtable so I have ongoing automated analytics. • Clear setup documentation so I can import the workflow in my own n8n instance, add credentials, and press “activate”. I already have the Pinterest developer account and the board IDs ready; you only need to focus on the n8n side and any lightweight helper scripts if n8n nodes alone won’t cover everything. If you’ve connected Pinterest through n8n before, even better—please mention that when you respond.