Hi everyone,
I'm new to callin.io and I'm trying to post my videos to Pinterest. My videos are stored in Airtable, and I want to link them with Pinterest. However, I'm encountering an error, as shown in the picture. I'm not sure what information needs to be entered there, and unfortunately, callin.io's documentation doesn't explain how to set this up. Could someone please assist me with this?
Welcome to the callin.io community!
Could you please share screenshots of the module fields, filters, and output bundles you're encountering issues with? This would greatly assist other community members in understanding your situation.
You can also export the blueprint file to enable others to replicate the problem. At the bottom of the scenario editor, click the three dots to access the Export Blueprint menu item.
Uploading it here will appear like this:
blueprint.json (123.4 KB)
If possible, could you also provide the output bundles from the initial modules? You can do this by running the scenario, then clicking here and copying the contents:
This information will help others provide better assistance. Thank you!
Hi
Please use the Pinterest module “Make an API Call” to post video using the following API:
https://developers.pinterest.com/docs/api/v5/#operation/media/create
If this does not work, please share the input details.
MSquare Support
Visit us here
Youtube Channel
Hey,
There isn't a direct module for posting videos via Pinterest. To accomplish this, you'll need to make an API call using the specific Pinterest API.
I'm sharing a screenshot of the module and details from the API documentation:
https://developers.pinterest.com/docs/api/v5/#operation/media/create
Hello,
Kindly try this "AUTHORIZATIONS".
In the request body, attempt to implement "application/json".
In the request body, implement this "media_type": "video".
Hello,
If you plan to use this in your project, you will need to make an API call to Pinterest using this API doc. There isn't another way to do this.