How to automate Pinterest

Hey Team,

Just joined N8N, and I am looking for a solution.

I want my website images (Name: OMGGamer) to be automatically posted on Pinterest with the same title of the article and the description.

How can I do that with n8n? Currently, there are 3-4 articles per day that are getting published and all of them contain 6-8 images.

Thankyou
Andrew

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:
1 Like
  • n8n version: 1.24.1
  • Database (default: SQLite): not sure
  • n8n EXECUTIONS_PROCESS setting (default: own, main): not sure
  • Running n8n via (Docker, npm, n8n cloud, desktop app): desktop app
  • Operating system: Windows 10

If there are no existing Pinterest nodes in n8n, you could you ‘HTTP request’ node, and call directly to Pinterest API, just check docs here: https://developers.pinterest.com/docs/api/v5/#operation/pins/create

1 Like

It looks like this would be the option to take, There is no node that we have but it looks like you might be able to use the API through the HTTP Request node.

1 Like

This Pinterest automation is tricky to set up as it requires both sandbox and production-limited Pinterest Oauth API, as I haven’t gotten approved to use their production API.

Thus, I mix two credentials for Pinterest to execute some functions, e.g., create & search Pinterest boards, and read & write pins in my Pinterest automation.

I’m not sure it would help, just for sharing.

How to edit this workflow:

  • setup credentials

Pinterest Oauth API - sandbox

Pinterest Oauth API - production limited

How to set what to upload to pinterest:

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.