Pinterest Node

How about a Pinterest Node which can fetch the image from Board.

They are giving RSS Feed URL for each board.

https://in.pinterest.com/USERNAME/BoardName.rss

Hi @mcnaveen, meanwhile perhaps the following workflow might be useful for you? You only have to set the username and the boardname in the Set node to customize this for your use-case. I have added the Telegram node for output in the end since I noticed in the forum that you have been using Telegram :slight_smile:

Please note that this workflow will send all the images everytime it is run (along with the ones it has already sent). You can use static workflow data to check if certain images have already been sent so that it only sends new images, when available. You can find more information on how to do that here and an example of how it works here. The workflow would then probably be triggered by a Cron or Interval node.

Let me know if that helps or if you have any other questions. Have fun! :smiley:

3 Likes

Pinterest API here: https://developers.pinterest.com/docs/api/v5/#operation/pins/create

I think there might be some ways to create pin in Pinterest via HTTP requests node.

1 Like