Hello,
I am currently trying to use my notion social media planning calendar/database to automatically post to Facebook Page, Instagram, Pinterest.
What is the best way to post to these social media sites automatically via n8n?
Hello,
I am currently trying to use my notion social media planning calendar/database to automatically post to Facebook Page, Instagram, Pinterest.
What is the best way to post to these social media sites automatically via n8n?
Hey @salexes Welcome to the n8n community ![]()
You can post to Facebook, Twitter, Instagram (Maybe via Facebook Business API)
Right now you can’t post to Pinterest with n8n since they don’t provide API.
Here is a similar post for your reference.
Hi mcnaveen, thank you for welcoming me!
I will take a look at the Facebook Business API node of n8n, thank you for letting me know about it.
The linked post is definitely helpful, thank you!
I have found this for Pinterest it seems there is an API that can be used: Pinterest Developers
Best,
salexes
I have found this on the n8n website:
Is this the node I need to use to use the Facebook Business API ?
Best,
salexes
Hey @salexes,
Looking at the documentation of the Facebook Graph API, it seems like you can use that node.
Also, since Pinterest has a REST API, you can use the HTTP Request node to make calls to the API in your workflow.