Hi all,
I’m a beginner on Make (integromate). I would like to post my videos on Pinterest. I save my videos in Airtable and I would like to connect them with Pinterest. Only I get an error message, see picture. I don’t know exactly what to put there. Also unfortunately can’t see in Make’s documentation how to set this up. Can someone help me with this.
Welcome to the Make community!
Could you please share screenshots of the module fields, filters, and output bundles in question? It would really help other community members to see what you’re looking at.
You can also export the blueprint file to allow others to replicate the issue. At the bottom of the scenario editor, you can click on the three dots to find the Export Blueprint menu item.
Uploading it here will look like this:
blueprint.json (123.4 KB)
If possible, could you also provide the output bundles of the the initial modules by running the scenario, then clicking here and copying the contents:
This will allow others to better assist you. Thanks!
Hi @Hassen
Please use the Pinterest module “Make an API Call” to post video using below API:
https://developers.pinterest.com/docs/api/v5/#operation/media/create
If it did not work, please share the input details.
MSquare Support
Visit us here
Youtube Channel
Hey @Hassen ,
There is no such direct module to post video via pinterest , To use it you have to Make an API call there which exact API .
I am sharing module screenshot and API doc detail
https://developers.pinterest.com/docs/api/v5/#operation/media/create
Hey Manish,
Thank you for your help.
Maybe a silly question, but where can I find the URL. Do I need to request an app request through Pinterest Developers? If yes, what information should I enter there because my first request was rejected.
Hey @Hassen
Try this “AUTHORIZATIONS”
In request body try implementing “application/json” ,
In request body implement this “media_type” : “video”
Hey Manish,
Is it possible that I need to do an application app with Pinterest. Because I get the following message.
Hello, Hassan,
If you intend to utilize this in your project, you’ll need to make an API call to Pinterest with this API doc. There’s no alternative method available for this.